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