source: trunk/third/eel/config.h.in @ 18614

Revision 18614, 5.1 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18613, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated from configure.in by autoheader.  */
2#undef EEL_POSSIBLE_FONT_DIRECTORIES
3#undef EEL_BUILD_MESSAGE
4#undef EEL_SOURCE_DIRECTORY
5#undef ENABLE_NLS
6#undef ENABLE_PROFILER
7#undef HAVE_CATGETS
8#undef HAVE_GETTEXT
9#undef HAVE_LC_MESSAGES
10#undef HAVE_STPCPY
11#undef GNOME_EXPLICIT_TRANSLATION_DOMAIN
12#undef GETTEXT_PACKAGE
13#undef HAVE_BIND_TEXTDOMAIN_CODESET
14#undef HAVE_RENDER
15#define HAVE_GTK_MULTIHEAD /* needed for egg-screen-exec.c */
16
17/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
18   systems. This function is required for `alloca.c' support on those systems.
19   */
20#undef CRAY_STACKSEG_END
21
22/* Define to 1 if using `alloca.c'. */
23#undef C_ALLOCA
24
25/* always defined to indicate that i18n is enabled */
26#undef ENABLE_NLS
27
28/* Define to 1 if you have `alloca', as a function or macro. */
29#undef HAVE_ALLOCA
30
31/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
32   */
33#undef HAVE_ALLOCA_H
34
35/* Define to 1 if you have the <argz.h> header file. */
36#undef HAVE_ARGZ_H
37
38/* Define to 1 if you have the `bind_textdomain_codeset' function. */
39#undef HAVE_BIND_TEXTDOMAIN_CODESET
40
41/* Define to 1 if you have the `dcgettext' function. */
42#undef HAVE_DCGETTEXT
43
44/* Define to 1 if you have the <dlfcn.h> header file. */
45#undef HAVE_DLFCN_H
46
47/* Define to 1 if you have the `getcwd' function. */
48#undef HAVE_GETCWD
49
50/* Define to 1 if you have the `getpagesize' function. */
51#undef HAVE_GETPAGESIZE
52
53/* Define if the GNU gettext() function is already present or preinstalled. */
54#undef HAVE_GETTEXT
55
56/* Define to 1 if you have the <inttypes.h> header file. */
57#undef HAVE_INTTYPES_H
58
59/* Define if your <locale.h> file defines LC_MESSAGES. */
60#undef HAVE_LC_MESSAGES
61
62/* Define to 1 if you have the <limits.h> header file. */
63#undef HAVE_LIMITS_H
64
65/* Define to 1 if you have the <locale.h> header file. */
66#undef HAVE_LOCALE_H
67
68/* Define to 1 if you have the <malloc.h> header file. */
69#undef HAVE_MALLOC_H
70
71/* Define to 1 if you have the <memory.h> header file. */
72#undef HAVE_MEMORY_H
73
74/* Define to 1 if you have a working `mmap' system call. */
75#undef HAVE_MMAP
76
77/* Define to 1 if you have the `munmap' function. */
78#undef HAVE_MUNMAP
79
80/* Define to 1 if you have the <nl_types.h> header file. */
81#undef HAVE_NL_TYPES_H
82
83/* Define to 1 if you have the `putenv' function. */
84#undef HAVE_PUTENV
85
86/* Define to 1 if you have the `setenv' function. */
87#undef HAVE_SETENV
88
89/* Define to 1 if you have the `setlocale' function. */
90#undef HAVE_SETLOCALE
91
92/* Define to 1 if you have the <stdint.h> header file. */
93#undef HAVE_STDINT_H
94
95/* Define to 1 if you have the <stdlib.h> header file. */
96#undef HAVE_STDLIB_H
97
98/* Define to 1 if you have the `strcasecmp' function. */
99#undef HAVE_STRCASECMP
100
101/* Define to 1 if you have the `strchr' function. */
102#undef HAVE_STRCHR
103
104/* Define to 1 if you have the `strdup' function. */
105#undef HAVE_STRDUP
106
107/* Define to 1 if you have the <strings.h> header file. */
108#undef HAVE_STRINGS_H
109
110/* Define to 1 if you have the <string.h> header file. */
111#undef HAVE_STRING_H
112
113/* Define to 1 if you have the <sys/param.h> header file. */
114#undef HAVE_SYS_PARAM_H
115
116/* Define to 1 if you have the <sys/stat.h> header file. */
117#undef HAVE_SYS_STAT_H
118
119/* Define to 1 if you have the <sys/types.h> header file. */
120#undef HAVE_SYS_TYPES_H
121
122/* Define to 1 if you have the <unistd.h> header file. */
123#undef HAVE_UNISTD_H
124
125/* Define to 1 if you have the `unsetenv' function. */
126#undef HAVE_UNSETENV
127
128/* Define to 1 if you have the `__argz_count' function. */
129#undef HAVE___ARGZ_COUNT
130
131/* Define to 1 if you have the `__argz_next' function. */
132#undef HAVE___ARGZ_NEXT
133
134/* Define to 1 if you have the `__argz_stringify' function. */
135#undef HAVE___ARGZ_STRINGIFY
136
137/* Name of package */
138#undef PACKAGE
139
140/* Define to the address where bug reports for this package should be sent. */
141#undef PACKAGE_BUGREPORT
142
143/* Define to the full name of this package. */
144#undef PACKAGE_NAME
145
146/* Define to the full name and version of this package. */
147#undef PACKAGE_STRING
148
149/* Define to the one symbol short name of this package. */
150#undef PACKAGE_TARNAME
151
152/* Define to the version of this package. */
153#undef PACKAGE_VERSION
154
155/* If using the C implementation of alloca, define if you know the
156   direction of stack growth for your system; otherwise it will be
157   automatically deduced at run-time.
158        STACK_DIRECTION > 0 => grows toward higher addresses
159        STACK_DIRECTION < 0 => grows toward lower addresses
160        STACK_DIRECTION = 0 => direction of growth unknown */
161#undef STACK_DIRECTION
162
163/* Define to 1 if you have the ANSI C header files. */
164#undef STDC_HEADERS
165
166/* Version number of package */
167#undef VERSION
168
169/* Define to 1 if your processor stores words with the most significant byte
170   first (like Motorola and SPARC, unlike Intel and VAX). */
171#undef WORDS_BIGENDIAN
172
173/* Define to empty if `const' does not conform to ANSI C. */
174#undef const
175
176/* Define as `__inline' if that's what the C compiler calls it, or to nothing
177   if it is not supported. */
178#undef inline
179
180/* Define to `long' if <sys/types.h> does not define. */
181#undef off_t
182
183/* Define to `unsigned' if <sys/types.h> does not define. */
184#undef size_t
Note: See TracBrowser for help on using the repository browser.