Weaken an g_assert() to a g_warning(), since apparently nothing in Posix
[glib.git] / config.h.win32.in
blob7c58713a2945fe37d88283e448d4d38156bd728f
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.  */
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 */
10 /* Define to 1 if using `alloca.c'. */
11 /* #undef C_ALLOCA */
13 /* Whether to disable memory pools */
14 /* #undef DISABLE_MEM_POOLS */
16 /* Whether to enable GC friendliness */
17 /* #undef ENABLE_GC_FRIENDLY */
19 /* always defined to indicate that i18n is enabled */
20 #define ENABLE_NLS 1
22 /* Define the gettext package to be used */
23 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
25 /* Define to the GLIB binary age */
26 #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
28 /* Byte contents of gmutex */
29 /* #undef GLIB_BYTE_CONTENTS_GMUTEX */
31 /* Define to the GLIB interface age */
32 #define GLIB_INTERFACE_AGE @GLIB_INTERFACE_AGE@
34 /* Define the location where the catalogs will be installed */
35 #define GLIB_LOCALE_DIR "NONE/lib/locale"
37 /* Define to the GLIB major version */
38 #define GLIB_MAJOR_VERSION @GLIB_MAJOR_VERSION@
40 /* Define to the GLIB micro version */
41 #define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@
43 /* Define to the GLIB minor version */
44 #define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
46 /* The size of gmutex, as computed by sizeof. */
47 /* #undef GLIB_SIZEOF_GMUTEX */
49 /* The size of system_thread, as computed by sizeof. */
50 #define GLIB_SIZEOF_SYSTEM_THREAD 4
52 /* Whether glib was compiled with debugging enabled */
53 #define G_COMPILED_WITH_DEBUGGING "yes"
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 */
62 /* Have __inline keyword */
63 #define G_HAVE___INLINE 1
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 */
72 /* Source file containing theread implementation */
73 #define G_THREAD_SOURCE "gthread-win32.c"
75 /* whether to use the PID niceness surrogate for thread priorities */
76 /* #undef G_THREAD_USE_PID_SURROGATE */
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 */
85 /* 'va_lists' cannot be copies as values */
86 /* #undef G_VA_COPY_AS_ARRAY */
88 /* Define to 1 if you have `alloca', as a function or macro. */
89 #define HAVE_ALLOCA 1
91 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
92    */
93 /* #undef HAVE_ALLOCA_H */
95 /* Define to 1 if you have the `atexit' function. */
96 #define HAVE_ATEXIT 1
98 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
99 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
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 */
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 */
109 /* Have nl_langinfo (CODESET) */
110 /* #undef HAVE_CODESET */
112 /* Define to 1 if you have the `dcgettext' function. */
113 #define HAVE_DCGETTEXT 1
115 /* Define to 1 if you have the <dirent.h> header file. */
116 #define HAVE_DIRENT_H 1
118 /* Define to 1 if you have the <dlfcn.h> header file. */
119 /* #undef HAVE_DLFCN_H */
121 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
122 /* #undef HAVE_DOPRNT */
124 /* Define to 1 if you have the <float.h> header file. */
125 #define HAVE_FLOAT_H 1
127 /* Define to 1 if you have the `getcwd' function. */
128 #define HAVE_GETCWD 1
130 /* Define to 1 if you have the `getc_unlocked' function. */
131 /* #undef HAVE_GETC_UNLOCKED */
133 /* Define if the GNU gettext() function is already present or preinstalled. */
134 #define HAVE_GETTEXT 1
136 /* define to use system printf */
137 /* #undef HAVE_GOOD_PRINTF */
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 */
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 */
154 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
155 /* #undef HAVE_LANGINFO_CODESET */
157 /* Define to 1 if you have the <langinfo.h> header file. */
158 /* #undef HAVE_LANGINFO_H */
160 /* Define if your <locale.h> file defines LC_MESSAGES. */
161 /* #undef HAVE_LC_MESSAGES */
163 /* Define to 1 if you have the <limits.h> header file. */
164 #define HAVE_LIMITS_H 1
166 /* Define to 1 if you have the <locale.h> header file. */
167 #define HAVE_LOCALE_H 1
169 /* Define to 1 if you have the `localtime_r' function. */
170 /* #undef HAVE_LOCALTIME_R */
172 /* Define if you have the 'long double' type. */
173 #define HAVE_LONG_DOUBLE 1
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 */
182 /* define if system printf can print long long */
183 #define HAVE_LONG_LONG_FORMAT 1
185 /* Define to 1 if you have the `lstat' function. */
186 /* #undef HAVE_LSTAT */
188 /* Define to 1 if you have the `memmove' function. */
189 #define HAVE_MEMMOVE 1
191 /* Define to 1 if you have the <memory.h> header file. */
192 #define HAVE_MEMORY_H 1
194 /* Define to 1 if you have the `mkstemp' function. */
195 /* #undef HAVE_MKSTEMP */
197 /* Define to 1 if you have the `nanosleep' function. */
198 /* #undef HAVE_NANOSLEEP */
200 /* Define to 1 if you have the `nl_langinfo' function. */
201 /* #undef HAVE_NL_LANGINFO */
203 /* Have non-POSIX function getpwuid_r */
204 /* #undef HAVE_NONPOSIX_GETPWUID_R */
206 /* Define to 1 if you have the `on_exit' function. */
207 /* #undef HAVE_ON_EXIT */
209 /* Define to 1 if you have the `poll' function. */
210 /* #undef HAVE_POLL */
212 /* Have POSIX function getpwuid_r */
213 /* #undef HAVE_POSIX_GETPWUID_R */
215 /* Have function pthread_attr_setstacksize */
216 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
218 /* Define to 1 if the system has the type `ptrdiff_t'. */
219 #define HAVE_PTRDIFF_T 1
221 /* Define to 1 if you have the <pwd.h> header file. */
222 /* #undef HAVE_PWD_H */
224 /* Define to 1 if you have the `readlink' function. */
225 /* #undef HAVE_READLINK */
227 /* Define to 1 if you have the <sched.h> header file. */
228 /* #undef HAVE_SCHED_H */
230 /* Define to 1 if you have the `setenv' function. */
231 /* #undef HAVE_SETENV */
233 /* Define to 1 if you have the `setlocale' function. */
234 #define HAVE_SETLOCALE 1
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 */
243 /* Define to 1 if you have the <stddef.h> header file. */
244 #define HAVE_STDDEF_H 1
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 */
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 */
261 /* Define to 1 if you have the <stdlib.h> header file. */
262 #define HAVE_STDLIB_H 1
264 /* Define to 1 if you have the `stpcpy' function. */
265 /* #undef HAVE_STPCPY */
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 */
274 /* Define to 1 if you have the `strerror' function. */
275 #define HAVE_STRERROR 1
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 */
284 /* Define to 1 if you have the <string.h> header file. */
285 #define HAVE_STRING_H 1
287 /* Have functions strlcpy and strlcat */
288 /* #undef HAVE_STRLCPY */
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 */
297 /* Define to 1 if you have the `strsignal' function. */
298 /* #undef HAVE_STRSIGNAL */
300 /* Define to 1 if you have the `symlink' function. */
301 /* #undef HAVE_SYMLINK */
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 */
310 /* Define to 1 if you have the <sys/poll.h> header file. */
311 /* #undef HAVE_SYS_POLL_H */
313 /* found fd_set in sys/select.h */
314 /* #undef HAVE_SYS_SELECT_H */
316 /* Define to 1 if you have the <sys/stat.h> header file. */
317 #define HAVE_SYS_STAT_H 1
319 /* Define to 1 if you have the <sys/times.h> header file. */
320 /* #undef HAVE_SYS_TIMES_H */
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 */
329 /* Define to 1 if you have the <sys/types.h> header file. */
330 #define HAVE_SYS_TYPES_H 1
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 */
339 /* Define if your printf function family supports positional parameters as
340    specified by Unix98. */
341 /* #undef HAVE_UNIX98_PRINTF */
343 /* Define to 1 if you have the `unsetenv' function. */
344 /* #undef HAVE_UNSETENV */
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 */
353 /* Define to 1 if you have the `vasprintf' function. */
354 #define HAVE_VASPRINTF 1
356 /* Define to 1 if you have the `vprintf' function. */
357 #define HAVE_VPRINTF 1
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 */
366 /* Define if you have the 'wchar_t' type. */
367 #define HAVE_WCHAR_T 1
369 /* Define if you have the 'wint_t' type. */
370 #define HAVE_WINT_T 1
372 /* Have a working bcopy */
373 /* #undef HAVE_WORKING_BCOPY */
375 /* didn't find fd_set */
376 #define NO_FD_SET 1
378 /* global 'sys_errlist' not found */
379 #define NO_SYS_ERRLIST 1
381 /* global 'sys_siglist' not found */
382 #define NO_SYS_SIGLIST 1
384 /* global 'sys_siglist' not declared */
385 #define NO_SYS_SIGLIST_DECL 1
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"
390 /* Define to the full name of this package. */
391 #define PACKAGE_NAME "glib"
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@"
396 /* Define to the one symbol short name of this package. */
397 #define PACKAGE_TARNAME "glib"
399 /* Define to the version of this package. */
400 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
402 /* Maximum POSIX RT priority */
403 /* #undef POSIX_MAX_PRIORITY */
405 /* Minimum POSIX RT priority */
406 /* #undef POSIX_MIN_PRIORITY */
408 /* The POSIX RT yield function */
409 /* #undef POSIX_YIELD_FUNC */
411 /* whether realloc (NULL,) works */
412 #define REALLOC_0_WORKS 1
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 */
421 /* The size of a `char', as computed by sizeof. */
422 #define SIZEOF_CHAR 1
424 /* The size of a `int', as computed by sizeof. */
425 #define SIZEOF_INT 4
427 /* The size of a `long', as computed by sizeof. */
428 #define SIZEOF_LONG 4
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 */
437 /* The size of a `short', as computed by sizeof. */
438 #define SIZEOF_SHORT 2
440 /* The size of a `size_t', as computed by sizeof. */
441 #define SIZEOF_SIZE_T 4
443 /* The size of a `void *', as computed by sizeof. */
444 #define SIZEOF_VOID_P 4
446 /* The size of a `__int64', as computed by sizeof. */
447 #define SIZEOF___INT64 8
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 */
457 /* Define to 1 if you have the ANSI C header files. */
458 #define STDC_HEADERS 1
460 /* Using GNU libiconv */
461 #define USE_LIBICONV_GNU 1
463 /* Using a native implementation of iconv in a separate library */
464 /* #undef USE_LIBICONV_NATIVE */
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 */
470 /* Number of bits in a file offset, on hosts where this is settable. */
471 /* #undef _FILE_OFFSET_BITS */
473 /* Define for large files, on AIX-style hosts. */
474 /* #undef _LARGE_FILES */
476 /* Define to empty if `const' does not conform to ANSI C. */
477 /* #undef const */
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 */
486 /* Define to empty if the C compiler doesn't support this keyword. */
487 /* #undef signed */
489 /* Define to `unsigned' if <sys/types.h> does not define. */
490 /* #undef size_t */