~ubuntu-branches/ubuntu/precise/empathy/precise

« back to all changes in this revision

Viewing changes to config.h.in

Tags: upstream-0.21.90
ImportĀ upstreamĀ versionĀ 0.21.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
/* Define to 1 if you have the <unistd.h> header file. */
55
55
#undef HAVE_UNISTD_H
56
56
 
 
57
/* Define if valgrind should be used */
 
58
#undef HAVE_VALGRIND
 
59
 
57
60
/* Define if we have voip */
58
61
#undef HAVE_VOIP
59
62
 
78
81
/* Define to 1 if you have the ANSI C header files. */
79
82
#undef STDC_HEADERS
80
83
 
 
84
/* path to dtd files */
 
85
#undef UNINSTALLED_DTD_DIR
 
86
 
 
87
/* path to glade files */
 
88
#undef UNINSTALLED_GLADE_DIR
 
89
 
81
90
/* Define to 1 if the X Window System is missing or not being used. */
82
91
#undef X_DISPLAY_MISSING