config.h.win32.in glib/galloca.h glib/gbacktrace.h glib/gwin32.c
[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 */
17 /* #undef ENABLE_GC_FRIENDLY */
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 /* sparcv9 atomic implementation */
67 /* #undef G_ATOMIC_SPARCV9 */
68
69 /* x86_64 atomic implementation */
70 /* #undef G_ATOMIC_X86_64 */
71
72 /* Whether glib was compiled with debugging enabled */
73 #define G_COMPILED_WITH_DEBUGGING "yes"
74
75 /* Have inline keyword */
76 #ifndef _MSC_VER
77 #define G_HAVE_INLINE 1
78 #else /* _MSC_VER */
79 /* #undef G_HAVE_INLINE */
80 #endif /* _MSC_VER */
81
82 /* Have __inline keyword */
83 #define G_HAVE___INLINE 1
84
85 /* Have __inline__ keyword */
86 #if !defined(_MSC_VER) && !defined(__DMC__)
87 #define G_HAVE___INLINE__ 1
88 #else /* _MSC_VER or __DMC__ */
89 /* #undef G_HAVE___INLINE__ */
90 #endif /* _MSC_VER or __DMC__ */
91
92 /* Source file containing theread implementation */
93 #define G_THREAD_SOURCE "gthread-win32.c"
94
95 /* A 'va_copy' style function */
96 #ifndef _MSC_VER
97 #define G_VA_COPY va_copy
98 #else /* _MSC_VER */
99 /* #undef G_VA_COPY */
100 #endif /* _MSC_VER */
101
102 /* 'va_lists' cannot be copies as values */
103 /* #undef G_VA_COPY_AS_ARRAY */
104
105 /* Define to 1 if you have `alloca', as a function or macro. */
106 #define HAVE_ALLOCA 1
107
108 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
109    */
110 /* #undef HAVE_ALLOCA_H */
111
112 /* Define to 1 if you have the `atexit' function. */
113 #define HAVE_ATEXIT 1
114
115 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
116 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
117
118 /* Define if you have a version of the snprintf function with semantics as
119    specified by the ISO C99 standard. */
120 /* #undef HAVE_C99_SNPRINTF */
121
122 /* Define if you have a version of the vsnprintf function with semantics as
123    specified by the ISO C99 standard. */
124 /* #undef HAVE_C99_VSNPRINTF */
125
126 /* Have nl_langinfo (CODESET) */
127 /* #undef HAVE_CODESET */
128
129 /* Define to 1 if you have the `dcgettext' function. */
130 #define HAVE_DCGETTEXT 1
131
132 /* Define to 1 if you have the <dirent.h> header file. */
133 #define HAVE_DIRENT_H 1
134
135 /* Define to 1 if you have the <dlfcn.h> header file. */
136 /* #undef HAVE_DLFCN_H */
137
138 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
139 /* #undef HAVE_DOPRNT */
140
141 /* Define to 1 if you have the <float.h> header file. */
142 #define HAVE_FLOAT_H 1
143
144 /* Define to 1 if you have the `getcwd' function. */
145 #define HAVE_GETCWD 1
146
147 /* Define to 1 if you have the `getc_unlocked' function. */
148 /* #undef HAVE_GETC_UNLOCKED */
149
150 /* Define if the GNU gettext() function is already present or preinstalled. */
151 #define HAVE_GETTEXT 1
152
153 /* define to use system printf */
154 /* #undef HAVE_GOOD_PRINTF */
155
156 /* define to support printing 64-bit integers with format I64 */
157 #define HAVE_INT64_AND_I64 1
158
159 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
160 #ifndef _MSC_VER
161 #define HAVE_INTMAX_T 1
162 #else /* _MSC_VER */
163 /* #undef HAVE_INTMAX_T */
164 #endif /* _MSC_VER */
165
166 /* Define to 1 if you have the <inttypes.h> header file. */
167 #ifndef _MSC_VER
168 #define HAVE_INTTYPES_H 1
169 #else /* _MSC_VER */
170 /* #undef HAVE_INTTYPES_H */
171 #endif /* _MSC_VER */
172
173 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
174    declares uintmax_t. */
175 #ifndef _MSC_VER
176 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
177 #else /* _MSC_VER */
178 /* #undef HAVE_INTTYPES_H_WITH_UINTMAX */
179 #endif /* _MSC_VER */
180
181 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
182 /* #undef HAVE_LANGINFO_CODESET */
183
184 /* Define to 1 if you have the <langinfo.h> header file. */
185 /* #undef HAVE_LANGINFO_H */
186
187 /* Define if your <locale.h> file defines LC_MESSAGES. */
188 /* #undef HAVE_LC_MESSAGES */
189
190 /* Define to 1 if you have the <limits.h> header file. */
191 #define HAVE_LIMITS_H 1
192
193 /* Define to 1 if you have the <locale.h> header file. */
194 #define HAVE_LOCALE_H 1
195
196 /* Define to 1 if you have the `localtime_r' function. */
197 /* #undef HAVE_LOCALTIME_R */
198
199 /* Define if you have the 'long double' type. */
200 #define HAVE_LONG_DOUBLE 1
201
202 /* Define if you have the 'long long' type. */
203 #ifndef _MSC_VER
204 #define HAVE_LONG_LONG 1
205 #else /* _MSC_VER */
206 /* #undef HAVE_LONG_LONG */
207 #endif /* _MSC_VER */
208
209 /* define if system printf can print long long */
210 #define HAVE_LONG_LONG_FORMAT 1
211
212 /* Define to 1 if you have the `lstat' function. */
213 /* #undef HAVE_LSTAT */
214
215 /* Define to 1 if you have the `memmove' function. */
216 #define HAVE_MEMMOVE 1
217
218 /* Define to 1 if you have the <memory.h> header file. */
219 #define HAVE_MEMORY_H 1
220
221 /* Define to 1 if you have the `mkstemp' function. */
222 /* #undef HAVE_MKSTEMP */
223
224 /* Define to 1 if you have the `nanosleep' function. */
225 /* #undef HAVE_NANOSLEEP */
226
227 /* Define to 1 if you have the `nl_langinfo' function. */
228 /* #undef HAVE_NL_LANGINFO */
229
230 /* Have non-POSIX function getpwuid_r */
231 /* #undef HAVE_NONPOSIX_GETPWUID_R */
232
233 /* Define to 1 if you have the `on_exit' function. */
234 /* #undef HAVE_ON_EXIT */
235
236 /* Define to 1 if you have the `poll' function. */
237 /* #undef HAVE_POLL */
238
239 /* Have POSIX function getpwuid_r */
240 /* #undef HAVE_POSIX_GETPWUID_R */
241
242 /* Have function pthread_attr_setstacksize */
243 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
244
245 /* Define to 1 if the system has the type `ptrdiff_t'. */
246 #define HAVE_PTRDIFF_T 1
247
248 /* Define to 1 if you have the <pwd.h> header file. */
249 /* #undef HAVE_PWD_H */
250
251 /* Define to 1 if you have the `readlink' function. */
252 /* #undef HAVE_READLINK */
253
254 /* Define to 1 if you have the <sched.h> header file. */
255 /* #undef HAVE_SCHED_H */
256
257 /* Define to 1 if you have the `setenv' function. */
258 /* #undef HAVE_SETENV */
259
260 /* Define to 1 if you have the `setlocale' function. */
261 #define HAVE_SETLOCALE 1
262
263 /* Define to 1 if you have the `snprintf' function. */
264 #ifndef _MSC_VER
265 #define HAVE_SNPRINTF 1
266 #ifdef __DMC__
267 #define snprintf _snprintf
268 #endif
269 #else /* _MSC_VER */
270 /* #undef HAVE_SNPRINTF */
271 #endif /* _MSC_VER */
272
273 /* Define to 1 if you have the <stddef.h> header file. */
274 #define HAVE_STDDEF_H 1
275
276 /* Define to 1 if you have the <stdint.h> header file. */
277 #ifndef _MSC_VER
278 #define HAVE_STDINT_H 1
279 #else /* _MSC_VER */
280 /* #undef HAVE_STDINT_H */
281 #endif /* _MSC_VER */
282
283 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
284    uintmax_t. */
285 #ifndef _MSC_VER
286 #define HAVE_STDINT_H_WITH_UINTMAX 1
287 #else /* _MSC_VER */
288 /* #undef HAVE_STDINT_H_WITH_UINTMAX */
289 #endif /* _MSC_VER */
290
291 /* Define to 1 if you have the <stdlib.h> header file. */
292 #define HAVE_STDLIB_H 1
293
294 /* Define to 1 if you have the `stpcpy' function. */
295 /* #undef HAVE_STPCPY */
296
297 /* Define to 1 if you have the `strcasecmp' function. */
298 #if !defined(_MSC_VER) && !defined(__DMC__)
299 #define HAVE_STRCASECMP 1
300 #else /* _MSC_VER or __DMC__ */
301 /* #undef HAVE_STRCASECMP */
302 #endif /* _MSC_VER or __DMC__ */
303
304 /* Define to 1 if you have the `strerror' function. */
305 #define HAVE_STRERROR 1
306
307 /* Define to 1 if you have the <strings.h> header file. */
308 #if !defined(_MSC_VER) && !defined(__DMC__)
309 #define HAVE_STRINGS_H 1
310 #else /* _MSC_VER or __DMC__ */
311 /* #undef HAVE_STRINGS_H */
312 #endif /* _MSC_VER or __DMC__ */
313
314 /* Define to 1 if you have the <string.h> header file. */
315 #define HAVE_STRING_H 1
316
317 /* Have functions strlcpy and strlcat */
318 /* #undef HAVE_STRLCPY */
319
320 /* Define to 1 if you have the `strncasecmp' function. */
321 #if !defined(_MSC_VER) && !defined(__DMC__)
322 #define HAVE_STRNCASECMP 1
323 #else /* _MSC_VER or __DMC__ */
324 /* #undef HAVE_STRNCASECMP */
325 #endif /* _MSC_VER or __DMC__ */
326
327 /* Define to 1 if you have the `strsignal' function. */
328 /* #undef HAVE_STRSIGNAL */
329
330 /* Define to 1 if you have the `symlink' function. */
331 /* #undef HAVE_SYMLINK */
332
333 /* Define to 1 if you have the <sys/param.h> header file. */
334 #if !defined(_MSC_VER) && !defined(__DMC__)
335 #define HAVE_SYS_PARAM_H 1
336 #else /* _MSC_VER or __DMC__ */
337 /* #undef HAVE_SYS_PARAM_H */
338 #endif /* _MSC_VER or __DMC__ */
339
340 /* Define to 1 if you have the <sys/poll.h> header file. */
341 /* #undef HAVE_SYS_POLL_H */
342
343 /* found fd_set in sys/select.h */
344 /* #undef HAVE_SYS_SELECT_H */
345
346 /* Define to 1 if you have the <sys/stat.h> header file. */
347 #define HAVE_SYS_STAT_H 1
348
349 /* Define to 1 if you have the <sys/times.h> header file. */
350 /* #undef HAVE_SYS_TIMES_H */
351
352 /* Define to 1 if you have the <sys/time.h> header file. */
353 #ifndef _MSC_VER
354 #define HAVE_SYS_TIME_H 1
355 #else /* _MSC_VER */
356 /* #undef HAVE_SYS_TIME_H */
357 #endif /* _MSC_VER */
358
359 /* Define to 1 if you have the <sys/types.h> header file. */
360 #define HAVE_SYS_TYPES_H 1
361
362 /* Define to 1 if you have the <unistd.h> header file. */
363 #ifndef _MSC_VER
364 #define HAVE_UNISTD_H 1
365 #else /* _MSC_VER */
366 /* #undef HAVE_UNISTD_H */
367 #endif /* _MSC_VER */
368
369 /* Define if your printf function family supports positional parameters as
370    specified by Unix98. */
371 /* #undef HAVE_UNIX98_PRINTF */
372
373 /* Define to 1 if you have the `unsetenv' function. */
374 /* #undef HAVE_UNSETENV */
375
376 /* Define to 1 if you have the <values.h> header file. */
377 #if !defined(_MSC_VER) && !defined(__DMC__)
378 #define HAVE_VALUES_H 1
379 #else /* _MSC_VER or __DMC__ */
380 /* #undef HAVE_VALUES_H */
381 #endif /* _MSC_VER or __DMC__ */
382
383 /* Define to 1 if you have the `vasprintf' function. */
384 #define HAVE_VASPRINTF 1
385
386 /* Define to 1 if you have the `vprintf' function. */
387 #define HAVE_VPRINTF 1
388
389 /* Define to 1 if you have the `vsnprintf' function. */
390 #ifndef _MSC_VER
391 #define HAVE_VSNPRINTF 1
392 #ifdef __DMC__
393 #define vsnprintf _vsnprintf
394 #endif
395 #else /* _MSC_VER */
396 /* #undef HAVE_VSNPRINTF */
397 #endif /* _MSC_VER */
398
399 /* Define if you have the 'wchar_t' type. */
400 #define HAVE_WCHAR_T 1
401
402 /* Define if you have the 'wint_t' type. */
403 #define HAVE_WINT_T 1
404
405 /* Have a working bcopy */
406 /* #undef HAVE_WORKING_BCOPY */
407
408 /* didn't find fd_set */
409 #define NO_FD_SET 1
410
411 /* global 'sys_errlist' not found */
412 #define NO_SYS_ERRLIST 1
413
414 /* global 'sys_siglist' not found */
415 #define NO_SYS_SIGLIST 1
416
417 /* global 'sys_siglist' not declared */
418 #define NO_SYS_SIGLIST_DECL 1
419
420 /* Define to the address where bug reports for this package should be sent. */
421 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
422
423 /* Define to the full name of this package. */
424 #define PACKAGE_NAME "glib"
425
426 /* Define to the full name and version of this package. */
427 #define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
428
429 /* Define to the one symbol short name of this package. */
430 #define PACKAGE_TARNAME "glib"
431
432 /* Define to the version of this package. */
433 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
434
435 /* Maximum POSIX RT priority */
436 /* #undef POSIX_MAX_PRIORITY */
437
438 /* Minimum POSIX RT priority */
439 /* #undef POSIX_MIN_PRIORITY */
440
441 /* The POSIX RT yield function */
442 /* #undef POSIX_YIELD_FUNC */
443
444 /* whether realloc (NULL,) works */
445 #define REALLOC_0_WORKS 1
446
447 /* Define if you have correct malloc prototypes */
448 #ifndef _MSC_VER
449 #define SANE_MALLOC_PROTOS 1
450 #else /* _MSC_VER */
451 /* #undef SANE_MALLOC_PROTOS */
452 #endif /* _MSC_VER */
453
454 /* The size of a `char', as computed by sizeof. */
455 #define SIZEOF_CHAR 1
456
457 /* The size of a `int', as computed by sizeof. */
458 #define SIZEOF_INT 4
459
460 /* The size of a `long', as computed by sizeof. */
461 #define SIZEOF_LONG 4
462
463 /* The size of a `long long', as computed by sizeof. */
464 #ifndef _MSC_VER
465 #define SIZEOF_LONG_LONG 8
466 #else /* _MSC_VER */
467 #define SIZEOF_LONG_LONG 0
468 #endif /* _MSC_VER */
469
470 /* The size of a `short', as computed by sizeof. */
471 #define SIZEOF_SHORT 2
472
473 /* The size of a `size_t', as computed by sizeof. */
474 #define SIZEOF_SIZE_T 4
475
476 /* The size of a `void *', as computed by sizeof. */
477 #define SIZEOF_VOID_P 4
478
479 /* The size of a `__int64', as computed by sizeof. */
480 #define SIZEOF___INT64 8
481
482 /* If using the C implementation of alloca, define if you know the
483    direction of stack growth for your system; otherwise it will be
484    automatically deduced at run-time.
485         STACK_DIRECTION > 0 => grows toward higher addresses
486         STACK_DIRECTION < 0 => grows toward lower addresses
487         STACK_DIRECTION = 0 => direction of growth unknown */
488 /* #undef STACK_DIRECTION */
489
490 /* Define to 1 if you have the ANSI C header files. */
491 #define STDC_HEADERS 1
492
493 /* Using GNU libiconv */
494 #define USE_LIBICONV_GNU 1
495
496 /* Using a native implementation of iconv in a separate library */
497 /* #undef USE_LIBICONV_NATIVE */
498
499 /* Define to 1 if your processor stores words with the most significant byte
500    first (like Motorola and SPARC, unlike Intel and VAX). */
501 /* #undef WORDS_BIGENDIAN */
502
503 /* Number of bits in a file offset, on hosts where this is settable. */
504 /* #undef _FILE_OFFSET_BITS */
505
506 /* Define for large files, on AIX-style hosts. */
507 /* #undef _LARGE_FILES */
508
509 /* Define to empty if `const' does not conform to ANSI C. */
510 /* #undef const */
511
512 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
513 #ifndef _MSC_VER
514 /* #undef intmax_t */
515 #else /* _MSC_VER */
516 #define intmax_t __int64
517 #endif /* _MSC_VER */
518
519 /* Define to empty if the C compiler doesn't support this keyword. */
520 /* #undef signed */
521
522 /* Define to `unsigned' if <sys/types.h> does not define. */
523 /* #undef size_t */