8f3b7213ef73b8afc455b31739dc73301e3d3d5c
[platform/upstream/glib.git] / config.h.win32.in
1 /* config.h.win32.in Merged from two versions generated by configure for gcc and MSVC.  */
2 /* config.h.  Generated by configure.  */
3 /* config.h.in.  Generated from configure.in by autoheader.  */
4
5 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
6    systems. This function is required for `alloca.c' support on those systems.
7    */
8 /* #undef CRAY_STACKSEG_END */
9
10 /* Define to 1 if using `alloca.c'. */
11 /* #undef C_ALLOCA */
12
13 /* Whether to disable memory pools */
14 /* #undef DISABLE_MEM_POOLS */
15
16 /* Whether to enable GC friendliness by default */
17 /* #undef ENABLE_GC_FRIENDLY_DEFAULT */
18
19 /* always defined to indicate that i18n is enabled */
20 #define ENABLE_NLS 1
21
22 /* Define the gettext package to be used */
23 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
24
25 /* Define to the GLIB binary age */
26 #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
27
28 /* Byte contents of gmutex */
29 /* #undef GLIB_BYTE_CONTENTS_GMUTEX */
30
31 /* Define to the GLIB interface age */
32 #define GLIB_INTERFACE_AGE @GLIB_INTERFACE_AGE@
33
34 /* Define the location where the catalogs will be installed */
35 #define GLIB_LOCALE_DIR "NONE/lib/locale"
36
37 /* Define to the GLIB major version */
38 #define GLIB_MAJOR_VERSION @GLIB_MAJOR_VERSION@
39
40 /* Define to the GLIB micro version */
41 #define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@
42
43 /* Define to the GLIB minor version */
44 #define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
45
46 /* The size of gmutex, as computed by sizeof. */
47 /* #undef GLIB_SIZEOF_GMUTEX */
48
49 /* The size of system_thread, as computed by sizeof. */
50 #define GLIB_SIZEOF_SYSTEM_THREAD 4
51
52 /* alpha atomic implementation */
53 /* #undef G_ATOMIC_ALPHA */
54
55 /* i486 atomic implementation */
56 #ifndef _MSC_VER
57 #define G_ATOMIC_I486 1
58 #endif /* _MSC_VER */
59
60 /* ia64 atomic implementation */
61 /* #undef G_ATOMIC_IA64 */
62
63 /* powerpc atomic implementation */
64 /* #undef G_ATOMIC_POWERPC */
65
66 /* s390 atomic implementation */
67 /* #undef G_ATOMIC_S390 */
68
69 /* sparcv9 atomic implementation */
70 /* #undef G_ATOMIC_SPARCV9 */
71
72 /* x86_64 atomic implementation */
73 /* #undef G_ATOMIC_X86_64 */
74
75 /* Whether glib was compiled with debugging enabled */
76 #define G_COMPILED_WITH_DEBUGGING "yes"
77
78 /* Have inline keyword */
79 #ifndef _MSC_VER
80 #define G_HAVE_INLINE 1
81 #else /* _MSC_VER */
82 /* #undef G_HAVE_INLINE */
83 #endif /* _MSC_VER */
84
85 /* Have __inline keyword */
86 #define G_HAVE___INLINE 1
87
88 /* Have __inline__ keyword */
89 #if !defined(_MSC_VER) && !defined(__DMC__)
90 #define G_HAVE___INLINE__ 1
91 #else /* _MSC_VER or __DMC__ */
92 /* #undef G_HAVE___INLINE__ */
93 #endif /* _MSC_VER or __DMC__ */
94
95 /* Source file containing theread implementation */
96 #define G_THREAD_SOURCE "gthread-win32.c"
97
98 /* A 'va_copy' style function */
99 #ifndef _MSC_VER
100 #define G_VA_COPY va_copy
101 #else /* _MSC_VER */
102 /* #undef G_VA_COPY */
103 #endif /* _MSC_VER */
104
105 /* 'va_lists' cannot be copies as values */
106 /* #undef G_VA_COPY_AS_ARRAY */
107
108 /* Define to 1 if you have `alloca', as a function or macro. */
109 #define HAVE_ALLOCA 1
110
111 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
112    */
113 /* #undef HAVE_ALLOCA_H */
114
115 /* Define to 1 if you have the `atexit' function. */
116 #define HAVE_ATEXIT 1
117
118 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
119 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
120
121 /* Define if you have a version of the snprintf function with semantics as
122    specified by the ISO C99 standard. */
123 /* #undef HAVE_C99_SNPRINTF */
124
125 /* Define if you have a version of the vsnprintf function with semantics as
126    specified by the ISO C99 standard. */
127 /* #undef HAVE_C99_VSNPRINTF */
128
129 /* Define to 1 if you have the `clock_gettime' function. */
130 /* #undef HAVE_CLOCK_GETTIME */
131
132 /* Have nl_langinfo (CODESET) */
133 /* #undef HAVE_CODESET */
134
135 /* Define to 1 if you have the <crt_externs.h> header file. */
136 /* #undef HAVE_CRT_EXTERNS_H */
137
138 /* Define to 1 if you have the `dcgettext' function. */
139 #define HAVE_DCGETTEXT 1
140
141 /* Define to 1 if you have the <dirent.h> header file. */
142 #define HAVE_DIRENT_H 1
143
144 /* Define to 1 if you have the <dlfcn.h> header file. */
145 /* #undef HAVE_DLFCN_H */
146
147 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
148 /* #undef HAVE_DOPRNT */
149
150 /* define for working do while(0) macros */
151 #define HAVE_DOWHILE_MACROS 1
152
153 /* Define to 1 if you have the `fdwalk' function. */
154 /* #undef HAVE_FDWALK */
155
156 /* Define to 1 if you have the <float.h> header file. */
157 #define HAVE_FLOAT_H 1
158
159 /* Define to 1 if you have the `getcwd' function. */
160 #define HAVE_GETCWD 1
161
162 /* Define to 1 if you have the `getc_unlocked' function. */
163 /* #undef HAVE_GETC_UNLOCKED */
164
165 /* Define to 1 if you have the `getpagesize' function. */
166 #if !defined(_MSC_VER) && !defined(__DMC__)
167 #define HAVE_GETPAGESIZE 1
168 #else
169 /* #undef HAVE_GETPAGESIZE */
170 #endif
171
172 /* Define if the GNU gettext() function is already present or preinstalled. */
173 #define HAVE_GETTEXT 1
174
175 /* define to use system printf */
176 /* #undef HAVE_GOOD_PRINTF */
177
178 /* define to support printing 64-bit integers with format I64 */
179 #define HAVE_INT64_AND_I64 1
180
181 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
182 #ifndef _MSC_VER
183 #define HAVE_INTMAX_T 1
184 #else /* _MSC_VER */
185 /* #undef HAVE_INTMAX_T */
186 #endif /* _MSC_VER */
187
188 /* Define to 1 if you have the <inttypes.h> header file. */
189 #ifndef _MSC_VER
190 #define HAVE_INTTYPES_H 1
191 #else /* _MSC_VER */
192 /* #undef HAVE_INTTYPES_H */
193 #endif /* _MSC_VER */
194
195 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
196    declares uintmax_t. */
197 #ifndef _MSC_VER
198 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
199 #else /* _MSC_VER */
200 /* #undef HAVE_INTTYPES_H_WITH_UINTMAX */
201 #endif /* _MSC_VER */
202
203 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
204 /* #undef HAVE_LANGINFO_CODESET */
205
206 /* Define to 1 if you have the <langinfo.h> header file. */
207 /* #undef HAVE_LANGINFO_H */
208
209 /* Define if your <locale.h> file defines LC_MESSAGES. */
210 /* #undef HAVE_LC_MESSAGES */
211
212 /* Define to 1 if you have the <limits.h> header file. */
213 #define HAVE_LIMITS_H 1
214
215 /* Define to 1 if you have the <locale.h> header file. */
216 #define HAVE_LOCALE_H 1
217
218 /* Define to 1 if you have the `localtime_r' function. */
219 /* #undef HAVE_LOCALTIME_R */
220
221 /* Define if you have the 'long double' type. */
222 #define HAVE_LONG_DOUBLE 1
223
224 /* Define if you have the 'long long' type. */
225 #ifndef _MSC_VER
226 #define HAVE_LONG_LONG 1
227 #else /* _MSC_VER */
228 /* #undef HAVE_LONG_LONG */
229 #endif /* _MSC_VER */
230
231 /* define if system printf can print long long */
232 #define HAVE_LONG_LONG_FORMAT 1
233
234 /* Define to 1 if you have the `lstat' function. */
235 /* #undef HAVE_LSTAT */
236
237 /* Define to 1 if you have the <malloc.h> header file. */
238 #define HAVE_MALLOC_H 1
239
240 /* Define to 1 if you have the `memalign' function. */
241 /* #undef HAVE_MEMALIGN */
242
243 /* Define to 1 if you have the `memmove' function. */
244 #define HAVE_MEMMOVE 1
245
246 /* Define to 1 if you have the <memory.h> header file. */
247 #define HAVE_MEMORY_H 1
248
249 /* Define to 1 if you have a working `mmap' system call. */
250 /* #undef HAVE_MMAP */
251
252 /* Have a monotonic clock */
253 /* #undef HAVE_MONOTONIC_CLOCK */
254
255 /* Define to 1 if you have the `nanosleep' function. */
256 /* #undef HAVE_NANOSLEEP */
257
258 /* Define to 1 if you have the `nl_langinfo' function. */
259 /* #undef HAVE_NL_LANGINFO */
260
261 /* Have non-POSIX function getpwuid_r */
262 /* #undef HAVE_NONPOSIX_GETPWUID_R */
263
264 /* Define to 1 if you have the `nsleep' function. */
265 /* #undef HAVE_NSLEEP */
266
267 /* Define to 1 if you have the `on_exit' function. */
268 /* #undef HAVE_ON_EXIT */
269
270 /* Define to 1 if you have the `poll' function. */
271 /* #undef HAVE_POLL */
272
273 /* Have POSIX function getpwuid_r */
274 /* #undef HAVE_POSIX_GETPWUID_R */
275
276 /* Define to 1 if you have the `posix_memalign' function. */
277 /* #undef HAVE_POSIX_MEMALIGN */
278
279 /* Have function pthread_attr_setstacksize */
280 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
281
282 /* Define to 1 if the system has the type `ptrdiff_t'. */
283 #define HAVE_PTRDIFF_T 1
284
285 /* Define to 1 if you have the <pwd.h> header file. */
286 /* #undef HAVE_PWD_H */
287
288 /* Define to 1 if you have the `readlink' function. */
289 /* #undef HAVE_READLINK */
290
291 /* Define to 1 if you have the <sched.h> header file. */
292 /* #undef HAVE_SCHED_H */
293
294 /* Define to 1 if you have the `setenv' function. */
295 /* #undef HAVE_SETENV */
296
297 /* Define to 1 if you have the `setlocale' function. */
298 #define HAVE_SETLOCALE 1
299
300 /* Define to 1 if you have the `snprintf' function. */
301 #ifndef _MSC_VER
302 #define HAVE_SNPRINTF 1
303 #ifdef __DMC__
304 #define snprintf _snprintf
305 #endif
306 #else /* _MSC_VER */
307 /* #undef HAVE_SNPRINTF */
308 #endif /* _MSC_VER */
309
310 /* Define to 1 if you have the <stddef.h> header file. */
311 #define HAVE_STDDEF_H 1
312
313 /* Define to 1 if you have the <stdint.h> header file. */
314 #ifndef _MSC_VER
315 #define HAVE_STDINT_H 1
316 #else /* _MSC_VER */
317 /* #undef HAVE_STDINT_H */
318 #endif /* _MSC_VER */
319
320 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
321    uintmax_t. */
322 #ifndef _MSC_VER
323 #define HAVE_STDINT_H_WITH_UINTMAX 1
324 #else /* _MSC_VER */
325 /* #undef HAVE_STDINT_H_WITH_UINTMAX */
326 #endif /* _MSC_VER */
327
328 /* Define to 1 if you have the <stdlib.h> header file. */
329 #define HAVE_STDLIB_H 1
330
331 /* Define to 1 if you have the `stpcpy' function. */
332 /* #undef HAVE_STPCPY */
333
334 /* Define to 1 if you have the `strcasecmp' function. */
335 #if !defined(_MSC_VER) && !defined(__DMC__)
336 #define HAVE_STRCASECMP 1
337 #else /* _MSC_VER or __DMC__ */
338 /* #undef HAVE_STRCASECMP */
339 #endif /* _MSC_VER or __DMC__ */
340
341 /* Define to 1 if you have the `strerror' function. */
342 #define HAVE_STRERROR 1
343
344 /* Define to 1 if you have the <strings.h> header file. */
345 #if !defined(_MSC_VER) && !defined(__DMC__)
346 #define HAVE_STRINGS_H 1
347 #else /* _MSC_VER or __DMC__ */
348 /* #undef HAVE_STRINGS_H */
349 #endif /* _MSC_VER or __DMC__ */
350
351 /* Define to 1 if you have the <string.h> header file. */
352 #define HAVE_STRING_H 1
353
354 /* Have functions strlcpy and strlcat */
355 /* #undef HAVE_STRLCPY */
356
357 /* Define to 1 if you have the `strncasecmp' function. */
358 #if !defined(_MSC_VER) && !defined(__DMC__)
359 #define HAVE_STRNCASECMP 1
360 #else /* _MSC_VER or __DMC__ */
361 /* #undef HAVE_STRNCASECMP */
362 #endif /* _MSC_VER or __DMC__ */
363
364 /* Define to 1 if you have the `strsignal' function. */
365 /* #undef HAVE_STRSIGNAL */
366
367 /* Define to 1 if you have the `symlink' function. */
368 /* #undef HAVE_SYMLINK */
369
370 /* Define to 1 if you have the <sys/param.h> header file. */
371 #if !defined(_MSC_VER) && !defined(__DMC__)
372 #define HAVE_SYS_PARAM_H 1
373 #else /* _MSC_VER or __DMC__ */
374 /* #undef HAVE_SYS_PARAM_H */
375 #endif /* _MSC_VER or __DMC__ */
376
377 /* Define to 1 if you have the <sys/poll.h> header file. */
378 /* #undef HAVE_SYS_POLL_H */
379
380 /* found fd_set in sys/select.h */
381 /* #undef HAVE_SYS_SELECT_H */
382
383 /* Define to 1 if you have the <sys/stat.h> header file. */
384 #define HAVE_SYS_STAT_H 1
385
386 /* Define to 1 if you have the <sys/times.h> header file. */
387 /* #undef HAVE_SYS_TIMES_H */
388
389 /* Define to 1 if you have the <sys/time.h> header file. */
390 #ifndef _MSC_VER
391 #define HAVE_SYS_TIME_H 1
392 #else /* _MSC_VER */
393 /* #undef HAVE_SYS_TIME_H */
394 #endif /* _MSC_VER */
395
396 /* Define to 1 if you have the <sys/types.h> header file. */
397 #define HAVE_SYS_TYPES_H 1
398
399 /* Define to 1 if you have the <sys/wait.h> header file. */
400 /* #undef HAVE_SYS_WAIT_H */
401
402 /* Define to 1 if you have the `timegm' function. */
403 /* #undef HAVE_TIMEGM */
404
405 /* Define to 1 if you have the <unistd.h> header file. */
406 #ifndef _MSC_VER
407 #define HAVE_UNISTD_H 1
408 #else /* _MSC_VER */
409 /* #undef HAVE_UNISTD_H */
410 #endif /* _MSC_VER */
411
412 /* Define if your printf function family supports positional parameters as
413    specified by Unix98. */
414 /* #undef HAVE_UNIX98_PRINTF */
415
416 /* Define to 1 if you have the `unsetenv' function. */
417 /* #undef HAVE_UNSETENV */
418
419 /* Define to 1 if you have the `valloc' function. */
420 /* #undef HAVE_VALLOC */
421
422 /* Define to 1 if you have the <values.h> header file. */
423 #if !defined(_MSC_VER) && !defined(__DMC__)
424 #define HAVE_VALUES_H 1
425 #else /* _MSC_VER or __DMC__ */
426 /* #undef HAVE_VALUES_H */
427 #endif /* _MSC_VER or __DMC__ */
428
429 /* Define to 1 if you have the `vasprintf' function. */
430 #define HAVE_VASPRINTF 1
431
432 /* Define to 1 if you have the `vprintf' function. */
433 #define HAVE_VPRINTF 1
434
435 /* Define to 1 if you have the `vsnprintf' function. */
436 #ifndef _MSC_VER
437 #define HAVE_VSNPRINTF 1
438 #ifdef __DMC__
439 #define vsnprintf _vsnprintf
440 #endif
441 #else /* _MSC_VER */
442 /* #undef HAVE_VSNPRINTF */
443 #endif /* _MSC_VER */
444
445 /* Define if you have the 'wchar_t' type. */
446 #define HAVE_WCHAR_T 1
447
448 /* Define to 1 if you have the `wcslen' function. */
449 #define HAVE_WCSLEN 1
450
451 /* Define if you have the 'wint_t' type. */
452 #define HAVE_WINT_T 1
453
454 /* Have a working bcopy */
455 /* #undef HAVE_WORKING_BCOPY */
456
457 /* Define to 1 if you have the `_NSGetEnviron' function. */
458 /* #undef HAVE__NSGETENVIRON */
459
460 /* Do we cache iconv descriptors */
461 #define NEED_ICONV_CACHE 1
462
463 /* didn't find fd_set */
464 #define NO_FD_SET 1
465
466 /* global 'sys_errlist' not found */
467 #define NO_SYS_ERRLIST 1
468
469 /* global 'sys_siglist' not found */
470 #define NO_SYS_SIGLIST 1
471
472 /* global 'sys_siglist' not declared */
473 #define NO_SYS_SIGLIST_DECL 1
474
475 /* Define to the address where bug reports for this package should be sent. */
476 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
477
478 /* Define to the full name of this package. */
479 #define PACKAGE_NAME "glib"
480
481 /* Define to the full name and version of this package. */
482 #define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
483
484 /* Define to the one symbol short name of this package. */
485 #define PACKAGE_TARNAME "glib"
486
487 /* Define to the version of this package. */
488 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
489
490 /* Maximum POSIX RT priority */
491 /* #undef POSIX_MAX_PRIORITY */
492
493 /* define if posix_memalign() can allocate any size */
494 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
495
496 /* Minimum POSIX RT priority */
497 /* #undef POSIX_MIN_PRIORITY */
498
499 /* The POSIX RT yield function */
500 /* #undef POSIX_YIELD_FUNC */
501
502 /* whether realloc (NULL,) works */
503 #define REALLOC_0_WORKS 1
504
505 /* Define if you have correct malloc prototypes */
506 #ifndef _MSC_VER
507 #define SANE_MALLOC_PROTOS 1
508 #else /* _MSC_VER */
509 /* #undef SANE_MALLOC_PROTOS */
510 #endif /* _MSC_VER */
511
512 /* The size of a `char', as computed by sizeof. */
513 #define SIZEOF_CHAR 1
514
515 /* The size of a `int', as computed by sizeof. */
516 #define SIZEOF_INT 4
517
518 /* The size of a `long', as computed by sizeof. */
519 #define SIZEOF_LONG 4
520
521 /* The size of a `long long', as computed by sizeof. */
522 #ifndef _MSC_VER
523 #define SIZEOF_LONG_LONG 8
524 #else /* _MSC_VER */
525 #define SIZEOF_LONG_LONG 0
526 #endif /* _MSC_VER */
527
528 /* The size of a `short', as computed by sizeof. */
529 #define SIZEOF_SHORT 2
530
531 /* The size of a `size_t', as computed by sizeof. */
532 #define SIZEOF_SIZE_T 4
533
534 /* The size of a `void *', as computed by sizeof. */
535 #define SIZEOF_VOID_P 4
536
537 /* The size of a `__int64', as computed by sizeof. */
538 #define SIZEOF___INT64 8
539
540 /* If using the C implementation of alloca, define if you know the
541    direction of stack growth for your system; otherwise it will be
542    automatically deduced at run-time.
543         STACK_DIRECTION > 0 => grows toward higher addresses
544         STACK_DIRECTION < 0 => grows toward lower addresses
545         STACK_DIRECTION = 0 => direction of growth unknown */
546 /* #undef STACK_DIRECTION */
547
548 /* Define to 1 if you have the ANSI C header files. */
549 #define STDC_HEADERS 1
550
551 /* Using GNU libiconv */
552 #define USE_LIBICONV_GNU 1
553
554 /* Using a native implementation of iconv in a separate library */
555 /* #undef USE_LIBICONV_NATIVE */
556
557 /* using the system-supplied PCRE library */
558 /* #undef USE_SYSTEM_PCRE */
559
560 /* Define to 1 if your processor stores words with the most significant byte
561    first (like Motorola and SPARC, unlike Intel and VAX). */
562 /* #undef WORDS_BIGENDIAN */
563
564 /* Number of bits in a file offset, on hosts where this is settable. */
565 /* #undef _FILE_OFFSET_BITS */
566
567 /* Define for large files, on AIX-style hosts. */
568 /* #undef _LARGE_FILES */
569
570 /* Define to empty if `const' does not conform to ANSI C. */
571 /* #undef const */
572
573 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
574 #ifndef _MSC_VER
575 /* #undef intmax_t */
576 #else /* _MSC_VER */
577 #define intmax_t __int64
578 #endif /* _MSC_VER */
579
580 /* Define to empty if the C compiler doesn't support this keyword. */
581 /* #undef signed */
582
583 /* Define to `unsigned' if <sys/types.h> does not define. */
584 /* #undef size_t */