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