1 | /* config.h.in. Generated from configure.in by autoheader. */ |
---|
2 | |
---|
3 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP |
---|
4 | systems. This function is required for `alloca.c' support on those systems. |
---|
5 | */ |
---|
6 | #undef CRAY_STACKSEG_END |
---|
7 | |
---|
8 | /* Define to 1 if using `alloca.c'. */ |
---|
9 | #undef C_ALLOCA |
---|
10 | |
---|
11 | /* Whether to disable memory pools */ |
---|
12 | #undef DISABLE_MEM_POOLS |
---|
13 | |
---|
14 | /* Whether to enable GC friendliness */ |
---|
15 | #undef ENABLE_GC_FRIENDLY |
---|
16 | |
---|
17 | /* always defined to indicate that i18n is enabled */ |
---|
18 | #undef ENABLE_NLS |
---|
19 | |
---|
20 | /* Define the gettext package to be used */ |
---|
21 | #undef GETTEXT_PACKAGE |
---|
22 | |
---|
23 | /* Define to the GLIB binary age */ |
---|
24 | #undef GLIB_BINARY_AGE |
---|
25 | |
---|
26 | /* Byte contents of gmutex */ |
---|
27 | #undef GLIB_BYTE_CONTENTS_GMUTEX |
---|
28 | |
---|
29 | /* Define to the GLIB interface age */ |
---|
30 | #undef GLIB_INTERFACE_AGE |
---|
31 | |
---|
32 | /* Define the location where the catalogs will be installed */ |
---|
33 | #undef GLIB_LOCALE_DIR |
---|
34 | |
---|
35 | /* Define to the GLIB major version */ |
---|
36 | #undef GLIB_MAJOR_VERSION |
---|
37 | |
---|
38 | /* Define to the GLIB micro version */ |
---|
39 | #undef GLIB_MICRO_VERSION |
---|
40 | |
---|
41 | /* Define to the GLIB minor version */ |
---|
42 | #undef GLIB_MINOR_VERSION |
---|
43 | |
---|
44 | /* The size of gmutex, as computed by sizeof. */ |
---|
45 | #undef GLIB_SIZEOF_GMUTEX |
---|
46 | |
---|
47 | /* The size of system_thread, as computed by sizeof. */ |
---|
48 | #undef GLIB_SIZEOF_SYSTEM_THREAD |
---|
49 | |
---|
50 | /* alpha atomic implementation */ |
---|
51 | #undef G_ATOMIC_ALPHA |
---|
52 | |
---|
53 | /* i486 atomic implementation */ |
---|
54 | #undef G_ATOMIC_I486 |
---|
55 | |
---|
56 | /* ia64 atomic implementation */ |
---|
57 | #undef G_ATOMIC_IA64 |
---|
58 | |
---|
59 | /* powerpc atomic implementation */ |
---|
60 | #undef G_ATOMIC_POWERPC |
---|
61 | |
---|
62 | /* sparcv9 atomic implementation */ |
---|
63 | #undef G_ATOMIC_SPARCV9 |
---|
64 | |
---|
65 | /* x86_64 atomic implementation */ |
---|
66 | #undef G_ATOMIC_X86_64 |
---|
67 | |
---|
68 | /* Whether glib was compiled with debugging enabled */ |
---|
69 | #undef G_COMPILED_WITH_DEBUGGING |
---|
70 | |
---|
71 | /* Have inline keyword */ |
---|
72 | #undef G_HAVE_INLINE |
---|
73 | |
---|
74 | /* Have __inline keyword */ |
---|
75 | #undef G_HAVE___INLINE |
---|
76 | |
---|
77 | /* Have __inline__ keyword */ |
---|
78 | #undef G_HAVE___INLINE__ |
---|
79 | |
---|
80 | /* Source file containing theread implementation */ |
---|
81 | #undef G_THREAD_SOURCE |
---|
82 | |
---|
83 | /* A 'va_copy' style function */ |
---|
84 | #undef G_VA_COPY |
---|
85 | |
---|
86 | /* 'va_lists' cannot be copies as values */ |
---|
87 | #undef G_VA_COPY_AS_ARRAY |
---|
88 | |
---|
89 | /* Define to 1 if you have `alloca', as a function or macro. */ |
---|
90 | #undef HAVE_ALLOCA |
---|
91 | |
---|
92 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). |
---|
93 | */ |
---|
94 | #undef HAVE_ALLOCA_H |
---|
95 | |
---|
96 | /* Define to 1 if you have the `atexit' function. */ |
---|
97 | #undef HAVE_ATEXIT |
---|
98 | |
---|
99 | /* Define to 1 if you have the `bind_textdomain_codeset' function. */ |
---|
100 | #undef HAVE_BIND_TEXTDOMAIN_CODESET |
---|
101 | |
---|
102 | /* Define if you have a version of the snprintf function with semantics as |
---|
103 | specified by the ISO C99 standard. */ |
---|
104 | #undef HAVE_C99_SNPRINTF |
---|
105 | |
---|
106 | /* Define if you have a version of the vsnprintf function with semantics as |
---|
107 | specified by the ISO C99 standard. */ |
---|
108 | #undef HAVE_C99_VSNPRINTF |
---|
109 | |
---|
110 | /* Have nl_langinfo (CODESET) */ |
---|
111 | #undef HAVE_CODESET |
---|
112 | |
---|
113 | /* Define to 1 if you have the `dcgettext' function. */ |
---|
114 | #undef HAVE_DCGETTEXT |
---|
115 | |
---|
116 | /* Define to 1 if you have the <dirent.h> header file. */ |
---|
117 | #undef HAVE_DIRENT_H |
---|
118 | |
---|
119 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
---|
120 | #undef HAVE_DLFCN_H |
---|
121 | |
---|
122 | /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ |
---|
123 | #undef HAVE_DOPRNT |
---|
124 | |
---|
125 | /* Define to 1 if you have the <float.h> header file. */ |
---|
126 | #undef HAVE_FLOAT_H |
---|
127 | |
---|
128 | /* Define to 1 if you have the `getcwd' function. */ |
---|
129 | #undef HAVE_GETCWD |
---|
130 | |
---|
131 | /* Define to 1 if you have the `getc_unlocked' function. */ |
---|
132 | #undef HAVE_GETC_UNLOCKED |
---|
133 | |
---|
134 | /* Define if the GNU gettext() function is already present or preinstalled. */ |
---|
135 | #undef HAVE_GETTEXT |
---|
136 | |
---|
137 | /* define to use system printf */ |
---|
138 | #undef HAVE_GOOD_PRINTF |
---|
139 | |
---|
140 | /* define to support printing 64-bit integers with format I64 */ |
---|
141 | #undef HAVE_INT64_AND_I64 |
---|
142 | |
---|
143 | /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */ |
---|
144 | #undef HAVE_INTMAX_T |
---|
145 | |
---|
146 | /* Define to 1 if you have the <inttypes.h> header file. */ |
---|
147 | #undef HAVE_INTTYPES_H |
---|
148 | |
---|
149 | /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and |
---|
150 | declares uintmax_t. */ |
---|
151 | #undef HAVE_INTTYPES_H_WITH_UINTMAX |
---|
152 | |
---|
153 | /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ |
---|
154 | #undef HAVE_LANGINFO_CODESET |
---|
155 | |
---|
156 | /* Define to 1 if you have the <langinfo.h> header file. */ |
---|
157 | #undef HAVE_LANGINFO_H |
---|
158 | |
---|
159 | /* Define if your <locale.h> file defines LC_MESSAGES. */ |
---|
160 | #undef HAVE_LC_MESSAGES |
---|
161 | |
---|
162 | /* Define to 1 if you have the <limits.h> header file. */ |
---|
163 | #undef HAVE_LIMITS_H |
---|
164 | |
---|
165 | /* Define to 1 if you have the <locale.h> header file. */ |
---|
166 | #undef HAVE_LOCALE_H |
---|
167 | |
---|
168 | /* Define to 1 if you have the `localtime_r' function. */ |
---|
169 | #undef HAVE_LOCALTIME_R |
---|
170 | |
---|
171 | /* Define if you have the 'long double' type. */ |
---|
172 | #undef HAVE_LONG_DOUBLE |
---|
173 | |
---|
174 | /* Define if you have the 'long long' type. */ |
---|
175 | #undef HAVE_LONG_LONG |
---|
176 | |
---|
177 | /* define if system printf can print long long */ |
---|
178 | #undef HAVE_LONG_LONG_FORMAT |
---|
179 | |
---|
180 | /* Define to 1 if you have the `lstat' function. */ |
---|
181 | #undef HAVE_LSTAT |
---|
182 | |
---|
183 | /* Define to 1 if you have the `memmove' function. */ |
---|
184 | #undef HAVE_MEMMOVE |
---|
185 | |
---|
186 | /* Define to 1 if you have the <memory.h> header file. */ |
---|
187 | #undef HAVE_MEMORY_H |
---|
188 | |
---|
189 | /* Define to 1 if you have the `mkstemp' function. */ |
---|
190 | #undef HAVE_MKSTEMP |
---|
191 | |
---|
192 | /* Define to 1 if you have the `nanosleep' function. */ |
---|
193 | #undef HAVE_NANOSLEEP |
---|
194 | |
---|
195 | /* Define to 1 if you have the `nl_langinfo' function. */ |
---|
196 | #undef HAVE_NL_LANGINFO |
---|
197 | |
---|
198 | /* Have non-POSIX function getpwuid_r */ |
---|
199 | #undef HAVE_NONPOSIX_GETPWUID_R |
---|
200 | |
---|
201 | /* Define to 1 if you have the `on_exit' function. */ |
---|
202 | #undef HAVE_ON_EXIT |
---|
203 | |
---|
204 | /* Define to 1 if you have the `poll' function. */ |
---|
205 | #undef HAVE_POLL |
---|
206 | |
---|
207 | /* Have POSIX function getpwuid_r */ |
---|
208 | #undef HAVE_POSIX_GETPWUID_R |
---|
209 | |
---|
210 | /* Have function pthread_attr_setstacksize */ |
---|
211 | #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE |
---|
212 | |
---|
213 | /* Define to 1 if the system has the type `ptrdiff_t'. */ |
---|
214 | #undef HAVE_PTRDIFF_T |
---|
215 | |
---|
216 | /* Define to 1 if you have the <pwd.h> header file. */ |
---|
217 | #undef HAVE_PWD_H |
---|
218 | |
---|
219 | /* Define to 1 if you have the `readlink' function. */ |
---|
220 | #undef HAVE_READLINK |
---|
221 | |
---|
222 | /* Define to 1 if you have the <sched.h> header file. */ |
---|
223 | #undef HAVE_SCHED_H |
---|
224 | |
---|
225 | /* Define to 1 if you have the `setenv' function. */ |
---|
226 | #undef HAVE_SETENV |
---|
227 | |
---|
228 | /* Define to 1 if you have the `setlocale' function. */ |
---|
229 | #undef HAVE_SETLOCALE |
---|
230 | |
---|
231 | /* Define to 1 if you have the `snprintf' function. */ |
---|
232 | #undef HAVE_SNPRINTF |
---|
233 | |
---|
234 | /* Define to 1 if you have the <stddef.h> header file. */ |
---|
235 | #undef HAVE_STDDEF_H |
---|
236 | |
---|
237 | /* Define to 1 if you have the <stdint.h> header file. */ |
---|
238 | #undef HAVE_STDINT_H |
---|
239 | |
---|
240 | /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares |
---|
241 | uintmax_t. */ |
---|
242 | #undef HAVE_STDINT_H_WITH_UINTMAX |
---|
243 | |
---|
244 | /* Define to 1 if you have the <stdlib.h> header file. */ |
---|
245 | #undef HAVE_STDLIB_H |
---|
246 | |
---|
247 | /* Define to 1 if you have the `stpcpy' function. */ |
---|
248 | #undef HAVE_STPCPY |
---|
249 | |
---|
250 | /* Define to 1 if you have the `strcasecmp' function. */ |
---|
251 | #undef HAVE_STRCASECMP |
---|
252 | |
---|
253 | /* Define to 1 if you have the `strerror' function. */ |
---|
254 | #undef HAVE_STRERROR |
---|
255 | |
---|
256 | /* Define to 1 if you have the <strings.h> header file. */ |
---|
257 | #undef HAVE_STRINGS_H |
---|
258 | |
---|
259 | /* Define to 1 if you have the <string.h> header file. */ |
---|
260 | #undef HAVE_STRING_H |
---|
261 | |
---|
262 | /* Have functions strlcpy and strlcat */ |
---|
263 | #undef HAVE_STRLCPY |
---|
264 | |
---|
265 | /* Define to 1 if you have the `strncasecmp' function. */ |
---|
266 | #undef HAVE_STRNCASECMP |
---|
267 | |
---|
268 | /* Define to 1 if you have the `strsignal' function. */ |
---|
269 | #undef HAVE_STRSIGNAL |
---|
270 | |
---|
271 | /* Define to 1 if you have the `symlink' function. */ |
---|
272 | #undef HAVE_SYMLINK |
---|
273 | |
---|
274 | /* Define to 1 if you have the <sys/param.h> header file. */ |
---|
275 | #undef HAVE_SYS_PARAM_H |
---|
276 | |
---|
277 | /* Define to 1 if you have the <sys/poll.h> header file. */ |
---|
278 | #undef HAVE_SYS_POLL_H |
---|
279 | |
---|
280 | /* found fd_set in sys/select.h */ |
---|
281 | #undef HAVE_SYS_SELECT_H |
---|
282 | |
---|
283 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
---|
284 | #undef HAVE_SYS_STAT_H |
---|
285 | |
---|
286 | /* Define to 1 if you have the <sys/times.h> header file. */ |
---|
287 | #undef HAVE_SYS_TIMES_H |
---|
288 | |
---|
289 | /* Define to 1 if you have the <sys/time.h> header file. */ |
---|
290 | #undef HAVE_SYS_TIME_H |
---|
291 | |
---|
292 | /* Define to 1 if you have the <sys/types.h> header file. */ |
---|
293 | #undef HAVE_SYS_TYPES_H |
---|
294 | |
---|
295 | /* Define to 1 if you have the <unistd.h> header file. */ |
---|
296 | #undef HAVE_UNISTD_H |
---|
297 | |
---|
298 | /* Define if your printf function family supports positional parameters as |
---|
299 | specified by Unix98. */ |
---|
300 | #undef HAVE_UNIX98_PRINTF |
---|
301 | |
---|
302 | /* Define to 1 if you have the `unsetenv' function. */ |
---|
303 | #undef HAVE_UNSETENV |
---|
304 | |
---|
305 | /* Define to 1 if you have the <values.h> header file. */ |
---|
306 | #undef HAVE_VALUES_H |
---|
307 | |
---|
308 | /* Define to 1 if you have the `vasprintf' function. */ |
---|
309 | #undef HAVE_VASPRINTF |
---|
310 | |
---|
311 | /* Define to 1 if you have the `vprintf' function. */ |
---|
312 | #undef HAVE_VPRINTF |
---|
313 | |
---|
314 | /* Define to 1 if you have the `vsnprintf' function. */ |
---|
315 | #undef HAVE_VSNPRINTF |
---|
316 | |
---|
317 | /* Define if you have the 'wchar_t' type. */ |
---|
318 | #undef HAVE_WCHAR_T |
---|
319 | |
---|
320 | /* Define if you have the 'wint_t' type. */ |
---|
321 | #undef HAVE_WINT_T |
---|
322 | |
---|
323 | /* Have a working bcopy */ |
---|
324 | #undef HAVE_WORKING_BCOPY |
---|
325 | |
---|
326 | /* didn't find fd_set */ |
---|
327 | #undef NO_FD_SET |
---|
328 | |
---|
329 | /* global 'sys_errlist' not found */ |
---|
330 | #undef NO_SYS_ERRLIST |
---|
331 | |
---|
332 | /* global 'sys_siglist' not found */ |
---|
333 | #undef NO_SYS_SIGLIST |
---|
334 | |
---|
335 | /* global 'sys_siglist' not declared */ |
---|
336 | #undef NO_SYS_SIGLIST_DECL |
---|
337 | |
---|
338 | /* Define to the address where bug reports for this package should be sent. */ |
---|
339 | #undef PACKAGE_BUGREPORT |
---|
340 | |
---|
341 | /* Define to the full name of this package. */ |
---|
342 | #undef PACKAGE_NAME |
---|
343 | |
---|
344 | /* Define to the full name and version of this package. */ |
---|
345 | #undef PACKAGE_STRING |
---|
346 | |
---|
347 | /* Define to the one symbol short name of this package. */ |
---|
348 | #undef PACKAGE_TARNAME |
---|
349 | |
---|
350 | /* Define to the version of this package. */ |
---|
351 | #undef PACKAGE_VERSION |
---|
352 | |
---|
353 | /* Maximum POSIX RT priority */ |
---|
354 | #undef POSIX_MAX_PRIORITY |
---|
355 | |
---|
356 | /* Minimum POSIX RT priority */ |
---|
357 | #undef POSIX_MIN_PRIORITY |
---|
358 | |
---|
359 | /* The POSIX RT yield function */ |
---|
360 | #undef POSIX_YIELD_FUNC |
---|
361 | |
---|
362 | /* whether realloc (NULL,) works */ |
---|
363 | #undef REALLOC_0_WORKS |
---|
364 | |
---|
365 | /* Define if you have correct malloc prototypes */ |
---|
366 | #undef SANE_MALLOC_PROTOS |
---|
367 | |
---|
368 | /* The size of a `char', as computed by sizeof. */ |
---|
369 | #undef SIZEOF_CHAR |
---|
370 | |
---|
371 | /* The size of a `int', as computed by sizeof. */ |
---|
372 | #undef SIZEOF_INT |
---|
373 | |
---|
374 | /* The size of a `long', as computed by sizeof. */ |
---|
375 | #undef SIZEOF_LONG |
---|
376 | |
---|
377 | /* The size of a `long long', as computed by sizeof. */ |
---|
378 | #undef SIZEOF_LONG_LONG |
---|
379 | |
---|
380 | /* The size of a `short', as computed by sizeof. */ |
---|
381 | #undef SIZEOF_SHORT |
---|
382 | |
---|
383 | /* The size of a `size_t', as computed by sizeof. */ |
---|
384 | #undef SIZEOF_SIZE_T |
---|
385 | |
---|
386 | /* The size of a `void *', as computed by sizeof. */ |
---|
387 | #undef SIZEOF_VOID_P |
---|
388 | |
---|
389 | /* The size of a `__int64', as computed by sizeof. */ |
---|
390 | #undef SIZEOF___INT64 |
---|
391 | |
---|
392 | /* If using the C implementation of alloca, define if you know the |
---|
393 | direction of stack growth for your system; otherwise it will be |
---|
394 | automatically deduced at run-time. |
---|
395 | STACK_DIRECTION > 0 => grows toward higher addresses |
---|
396 | STACK_DIRECTION < 0 => grows toward lower addresses |
---|
397 | STACK_DIRECTION = 0 => direction of growth unknown */ |
---|
398 | #undef STACK_DIRECTION |
---|
399 | |
---|
400 | /* Define to 1 if you have the ANSI C header files. */ |
---|
401 | #undef STDC_HEADERS |
---|
402 | |
---|
403 | /* Using GNU libiconv */ |
---|
404 | #undef USE_LIBICONV_GNU |
---|
405 | |
---|
406 | /* Using a native implementation of iconv in a separate library */ |
---|
407 | #undef USE_LIBICONV_NATIVE |
---|
408 | |
---|
409 | /* Define to 1 if your processor stores words with the most significant byte |
---|
410 | first (like Motorola and SPARC, unlike Intel and VAX). */ |
---|
411 | #undef WORDS_BIGENDIAN |
---|
412 | |
---|
413 | /* Number of bits in a file offset, on hosts where this is settable. */ |
---|
414 | #undef _FILE_OFFSET_BITS |
---|
415 | |
---|
416 | /* Define for large files, on AIX-style hosts. */ |
---|
417 | #undef _LARGE_FILES |
---|
418 | |
---|
419 | /* Define to empty if `const' does not conform to ANSI C. */ |
---|
420 | #undef const |
---|
421 | |
---|
422 | /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */ |
---|
423 | #undef intmax_t |
---|
424 | |
---|
425 | /* Define to empty if the C compiler doesn't support this keyword. */ |
---|
426 | #undef signed |
---|
427 | |
---|
428 | /* Define to `unsigned' if <sys/types.h> does not define. */ |
---|
429 | #undef size_t |
---|