source: trunk/third/gnome-panel/config.h.in @ 20878

Revision 20878, 2.6 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20877, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated from configure.in by autoheader.  */
2#define HAVE_GTK_MULTIHEAD /* for egg-screen-exec */
3#undef ENABLE_NLS
4#undef HAVE_CATGETS
5#undef HAVE_DEVGTK
6#undef HAVE_GETTEXT
7#undef HAVE_LC_MESSAGES
8
9#undef HAVE_LIBECAL
10
11/* Location of KDE menus */
12#undef KDE_MENUDIR
13#undef KDE_ICONDIR
14#undef KDE_MINI_ICONDIR
15
16/* Location of KDE documentation */
17#undef KDE_DOCDIR
18
19#undef GNOME_ICONDIR
20
21#undef GETTEXT_PACKAGE
22
23/* always defined to indicate that i18n is enabled */
24#undef ENABLE_NLS
25
26/* Define to 1 if you have the `bind_textdomain_codeset' function. */
27#undef HAVE_BIND_TEXTDOMAIN_CODESET
28
29/* Define to 1 if you have the `dcgettext' function. */
30#undef HAVE_DCGETTEXT
31
32/* Define to 1 if you have the <dlfcn.h> header file. */
33#undef HAVE_DLFCN_H
34
35/* Define if the GNU gettext() function is already present or preinstalled. */
36#undef HAVE_GETTEXT
37
38/* Define to 1 if you have the <inttypes.h> header file. */
39#undef HAVE_INTTYPES_H
40
41/* Define if your <locale.h> file defines LC_MESSAGES. */
42#undef HAVE_LC_MESSAGES
43
44/* Defined when evolution-data-server libecal-1.0 is detected */
45#undef HAVE_LIBECAL
46
47/* Define to 1 if you have the <locale.h> header file. */
48#undef HAVE_LOCALE_H
49
50/* Define to 1 if you have the `lockf' function. */
51#undef HAVE_LOCKF
52
53/* Define to 1 if you have the <memory.h> header file. */
54#undef HAVE_MEMORY_H
55
56/* Define to 1 if you have the <stdint.h> header file. */
57#undef HAVE_STDINT_H
58
59/* Define to 1 if you have the <stdlib.h> header file. */
60#undef HAVE_STDLIB_H
61
62/* Define to 1 if you have the <strings.h> header file. */
63#undef HAVE_STRINGS_H
64
65/* Define to 1 if you have the <string.h> header file. */
66#undef HAVE_STRING_H
67
68/* Define to 1 if you have the <sys/stat.h> header file. */
69#undef HAVE_SYS_STAT_H
70
71/* Define to 1 if you have the <sys/types.h> header file. */
72#undef HAVE_SYS_TYPES_H
73
74/* Define to 1 if you have the <unistd.h> header file. */
75#undef HAVE_UNISTD_H
76
77/* Define to 1 if you have the <X11/extensions/shape.h> header file. */
78#undef HAVE_X11_EXTENSIONS_SHAPE_H
79
80/* Name of package */
81#undef PACKAGE
82
83/* Define to the address where bug reports for this package should be sent. */
84#undef PACKAGE_BUGREPORT
85
86/* Define to the full name of this package. */
87#undef PACKAGE_NAME
88
89/* Define to the full name and version of this package. */
90#undef PACKAGE_STRING
91
92/* Define to the one symbol short name of this package. */
93#undef PACKAGE_TARNAME
94
95/* Define to the version of this package. */
96#undef PACKAGE_VERSION
97
98/* Define to 1 if you have the ANSI C header files. */
99#undef STDC_HEADERS
100
101/* Version number of package */
102#undef VERSION
103
104/* Define to 1 if the X Window System is missing or not being used. */
105#undef X_DISPLAY_MISSING
Note: See TracBrowser for help on using the repository browser.