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

Revision 18631, 3.4 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18630, 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#undef HAVE_STPCPY
9#undef HAVE_LIBSM
10#undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
11#undef HAVE_PROGRAM_INVOCATION_NAME
12
13#undef HAVE_ESD
14#undef HAVE_LIBESD
15
16#undef HAVE_LIBGTOP
17
18/* Define if LibGTop has support for multiple processors. */
19#undef HAVE_LIBGTOP_SMP
20
21/* Define if there is no `u_int64_t' and `int64_t'. */
22#undef u_int64_t
23#undef int64_t
24
25#undef HAVE_DEVGTK
26
27/* LibGTop major, minor and micro version. */
28#undef LIBGTOP_MAJOR_VERSION
29#undef LIBGTOP_MINOR_VERSION
30#undef LIBGTOP_MICRO_VERSION
31
32/* LibGTop version and numerical version code ("1.234.567" -> 1234567). */
33#undef LIBGTOP_VERSION
34#undef LIBGTOP_VERSION_CODE
35
36/* LibGTop server version, increased each time the protocol changes. */
37#undef LIBGTOP_SERVER_VERSION
38
39/* Location of KDE menus */
40#undef KDE_MENUDIR
41#undef KDE_ICONDIR
42#undef KDE_MINI_ICONDIR
43
44/* Location of KDE documentation */
45#undef KDE_DOCDIR
46
47#undef HAVE_ZVT_TERM_RESET
48#undef HAVE_ZVT_DEL_IS_DEL
49
50#undef HAVE_HOSTS_ACCESS
51
52#undef HAVE_LIBBZ2
53#undef HAVE_LIBBZ2_1_0
54
55#undef GNOME_ICONDIR
56
57#undef HAVE__ICETRANSNOLISTEN
58#undef DO_LIBICE_CHECK
59
60#undef HAVE_LIBXINERAMA
61
62#undef HAVE_GNOME_PRINT
63
64#undef GETTEXT_PACKAGE
65
66/* always defined to indicate that i18n is enabled */
67#undef ENABLE_NLS
68
69/* Define to 1 if you have the `bind_textdomain_codeset' function. */
70#undef HAVE_BIND_TEXTDOMAIN_CODESET
71
72/* Define to 1 if you have the `dcgettext' function. */
73#undef HAVE_DCGETTEXT
74
75/* Define to 1 if you have the <dlfcn.h> header file. */
76#undef HAVE_DLFCN_H
77
78/* Define if the GNU gettext() function is already present or preinstalled. */
79#undef HAVE_GETTEXT
80
81/* Define to 1 if you have the <inttypes.h> header file. */
82#undef HAVE_INTTYPES_H
83
84/* Define if your <locale.h> file defines LC_MESSAGES. */
85#undef HAVE_LC_MESSAGES
86
87/* Define to 1 if you have the <locale.h> header file. */
88#undef HAVE_LOCALE_H
89
90/* Define to 1 if you have the <memory.h> header file. */
91#undef HAVE_MEMORY_H
92
93/* Define to 1 if you have the <stdint.h> header file. */
94#undef HAVE_STDINT_H
95
96/* Define to 1 if you have the <stdlib.h> header file. */
97#undef HAVE_STDLIB_H
98
99/* Define to 1 if you have the <strings.h> header file. */
100#undef HAVE_STRINGS_H
101
102/* Define to 1 if you have the <string.h> header file. */
103#undef HAVE_STRING_H
104
105/* Define to 1 if you have the <sys/stat.h> header file. */
106#undef HAVE_SYS_STAT_H
107
108/* Define to 1 if you have the <sys/types.h> header file. */
109#undef HAVE_SYS_TYPES_H
110
111/* Define to 1 if you have the <unistd.h> header file. */
112#undef HAVE_UNISTD_H
113
114/* Define to 1 if you have the <X11/extensions/shape.h> header file. */
115#undef HAVE_X11_EXTENSIONS_SHAPE_H
116
117/* Name of package */
118#undef PACKAGE
119
120/* Define to the address where bug reports for this package should be sent. */
121#undef PACKAGE_BUGREPORT
122
123/* Define to the full name of this package. */
124#undef PACKAGE_NAME
125
126/* Define to the full name and version of this package. */
127#undef PACKAGE_STRING
128
129/* Define to the one symbol short name of this package. */
130#undef PACKAGE_TARNAME
131
132/* Define to the version of this package. */
133#undef PACKAGE_VERSION
134
135/* Define to 1 if you have the ANSI C header files. */
136#undef STDC_HEADERS
137
138/* Version number of package */
139#undef VERSION
140
141/* Define to 1 if the X Window System is missing or not being used. */
142#undef X_DISPLAY_MISSING
Note: See TracBrowser for help on using the repository browser.