source: trunk/third/gnome-applets/config.h.in @ 21373

Revision 21373, 4.2 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21372, 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#undef PACKAGE
13#undef VERSION
14#undef GETTEXT_PACKAGE
15
16#undef HAVE_ESD
17#undef HAVE_LIBESD
18#undef DATADIR
19#undef LIBDIR
20#undef SYSCONFDIR
21#undef PREFIX
22
23#undef HAVE_FVWM
24#undef HAVE_XKB
25#undef HAVE_LIBGTOP
26
27/* Define if LibGTop has support for multiple processors. */
28#undef HAVE_LIBGTOP_SMP
29
30/* Define if there is no `u_int64_t' and `int64_t'. */
31#undef u_int64_t
32#undef int64_t
33
34#undef HAVE_DEVGTK
35
36/* LibGTop major, minor and micro version. */
37#undef LIBGTOP_MAJOR_VERSION
38#undef LIBGTOP_MINOR_VERSION
39#undef LIBGTOP_MICRO_VERSION
40
41/* LibGTop version and numerical version code ("1.234.567" -> 1234567). */
42#undef LIBGTOP_VERSION
43#undef LIBGTOP_VERSION_CODE
44
45/* LibGTop server version, increased each time the protocol changes. */
46#undef LIBGTOP_SERVER_VERSION
47
48#undef GNOME_ICONDIR
49
50/* Define if this NetBSD platform supports APM. */
51#undef NETBSD_APM
52
53/* Define if system is IPv6 enabled. */
54#undef ENABLE_IPV6
55
56/* Define if getaddrinfo() exists on the system.*/
57#undef HAVE_GETADDRINFO
58
59#undef DEV_PATH
60
61/* always defined to indicate that i18n is enabled */
62#undef ENABLE_NLS
63
64/* Define to 1 if you have the `bind_textdomain_codeset' function. */
65#undef HAVE_BIND_TEXTDOMAIN_CODESET
66
67/* Define to 1 if you have the `dcgettext' function. */
68#undef HAVE_DCGETTEXT
69
70/* Define to 1 if you have the <dlfcn.h> header file. */
71#undef HAVE_DLFCN_H
72
73/* Define to 1 if you have the <dmedia/audio.h> header file. */
74#undef HAVE_DMEDIA_AUDIO_H
75
76/* Define if the GNU gettext() function is already present or preinstalled. */
77#undef HAVE_GETTEXT
78
79/* Define to 1 if you have the <inttypes.h> header file. */
80#undef HAVE_INTTYPES_H
81
82/* Define if your <locale.h> file defines LC_MESSAGES. */
83#undef HAVE_LC_MESSAGES
84
85/* Define to 1 if you have the <linux/soundcard.h> header file. */
86#undef HAVE_LINUX_SOUNDCARD_H
87
88/* Define to 1 if you have the <locale.h> header file. */
89#undef HAVE_LOCALE_H
90
91/* Define to 1 if you have the <machine/soundcard.h> header file. */
92#undef HAVE_MACHINE_SOUNDCARD_H
93
94/* Define to 1 if you have the <memory.h> header file. */
95#undef HAVE_MEMORY_H
96
97/* Define to 1 if you have the <net/ppp_defs.h> header file. */
98#undef HAVE_NET_PPP_DEFS_H
99
100/* Define to 1 if you have the <soundcard.h> header file. */
101#undef HAVE_SOUNDCARD_H
102
103/* Define to 1 if you have the <stdint.h> header file. */
104#undef HAVE_STDINT_H
105
106/* Define to 1 if you have the <stdlib.h> header file. */
107#undef HAVE_STDLIB_H
108
109/* Define to 1 if you have the <strings.h> header file. */
110#undef HAVE_STRINGS_H
111
112/* Define to 1 if you have the <string.h> header file. */
113#undef HAVE_STRING_H
114
115/* Define to 1 if you have the <sun/audioio.h> header file. */
116#undef HAVE_SUN_AUDIOIO_H
117
118/* Define to 1 if you have the <sys/audioio.h> header file. */
119#undef HAVE_SYS_AUDIOIO_H
120
121/* Define to 1 if you have the <sys/audio.h> header file. */
122#undef HAVE_SYS_AUDIO_H
123
124/* Define to 1 if you have the <sys/audio.io.h> header file. */
125#undef HAVE_SYS_AUDIO_IO_H
126
127/* Define to 1 if you have the <sys/soundcard.h> header file. */
128#undef HAVE_SYS_SOUNDCARD_H
129
130/* Define to 1 if you have the <sys/stat.h> header file. */
131#undef HAVE_SYS_STAT_H
132
133/* Define to 1 if you have the <sys/types.h> header file. */
134#undef HAVE_SYS_TYPES_H
135
136/* Define to 1 if you have the <unistd.h> header file. */
137#undef HAVE_UNISTD_H
138
139/* Name of package */
140#undef PACKAGE
141
142/* Define to the address where bug reports for this package should be sent. */
143#undef PACKAGE_BUGREPORT
144
145/* Define to the full name of this package. */
146#undef PACKAGE_NAME
147
148/* Define to the full name and version of this package. */
149#undef PACKAGE_STRING
150
151/* Define to the one symbol short name of this package. */
152#undef PACKAGE_TARNAME
153
154/* Define to the version of this package. */
155#undef PACKAGE_VERSION
156
157/* Define to 1 if you have the ANSI C header files. */
158#undef STDC_HEADERS
159
160/* Version number of package */
161#undef VERSION
162
163/* Define to 1 if the X Window System is missing or not being used. */
164#undef X_DISPLAY_MISSING
Note: See TracBrowser for help on using the repository browser.