source: trunk/third/gnome-desktop/config.h.in @ 18622

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