7c58713a2945fe37d88283e448d4d38156bd728f
[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
182 /* define if system printf can print long long */
183 #define HAVE_LONG_LONG_FORMAT 1
184
185 /* Define to 1 if you have the `lstat' function. */
186 /* #undef HAVE_LSTAT */
187
188 /* Define to 1 if you have the `memmove' function. */
189 #define HAVE_MEMMOVE 1
190
191 /* Define to 1 if you have the <memory.h> header file. */
192 #define HAVE_MEMORY_H 1
193
194 /* Define to 1 if you have the `mkstemp' function. */
195 /* #undef HAVE_MKSTEMP */
196
197 /* Define to 1 if you have the `nanosleep' function. */
198 /* #undef HAVE_NANOSLEEP */
199
200 /* Define to 1 if you have the `nl_langinfo' function. */
201 /* #undef HAVE_NL_LANGINFO */
202
203 /* Have non-POSIX function getpwuid_r */
204 /* #undef HAVE_NONPOSIX_GETPWUID_R */
205
206 /* Define to 1 if you have the `on_exit' function. */
207 /* #undef HAVE_ON_EXIT */
208
209 /* Define to 1 if you have the `poll' function. */
210 /* #undef HAVE_POLL */
211
212 /* Have POSIX function getpwuid_r */
213 /* #undef HAVE_POSIX_GETPWUID_R */
214
215 /* Have function pthread_attr_setstacksize */
216 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
217
218 /* Define to 1 if the system has the type `ptrdiff_t'. */
219 #define HAVE_PTRDIFF_T 1
220
221 /* Define to 1 if you have the <pwd.h> header file. */
222 /* #undef HAVE_PWD_H */
223
224 /* Define to 1 if you have the `readlink' function. */
225 /* #undef HAVE_READLINK */
226
227 /* Define to 1 if you have the <sched.h> header file. */
228 /* #undef HAVE_SCHED_H */
229
230 /* Define to 1 if you have the `setenv' function. */
231 /* #undef HAVE_SETENV */
232
233 /* Define to 1 if you have the `setlocale' function. */
234 #define HAVE_SETLOCALE 1
235
236 /* Define to 1 if you have the `snprintf' function. */
237 #ifndef _MSC_VER
238 #define HAVE_SNPRINTF 1
239 #else /* _MSC_VER */
240 /* #undef HAVE_SNPRINTF */
241 #endif /* _MSC_VER */
242
243 /* Define to 1 if you have the <stddef.h> header file. */
244 #define HAVE_STDDEF_H 1
245
246 /* Define to 1 if you have the <stdint.h> header file. */
247 #ifndef _MSC_VER
248 #define HAVE_STDINT_H 1
249 #else /* _MSC_VER */
250 /* #undef HAVE_STDINT_H */
251 #endif /* _MSC_VER */
252
253 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
254    uintmax_t. */
255 #ifndef _MSC_VER
256 #define HAVE_STDINT_H_WITH_UINTMAX 1
257 #else /* _MSC_VER */
258 /* #undef HAVE_STDINT_H_WITH_UINTMAX */
259 #endif /* _MSC_VER */
260
261 /* Define to 1 if you have the <stdlib.h> header file. */
262 #define HAVE_STDLIB_H 1
263
264 /* Define to 1 if you have the `stpcpy' function. */
265 /* #undef HAVE_STPCPY */
266
267 /* Define to 1 if you have the `strcasecmp' function. */
268 #ifndef _MSC_VER
269 #define HAVE_STRCASECMP 1
270 #else /* _MSC_VER */
271 /* #undef HAVE_STRCASECMP */
272 #endif /* _MSC_VER */
273
274 /* Define to 1 if you have the `strerror' function. */
275 #define HAVE_STRERROR 1
276
277 /* Define to 1 if you have the <strings.h> header file. */
278 #ifndef _MSC_VER
279 #define HAVE_STRINGS_H 1
280 #else /* _MSC_VER */
281 /* #undef HAVE_STRINGS_H */
282 #endif /* _MSC_VER */
283
284 /* Define to 1 if you have the <string.h> header file. */
285 #define HAVE_STRING_H 1
286
287 /* Have functions strlcpy and strlcat */
288 /* #undef HAVE_STRLCPY */
289
290 /* Define to 1 if you have the `strncasecmp' function. */
291 #ifndef _MSC_VER
292 #define HAVE_STRNCASECMP 1
293 #else /* _MSC_VER */
294 /* #undef HAVE_STRNCASECMP */
295 #endif /* _MSC_VER */
296
297 /* Define to 1 if you have the `strsignal' function. */
298 /* #undef HAVE_STRSIGNAL */
299
300 /* Define to 1 if you have the `symlink' function. */
301 /* #undef HAVE_SYMLINK */
302
303 /* Define to 1 if you have the <sys/param.h> header file. */
304 #ifndef _MSC_VER
305 #define HAVE_SYS_PARAM_H 1
306 #else /* _MSC_VER */
307 /* #undef HAVE_SYS_PARAM_H */
308 #endif /* _MSC_VER */
309
310 /* Define to 1 if you have the <sys/poll.h> header file. */
311 /* #undef HAVE_SYS_POLL_H */
312
313 /* found fd_set in sys/select.h */
314 /* #undef HAVE_SYS_SELECT_H */
315
316 /* Define to 1 if you have the <sys/stat.h> header file. */
317 #define HAVE_SYS_STAT_H 1
318
319 /* Define to 1 if you have the <sys/times.h> header file. */
320 /* #undef HAVE_SYS_TIMES_H */
321
322 /* Define to 1 if you have the <sys/time.h> header file. */
323 #ifndef _MSC_VER
324 #define HAVE_SYS_TIME_H 1
325 #else /* _MSC_VER */
326 /* #undef HAVE_SYS_TIME_H */
327 #endif /* _MSC_VER */
328
329 /* Define to 1 if you have the <sys/types.h> header file. */
330 #define HAVE_SYS_TYPES_H 1
331
332 /* Define to 1 if you have the <unistd.h> header file. */
333 #ifndef _MSC_VER
334 #define HAVE_UNISTD_H 1
335 #else /* _MSC_VER */
336 /* #undef HAVE_UNISTD_H */
337 #endif /* _MSC_VER */
338
339 /* Define if your printf function family supports positional parameters as
340    specified by Unix98. */
341 /* #undef HAVE_UNIX98_PRINTF */
342
343 /* Define to 1 if you have the `unsetenv' function. */
344 /* #undef HAVE_UNSETENV */
345
346 /* Define to 1 if you have the <values.h> header file. */
347 #ifndef _MSC_VER
348 #define HAVE_VALUES_H 1
349 #else /* _MSC_VER */
350 /* #undef HAVE_VALUES_H */
351 #endif /* _MSC_VER */
352
353 /* Define to 1 if you have the `vasprintf' function. */
354 #define HAVE_VASPRINTF 1
355
356 /* Define to 1 if you have the `vprintf' function. */
357 #define HAVE_VPRINTF 1
358
359 /* Define to 1 if you have the `vsnprintf' function. */
360 #ifndef _MSC_VER
361 #define HAVE_VSNPRINTF 1
362 #else /* _MSC_VER */
363 /* #undef HAVE_VSNPRINTF */
364 #endif /* _MSC_VER */
365
366 /* Define if you have the 'wchar_t' type. */
367 #define HAVE_WCHAR_T 1
368
369 /* Define if you have the 'wint_t' type. */
370 #define HAVE_WINT_T 1
371
372 /* Have a working bcopy */
373 /* #undef HAVE_WORKING_BCOPY */
374
375 /* didn't find fd_set */
376 #define NO_FD_SET 1
377
378 /* global 'sys_errlist' not found */
379 #define NO_SYS_ERRLIST 1
380
381 /* global 'sys_siglist' not found */
382 #define NO_SYS_SIGLIST 1
383
384 /* global 'sys_siglist' not declared */
385 #define NO_SYS_SIGLIST_DECL 1
386
387 /* Define to the address where bug reports for this package should be sent. */
388 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
389
390 /* Define to the full name of this package. */
391 #define PACKAGE_NAME "glib"
392
393 /* Define to the full name and version of this package. */
394 #define PACKAGE_STRING "glib  @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
395
396 /* Define to the one symbol short name of this package. */
397 #define PACKAGE_TARNAME "glib"
398
399 /* Define to the version of this package. */
400 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
401
402 /* Maximum POSIX RT priority */
403 /* #undef POSIX_MAX_PRIORITY */
404
405 /* Minimum POSIX RT priority */
406 /* #undef POSIX_MIN_PRIORITY */
407
408 /* The POSIX RT yield function */
409 /* #undef POSIX_YIELD_FUNC */
410
411 /* whether realloc (NULL,) works */
412 #define REALLOC_0_WORKS 1
413
414 /* Define if you have correct malloc prototypes */
415 #ifndef _MSC_VER
416 #define SANE_MALLOC_PROTOS 1
417 #else /* _MSC_VER */
418 /* #undef SANE_MALLOC_PROTOS */
419 #endif /* _MSC_VER */
420
421 /* The size of a `char', as computed by sizeof. */
422 #define SIZEOF_CHAR 1
423
424 /* The size of a `int', as computed by sizeof. */
425 #define SIZEOF_INT 4
426
427 /* The size of a `long', as computed by sizeof. */
428 #define SIZEOF_LONG 4
429
430 /* The size of a `long long', as computed by sizeof. */
431 #ifndef _MSC_VER
432 #define SIZEOF_LONG_LONG 8
433 #else /* _MSC_VER */
434 #define SIZEOF_LONG_LONG 0
435 #endif /* _MSC_VER */
436
437 /* The size of a `short', as computed by sizeof. */
438 #define SIZEOF_SHORT 2
439
440 /* The size of a `size_t', as computed by sizeof. */
441 #define SIZEOF_SIZE_T 4
442
443 /* The size of a `void *', as computed by sizeof. */
444 #define SIZEOF_VOID_P 4
445
446 /* The size of a `__int64', as computed by sizeof. */
447 #define SIZEOF___INT64 8
448
449 /* If using the C implementation of alloca, define if you know the
450    direction of stack growth for your system; otherwise it will be
451    automatically deduced at run-time.
452         STACK_DIRECTION > 0 => grows toward higher addresses
453         STACK_DIRECTION < 0 => grows toward lower addresses
454         STACK_DIRECTION = 0 => direction of growth unknown */
455 /* #undef STACK_DIRECTION */
456
457 /* Define to 1 if you have the ANSI C header files. */
458 #define STDC_HEADERS 1
459
460 /* Using GNU libiconv */
461 #define USE_LIBICONV_GNU 1
462
463 /* Using a native implementation of iconv in a separate library */
464 /* #undef USE_LIBICONV_NATIVE */
465
466 /* Define to 1 if your processor stores words with the most significant byte
467    first (like Motorola and SPARC, unlike Intel and VAX). */
468 /* #undef WORDS_BIGENDIAN */
469
470 /* Number of bits in a file offset, on hosts where this is settable. */
471 /* #undef _FILE_OFFSET_BITS */
472
473 /* Define for large files, on AIX-style hosts. */
474 /* #undef _LARGE_FILES */
475
476 /* Define to empty if `const' does not conform to ANSI C. */
477 /* #undef const */
478
479 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
480 #ifndef _MSC_VER
481 /* #undef intmax_t */
482 #else /* _MSC_VER */
483 #define intmax_t long
484 #endif /* _MSC_VER */
485
486 /* Define to empty if the C compiler doesn't support this keyword. */
487 /* #undef signed */
488
489 /* Define to `unsigned' if <sys/types.h> does not define. */
490 /* #undef size_t */