2.7.1
[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 #ifndef _MSC_VER
87 #define G_HAVE___INLINE__ 1
88 #else /* _MSC_VER */
89 /* #undef G_HAVE___INLINE__ */
90 #endif /* _MSC_VER */
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 #else /* _MSC_VER */
267 /* #undef HAVE_SNPRINTF */
268 #endif /* _MSC_VER */
269
270 /* Define to 1 if you have the <stddef.h> header file. */
271 #define HAVE_STDDEF_H 1
272
273 /* Define to 1 if you have the <stdint.h> header file. */
274 #ifndef _MSC_VER
275 #define HAVE_STDINT_H 1
276 #else /* _MSC_VER */
277 /* #undef HAVE_STDINT_H */
278 #endif /* _MSC_VER */
279
280 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
281    uintmax_t. */
282 #ifndef _MSC_VER
283 #define HAVE_STDINT_H_WITH_UINTMAX 1
284 #else /* _MSC_VER */
285 /* #undef HAVE_STDINT_H_WITH_UINTMAX */
286 #endif /* _MSC_VER */
287
288 /* Define to 1 if you have the <stdlib.h> header file. */
289 #define HAVE_STDLIB_H 1
290
291 /* Define to 1 if you have the `stpcpy' function. */
292 /* #undef HAVE_STPCPY */
293
294 /* Define to 1 if you have the `strcasecmp' function. */
295 #ifndef _MSC_VER
296 #define HAVE_STRCASECMP 1
297 #else /* _MSC_VER */
298 /* #undef HAVE_STRCASECMP */
299 #endif /* _MSC_VER */
300
301 /* Define to 1 if you have the `strerror' function. */
302 #define HAVE_STRERROR 1
303
304 /* Define to 1 if you have the <strings.h> header file. */
305 #ifndef _MSC_VER
306 #define HAVE_STRINGS_H 1
307 #else /* _MSC_VER */
308 /* #undef HAVE_STRINGS_H */
309 #endif /* _MSC_VER */
310
311 /* Define to 1 if you have the <string.h> header file. */
312 #define HAVE_STRING_H 1
313
314 /* Have functions strlcpy and strlcat */
315 /* #undef HAVE_STRLCPY */
316
317 /* Define to 1 if you have the `strncasecmp' function. */
318 #ifndef _MSC_VER
319 #define HAVE_STRNCASECMP 1
320 #else /* _MSC_VER */
321 /* #undef HAVE_STRNCASECMP */
322 #endif /* _MSC_VER */
323
324 /* Define to 1 if you have the `strsignal' function. */
325 /* #undef HAVE_STRSIGNAL */
326
327 /* Define to 1 if you have the `symlink' function. */
328 /* #undef HAVE_SYMLINK */
329
330 /* Define to 1 if you have the <sys/param.h> header file. */
331 #ifndef _MSC_VER
332 #define HAVE_SYS_PARAM_H 1
333 #else /* _MSC_VER */
334 /* #undef HAVE_SYS_PARAM_H */
335 #endif /* _MSC_VER */
336
337 /* Define to 1 if you have the <sys/poll.h> header file. */
338 /* #undef HAVE_SYS_POLL_H */
339
340 /* found fd_set in sys/select.h */
341 /* #undef HAVE_SYS_SELECT_H */
342
343 /* Define to 1 if you have the <sys/stat.h> header file. */
344 #define HAVE_SYS_STAT_H 1
345
346 /* Define to 1 if you have the <sys/times.h> header file. */
347 /* #undef HAVE_SYS_TIMES_H */
348
349 /* Define to 1 if you have the <sys/time.h> header file. */
350 #ifndef _MSC_VER
351 #define HAVE_SYS_TIME_H 1
352 #else /* _MSC_VER */
353 /* #undef HAVE_SYS_TIME_H */
354 #endif /* _MSC_VER */
355
356 /* Define to 1 if you have the <sys/types.h> header file. */
357 #define HAVE_SYS_TYPES_H 1
358
359 /* Define to 1 if you have the <unistd.h> header file. */
360 #ifndef _MSC_VER
361 #define HAVE_UNISTD_H 1
362 #else /* _MSC_VER */
363 /* #undef HAVE_UNISTD_H */
364 #endif /* _MSC_VER */
365
366 /* Define if your printf function family supports positional parameters as
367    specified by Unix98. */
368 /* #undef HAVE_UNIX98_PRINTF */
369
370 /* Define to 1 if you have the `unsetenv' function. */
371 /* #undef HAVE_UNSETENV */
372
373 /* Define to 1 if you have the <values.h> header file. */
374 #ifndef _MSC_VER
375 #define HAVE_VALUES_H 1
376 #else /* _MSC_VER */
377 /* #undef HAVE_VALUES_H */
378 #endif /* _MSC_VER */
379
380 /* Define to 1 if you have the `vasprintf' function. */
381 #define HAVE_VASPRINTF 1
382
383 /* Define to 1 if you have the `vprintf' function. */
384 #define HAVE_VPRINTF 1
385
386 /* Define to 1 if you have the `vsnprintf' function. */
387 #ifndef _MSC_VER
388 #define HAVE_VSNPRINTF 1
389 #else /* _MSC_VER */
390 /* #undef HAVE_VSNPRINTF */
391 #endif /* _MSC_VER */
392
393 /* Define if you have the 'wchar_t' type. */
394 #define HAVE_WCHAR_T 1
395
396 /* Define if you have the 'wint_t' type. */
397 #define HAVE_WINT_T 1
398
399 /* Have a working bcopy */
400 /* #undef HAVE_WORKING_BCOPY */
401
402 /* didn't find fd_set */
403 #define NO_FD_SET 1
404
405 /* global 'sys_errlist' not found */
406 #define NO_SYS_ERRLIST 1
407
408 /* global 'sys_siglist' not found */
409 #define NO_SYS_SIGLIST 1
410
411 /* global 'sys_siglist' not declared */
412 #define NO_SYS_SIGLIST_DECL 1
413
414 /* Define to the address where bug reports for this package should be sent. */
415 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
416
417 /* Define to the full name of this package. */
418 #define PACKAGE_NAME "glib"
419
420 /* Define to the full name and version of this package. */
421 #define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
422
423 /* Define to the one symbol short name of this package. */
424 #define PACKAGE_TARNAME "glib"
425
426 /* Define to the version of this package. */
427 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
428
429 /* Maximum POSIX RT priority */
430 /* #undef POSIX_MAX_PRIORITY */
431
432 /* Minimum POSIX RT priority */
433 /* #undef POSIX_MIN_PRIORITY */
434
435 /* The POSIX RT yield function */
436 /* #undef POSIX_YIELD_FUNC */
437
438 /* whether realloc (NULL,) works */
439 #define REALLOC_0_WORKS 1
440
441 /* Define if you have correct malloc prototypes */
442 #ifndef _MSC_VER
443 #define SANE_MALLOC_PROTOS 1
444 #else /* _MSC_VER */
445 /* #undef SANE_MALLOC_PROTOS */
446 #endif /* _MSC_VER */
447
448 /* The size of a `char', as computed by sizeof. */
449 #define SIZEOF_CHAR 1
450
451 /* The size of a `int', as computed by sizeof. */
452 #define SIZEOF_INT 4
453
454 /* The size of a `long', as computed by sizeof. */
455 #define SIZEOF_LONG 4
456
457 /* The size of a `long long', as computed by sizeof. */
458 #ifndef _MSC_VER
459 #define SIZEOF_LONG_LONG 8
460 #else /* _MSC_VER */
461 #define SIZEOF_LONG_LONG 0
462 #endif /* _MSC_VER */
463
464 /* The size of a `short', as computed by sizeof. */
465 #define SIZEOF_SHORT 2
466
467 /* The size of a `size_t', as computed by sizeof. */
468 #define SIZEOF_SIZE_T 4
469
470 /* The size of a `void *', as computed by sizeof. */
471 #define SIZEOF_VOID_P 4
472
473 /* The size of a `__int64', as computed by sizeof. */
474 #define SIZEOF___INT64 8
475
476 /* If using the C implementation of alloca, define if you know the
477    direction of stack growth for your system; otherwise it will be
478    automatically deduced at run-time.
479         STACK_DIRECTION > 0 => grows toward higher addresses
480         STACK_DIRECTION < 0 => grows toward lower addresses
481         STACK_DIRECTION = 0 => direction of growth unknown */
482 /* #undef STACK_DIRECTION */
483
484 /* Define to 1 if you have the ANSI C header files. */
485 #define STDC_HEADERS 1
486
487 /* Using GNU libiconv */
488 #define USE_LIBICONV_GNU 1
489
490 /* Using a native implementation of iconv in a separate library */
491 /* #undef USE_LIBICONV_NATIVE */
492
493 /* Define to 1 if your processor stores words with the most significant byte
494    first (like Motorola and SPARC, unlike Intel and VAX). */
495 /* #undef WORDS_BIGENDIAN */
496
497 /* Number of bits in a file offset, on hosts where this is settable. */
498 /* #undef _FILE_OFFSET_BITS */
499
500 /* Define for large files, on AIX-style hosts. */
501 /* #undef _LARGE_FILES */
502
503 /* Define to empty if `const' does not conform to ANSI C. */
504 /* #undef const */
505
506 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
507 #ifndef _MSC_VER
508 /* #undef intmax_t */
509 #else /* _MSC_VER */
510 #define intmax_t __int64
511 #endif /* _MSC_VER */
512
513 /* Define to empty if the C compiler doesn't support this keyword. */
514 /* #undef signed */
515
516 /* Define to `unsigned' if <sys/types.h> does not define. */
517 /* #undef size_t */