Require POSIX.1 (1990) compliance on unix
[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.ac by autoheader.  */
4
5 /* Define if building universal (internal helper macro) */
6 /* #undef AC_APPLE_UNIVERSAL_BUILD */
7
8 /* The normal alignment of `guint32', in bytes. */
9 #define ALIGNOF_GUINT32 4
10
11 /* The normal alignment of `guint64', in bytes. */
12 #define ALIGNOF_GUINT64 8
13
14 /* The normal alignment of `unsigned long', in bytes. */
15 #define ALIGNOF_UNSIGNED_LONG 4
16
17 /* poll doesn't work on devices */
18 #define BROKEN_POLL 1
19
20 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
21    systems. This function is required for `alloca.c' support on those systems.
22    */
23 /* #undef CRAY_STACKSEG_END */
24
25 /* Define to 1 if using `alloca.c'. */
26 /* #undef C_ALLOCA */
27
28 /* Whether to disable memory pools */
29 /* #undef DISABLE_MEM_POOLS */
30
31 /* Whether to enable GC friendliness by default */
32 /* #undef ENABLE_GC_FRIENDLY_DEFAULT */
33
34 /* always defined to indicate that i18n is enabled */
35 #define ENABLE_NLS 1
36
37 /* Define the gettext package to be used */
38 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
39
40 /* Define to the GLIB binary age */
41 #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
42
43 /* Define to the GLIB interface age */
44 #define GLIB_INTERFACE_AGE @GLIB_INTERFACE_AGE@
45
46 /* Define the location where the catalogs will be installed */
47 #define GLIB_LOCALE_DIR "NONE/share/locale"
48
49 /* Define to the GLIB major version */
50 #define GLIB_MAJOR_VERSION @GLIB_MAJOR_VERSION@
51
52 /* Define to the GLIB micro version */
53 #define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@
54
55 /* Define to the GLIB minor version */
56 #define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
57
58 /* Have inline keyword */
59 #ifndef _MSC_VER
60 #define G_HAVE_INLINE 1
61 #else /* _MSC_VER */
62 /* #undef G_HAVE_INLINE */
63 #endif /* _MSC_VER */
64
65 /* Have __inline keyword */
66 #define G_HAVE___INLINE 1
67
68 /* Have __inline__ keyword */
69 #if !defined(_MSC_VER) && !defined(__DMC__)
70 #define G_HAVE___INLINE__ 1
71 #else /* _MSC_VER or __DMC__ */
72 /* #undef G_HAVE___INLINE__ */
73 #endif /* _MSC_VER or __DMC__ */
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 <attr/xattr.h> header file. */
96 /* #undef HAVE_ATTR_XATTR_H */
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 /* define to 1 if Carbon is available */
110 /* #undef HAVE_CARBON */
111
112 /* Define to 1 if you have the `clock_gettime' function. */
113 /* #undef HAVE_CLOCK_GETTIME */
114
115 /* define to 1 if Cocoa is available */
116 /* #undef HAVE_COCOA */
117
118 /* Have nl_langinfo (CODESET) */
119 /* #undef HAVE_CODESET */
120
121 /* Define to 1 if you have the <crt_externs.h> header file. */
122 /* #undef HAVE_CRT_EXTERNS_H */
123
124 /* Define if dbus-1 is available */
125 /* #undef HAVE_DBUS1 */
126
127 /* Define to 1 if you have the `dcgettext' function. */
128 #define HAVE_DCGETTEXT 1
129
130 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
131    */
132 #ifndef _MSC_VER
133 #define HAVE_DIRENT_H 1
134 #else
135 /* #undef HAVE_DIRENT_H */
136 #endif
137
138 /* Define to 1 if you have the <dlfcn.h> header file. */
139 /* #undef HAVE_DLFCN_H */
140
141 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
142 /* #undef HAVE_DOPRNT */
143
144 /* define for working do while(0) macros */
145 #define HAVE_DOWHILE_MACROS 1
146
147 /* Define to 1 if using dtrace probes. */
148 /* #undef HAVE_DTRACE */
149
150 /* Define to 1 if you have the `endmntent' function. */
151 /* #undef HAVE_ENDMNTENT */
152
153 /* Define to 1 if you have the `endservent' function. */
154 /* #undef HAVE_ENDSERVENT */
155
156 /* we have the eventfd(2) system call */
157 /* #undef HAVE_EVENTFD */
158
159 /* Define to 1 if you have the `fallocate' function. */
160 /* #undef HAVE_FALLOCATE */
161
162 /* Define if we have FAM */
163 /* #undef HAVE_FAM */
164
165 /* Define to 1 if you have the <fam.h> header file. */
166 /* #undef HAVE_FAM_H */
167
168 /* Define if we have FAMNoExists in fam */
169 /* #undef HAVE_FAM_NO_EXISTS */
170
171 /* Define to 1 if you have the `fchmod' function. */
172 /* #undef HAVE_FCHMOD */
173
174 /* Define to 1 if you have the `fchown' function. */
175 /* #undef HAVE_FCHOWN */
176
177 /* Define to 1 if you have the `fdwalk' function. */
178 /* #undef HAVE_FDWALK */
179
180 /* Define to 1 if you have the <fstab.h> header file. */
181 /* #undef HAVE_FSTAB_H */
182
183 /* Define to 1 if you have the `fsync' function. */
184 /* #undef HAVE_FSYNC */
185
186 /* we have the futex(2) system call */
187 /* #undef HAVE_FUTEX */
188
189 /* Define to 1 if you have the `getc_unlocked' function. */
190 /* #undef HAVE_GETC_UNLOCKED */
191
192 /* Define to 1 if you have the `getfsstat' function. */
193 /* #undef HAVE_GETFSSTAT */
194
195 /* Define to 1 if you have the `getmntent_r' function. */
196 /* #undef HAVE_GETMNTENT_R */
197
198 /* Define to 1 if you have the `getprotobyname_r' function. */
199 /* #undef HAVE_GETPROTOBYNAME_R */
200
201 /* Define to 1 if you have the `getresuid' function. */
202 /* #undef HAVE_GETRESUID */
203
204 /* Define if the GNU gettext() function is already present or preinstalled. */
205 #define HAVE_GETTEXT 1
206
207 /* Define to 1 if you have the `getvfsstat' function. */
208 /* #undef HAVE_GETVFSSTAT */
209
210 /* Define to 1 if you have the `gmtime_r' function. */
211 /* #undef HAVE_GMTIME_R */
212
213 /* define to use system printf */
214 /* #undef HAVE_GOOD_PRINTF */
215
216 /* Define to 1 if you have the `hasmntopt' function. */
217 /* #undef HAVE_HASMNTOPT */
218
219 /* Define to 1 if you have the `if_indextoname' function. */
220 /* This is available on Windows, but the catch is that this will require */
221 /* Windows Vista/Server 2008, so disabled for now-please see */
222 /* http://msdn.microsoft.com/en-us/library/windows/desktop/bb408408%28v=vs.85%29.aspx */
223 /* #undef HAVE_IF_INDEXTONAME */
224
225 /* Define to 1 if you have the `if_nametoindex' function. */
226 /* This is available on Windows, but the catch is that this will require */
227 /* Windows Vista/Server 2008, so disabled for now-please see */
228 /* http://msdn.microsoft.com/en-us/library/windows/desktop/bb408409%28v=vs.85%29.aspx */
229 /* A workaround for Windows XP is under review in Bug 668071 */
230 /* #undef HAVE_IF_NAMETOINDEX */
231
232 /* Define to 1 if you have the `inotify_init1' function. */
233 /* #undef HAVE_INOTIFY_INIT1 */
234
235 /* define to support printing 64-bit integers with format I64 */
236 #define HAVE_INT64_AND_I64 1
237
238 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
239 #ifndef _MSC_VER
240 #define HAVE_INTMAX_T 1
241 #else /* _MSC_VER */
242 #if (_MSC_VER >= 1600)
243 #define HAVE_INTMAX_T 1
244 #endif
245 /* #undef HAVE_INTMAX_T */
246 #endif /* _MSC_VER */
247
248 /* Define to 1 if you have the <inttypes.h> header file. */
249 #ifndef _MSC_VER
250 #define HAVE_INTTYPES_H 1
251 #else /* _MSC_VER */
252 /* #undef HAVE_INTTYPES_H */
253 #endif /* _MSC_VER */
254
255 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
256    declares uintmax_t. */
257 #ifndef _MSC_VER
258 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
259 #else /* _MSC_VER */
260 /* #undef HAVE_INTTYPES_H_WITH_UINTMAX */
261 #endif /* _MSC_VER */
262
263 /* Define if we have struct ip_mreqn */
264 /* #undef HAVE_IP_MREQN */
265
266 /* Define to 1 if you have the `issetugid' function. */
267 /* #undef HAVE_ISSETUGID */
268
269 /* Define to 1 if you have the `kevent' function. */
270 /* #undef HAVE_KEVENT */
271
272 /* Define to 1 if you have the `kqueue' function. */
273 /* #undef HAVE_KQUEUE */
274
275 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
276 /* #undef HAVE_LANGINFO_CODESET */
277
278 /* Have nl_langinfo (_NL_CTYPE_OUTDIGITn_MB) */
279 /* #undef HAVE_LANGINFO_OUTDIGIT */
280
281 /* Have nl_langinfo (PM_STR) */
282 /* #undef HAVE_LANGINFO_TIME */
283
284 /* Define to 1 if you have the `lchmod' function. */
285 /* #undef HAVE_LCHMOD */
286
287 /* Define to 1 if you have the `lchown' function. */
288 /* #undef HAVE_LCHOWN */
289
290 /* Define if your <locale.h> file defines LC_MESSAGES. */
291 /* #undef HAVE_LC_MESSAGES */
292
293 /* Define if you have the __libc_enable_secure variable (GNU libc, eglibc) */
294 /* #undef HAVE_LIBC_ENABLE_SECURE */
295
296 /* Define if libelf is available */
297 /* #undef HAVE_LIBELF */
298
299 /* Define to 1 if you have the <linux/magic.h> header file. */
300 /* #undef HAVE_LINUX_MAGIC_H */
301
302 /* Define to 1 if you have the <locale.h> header file. */
303 #define HAVE_LOCALE_H 1
304
305 /* Define to 1 if you have the `localtime_r' function. */
306 /* #undef HAVE_LOCALTIME_R */
307
308 /* Define if you have the 'long double' type. */
309 #define HAVE_LONG_DOUBLE 1
310
311 /* Define if you have the 'long long' type. */
312 #ifndef _MSC_VER
313 #define HAVE_LONG_LONG 1
314 #else /* _MSC_VER */
315 /* #undef HAVE_LONG_LONG */
316 #endif /* _MSC_VER */
317
318 /* define if system printf can print long long */
319 #define HAVE_LONG_LONG_FORMAT 1
320
321 /* Define to 1 if you have the `lstat' function. */
322 /* #undef HAVE_LSTAT */
323
324 /* Define to 1 if you have the <malloc.h> header file. */
325 #define HAVE_MALLOC_H 1
326
327 /* Define to 1 if you have the `memalign' function. */
328 /* #undef HAVE_MEMALIGN */
329
330 /* Define to 1 if you have the `memmem' function. */
331 /* #undef HAVE_MEMMEM */
332
333 /* Define to 1 if you have the <memory.h> header file. */
334 #define HAVE_MEMORY_H 1
335
336 /* Define to 1 if you have the `mmap' function. */
337 /* #undef HAVE_MMAP */
338
339 /* Define to 1 if you have the <mntent.h> header file. */
340 /* #undef HAVE_MNTENT_H */
341
342 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
343 /* #undef HAVE_NDIR_H */
344
345 /* We have AF_NETLINK sockets */
346 /* #undef HAVE_NETLINK */
347
348 /* Define to 1 if you have the `newlocale' function. */
349 /* #undef HAVE_NEWLOCALE */
350
351 /* Have non-POSIX function getgrgid_r */
352 /* #undef HAVE_NONPOSIX_GETGRGID_R */
353
354 /* Have non-POSIX function getpwuid_r */
355 /* #undef HAVE_NONPOSIX_GETPWUID_R */
356
357 /* Define to 1 if you have the `pipe2' function. */
358 /* #undef HAVE_PIPE2 */
359
360 /* Define to 1 if you have the `poll' function. */
361 /* #undef HAVE_POLL */
362
363 /* Have POSIX function getgrgid_r */
364 /* #undef HAVE_POSIX_GETGRGID_R */
365
366 /* Have POSIX function getpwuid_r */
367 /* #undef HAVE_POSIX_GETPWUID_R */
368
369 /* Define to 1 if you have the `posix_memalign' function. */
370 /* #undef HAVE_POSIX_MEMALIGN */
371
372 /* Define to 1 if you have the `prlimit' function. */
373 /* #undef HAVE_PRLIMIT */
374
375 /* Have function pthread_attr_setstacksize */
376 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
377
378 /* Have function pthread_condattr_setclock */
379 /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */
380
381 /* Have function pthread_cond_timedwait_monotonic */
382 /* #undef HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC */
383
384 /* Have function pthread_cond_timedwait_monotonic_np */
385 /* #undef HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC_NP */
386
387 /* Define to 1 if the system has the type `ptrdiff_t'. */
388 #define HAVE_PTRDIFF_T 1
389
390 /* Define to 1 if you have the `readlink' function. */
391 /* #undef HAVE_READLINK */
392
393 /* Define to 1 if you have the 'res_init' function. */
394 /* #undef HAVE_RES_INIT */
395
396 /* Define to 1 if you have the <sched.h> header file. */
397 /* #undef HAVE_SCHED_H */
398
399 /* Define to 1 if libselinux is available */
400 /* #undef HAVE_SELINUX */
401
402 /* Define to 1 if you have the <selinux/selinux.h> header file. */
403 /* #undef HAVE_SELINUX_SELINUX_H */
404
405 /* Define to 1 if you have the `setenv' function. */
406 /* #undef HAVE_SETENV */
407
408 /* Define to 1 if you have the `setmntent' function. */
409 /* #undef HAVE_SETMNTENT */
410
411 /* Define if you have the 'sig_atomic_t' type. */
412 #define HAVE_SIG_ATOMIC_T 1
413
414 /* Define to 1 if you have the `snprintf' function. */
415 #ifndef _MSC_VER
416 #define HAVE_SNPRINTF 1
417 #ifdef __DMC__
418 #define snprintf _snprintf
419 #endif
420 #else /* _MSC_VER */
421 /* #undef HAVE_SNPRINTF */
422 #endif /* _MSC_VER */
423
424 /* Define to 1 if you have the `splice' function. */
425 /* #undef HAVE_SPLICE */
426
427 /* Define to 1 if you have the `statfs' function. */
428 /* #undef HAVE_STATFS */
429
430 /* Define to 1 if you have the `statvfs' function. */
431 /* #undef HAVE_STATVFS */
432
433 /* Define to 1 if you have the <stdint.h> header file. */
434 #ifndef _MSC_VER
435 #define HAVE_STDINT_H 1
436 #else /* _MSC_VER */
437 #if (_MSC_VER >= 1600) /*VS 2010 ships with stdint.h*/
438 #define HAVE_STDINT_H 1
439 #else
440 /* #undef HAVE_STDINT_H */
441 #endif
442 #endif /* _MSC_VER */
443
444 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
445    uintmax_t. */
446 #ifndef _MSC_VER
447 #define HAVE_STDINT_H_WITH_UINTMAX 1
448 #else /* _MSC_VER */
449 #if (_MSC_VER >= 1600)
450 #define HAVE_STDINT_H_WITH_UINTMAX 1
451 #else
452 /* #undef HAVE_STDINT_H_WITH_UINTMAX */
453 #endif
454 #endif /* _MSC_VER */
455
456 /* Define to 1 if you have the `stpcpy' function. */
457 /* #undef HAVE_STPCPY */
458
459 /* Define to 1 if you have the `strcasecmp' function. */
460 #if defined(_MSC_VER)
461 #define strcasecmp _stricmp
462 #endif /* _MSC_VER uses _stricmp, which is identical to strcasecmp */
463
464 #if !defined(__DMC__)
465 #define HAVE_STRCASECMP 1
466 #endif /* _MSC_VER or __gcc__ */
467
468 /* Define to 1 if you have the <strings.h> header file. */
469 #if !defined(_MSC_VER) && !defined(__DMC__)
470 #define HAVE_STRINGS_H 1
471 #else /* _MSC_VER or __DMC__ */
472 /* #undef HAVE_STRINGS_H */
473 #endif /* _MSC_VER or __DMC__ */
474
475 /* Have functions strlcpy and strlcat */
476 /* #undef HAVE_STRLCPY */
477
478 /* Define to 1 if you have the `strncasecmp' function. */
479 #if !defined(__DMC__)
480 #if defined(_MSC_VER)
481 #define strncasecmp _strnicmp
482 #endif /* _MSC_VER uses _strnicmp, which is identical to strncasecmp */
483 #define HAVE_STRNCASECMP 1
484 #else /* __DMC__ */
485 /* #undef HAVE_STRNCASECMP */
486 #endif /* __DMC__ */
487
488 /* Define to 1 if you have the `strsignal' function. */
489 /* #undef HAVE_STRSIGNAL */
490
491 /* Define to 1 if you have the `strtod_l' function. */
492 /* #undef HAVE_STRTOD_L */
493
494 /* Define to 1 if you have the `strtoll_l' function. */
495 /* #undef HAVE_STRTOLL_L */
496
497 /* Define to 1 if you have the `strtoull_l' function. */
498 /* #undef HAVE_STRTOULL_L */
499
500 /* Define to 1 if `d_type' is a member of `struct dirent'. */
501 /* #undef HAVE_STRUCT_DIRENT_D_TYPE */
502
503 /* Define to 1 if `f_bavail' is a member of `struct statfs'. */
504 /* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
505
506 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
507 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
508
509 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
510 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
511
512 /* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
513 /* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */
514
515 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
516 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
517
518 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
519 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
520
521 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
522 /* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
523
524 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
525 /* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
526
527 /* Define to 1 if `st_ctimensec' is a member of `struct stat'. */
528 /* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
529
530 /* Define to 1 if `st_ctim.tv_nsec' is a member of `struct stat'. */
531 /* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
532
533 /* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
534 /* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
535
536 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
537 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
538
539 /* Define to 1 if `tm_gmtoff' is a a member of `struct tm'. */
540 /* #undef HAVE_STRUCT_TM_TM_GMTOFF */
541
542 /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
543 /* #undef HAVE_STRUCT_TM___TM_GMTOFF */
544
545 /* Define to 1 if you have the `symlink' function. */
546 /* #undef HAVE_SYMLINK */
547
548 /* Define to 1 if you have the `sysctlbyname' function. */
549 /* #undef HAVE_SYSCTLBYNAME */
550
551 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
552    */
553 /* #undef HAVE_SYS_DIR_H */
554
555 /* Define to 1 if you have the <sys/event.h> header file. */
556 /* #undef HAVE_SYS_EVENT_H */
557
558 /* Define to 1 if you have the <sys/filio.h> header file. */
559 /* #undef HAVE_SYS_FILIO_H */
560
561 /* Define to 1 if you have the <sys/inotify.h> header file. */
562 /* #undef HAVE_SYS_INOTIFY_H */
563
564 /* Define to 1 if you have the <sys/mkdev.h> header file. */
565 /* #undef HAVE_SYS_MKDEV_H */
566
567 /* Define to 1 if you have the <sys/mntctl.h> header file. */
568 /* #undef HAVE_SYS_MNTCTL_H */
569
570 /* Define to 1 if you have the <sys/mnttab.h> header file. */
571 /* #undef HAVE_SYS_MNTTAB_H */
572
573 /* Define to 1 if you have the <sys/mount.h> header file. */
574 /* #undef HAVE_SYS_MOUNT_H */
575
576 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
577    */
578 /* #undef HAVE_SYS_NDIR_H */
579
580 /* Define to 1 if you have the <sys/param.h> header file. */
581 #if !defined(_MSC_VER) && !defined(__DMC__)
582 #define HAVE_SYS_PARAM_H 1
583 #else /* _MSC_VER or __DMC__ */
584 /* #undef HAVE_SYS_PARAM_H */
585 #endif /* _MSC_VER or __DMC__ */
586
587 /* Define to 1 if you have the <sys/poll.h> header file. */
588 /* #undef HAVE_SYS_POLL_H */
589
590 /* Define to 1 if you have the <sys/prctl.h> header file. */
591 /* #undef HAVE_SYS_PRCTL_H */
592
593 /* Define to 1 if you have the <sys/resource.h> header file. */
594 /* #undef HAVE_SYS_RESOURCE_H */
595
596 /* found fd_set in sys/select.h */
597 /* #undef HAVE_SYS_SELECT_H */
598
599 /* Define to 1 if you have the <sys/statfs.h> header file. */
600 /* #undef HAVE_SYS_STATFS_H */
601
602 /* Define to 1 if you have the <sys/statvfs.h> header file. */
603 /* #undef HAVE_SYS_STATVFS_H */
604
605 /* Define to 1 if you have the <sys/stat.h> header file. */
606 #define HAVE_SYS_STAT_H 1
607
608 /* Define to 1 if you have the <sys/sysctl.h> header file. */
609 /* #undef HAVE_SYS_SYSCTL_H */
610
611 /* Define to 1 if you have the <sys/time.h> header file. */
612 #ifndef _MSC_VER
613 #define HAVE_SYS_TIME_H 1
614 #else /* _MSC_VER */
615 /* #undef HAVE_SYS_TIME_H */
616 #endif /* _MSC_VER */
617
618 /* Define to 1 if you have the <sys/vfstab.h> header file. */
619 /* #undef HAVE_SYS_VFSTAB_H */
620
621 /* Define to 1 if you have the <sys/vfs.h> header file. */
622 /* #undef HAVE_SYS_VFS_H */
623
624 /* Define to 1 if you have the <sys/vmount.h> header file. */
625 /* #undef HAVE_SYS_VMOUNT_H */
626
627 /* Define to 1 if you have the <sys/xattr.h> header file. */
628 /* #undef HAVE_SYS_XATTR_H */
629
630 /* Define to 1 if you have the `timegm' function. */
631 /* #undef HAVE_TIMEGM */
632
633 /* Define to 1 if you have the <unistd.h> header file. */
634 #ifndef _MSC_VER
635 #define HAVE_UNISTD_H 1
636 #else /* _MSC_VER */
637 /* #undef HAVE_UNISTD_H */
638 #endif /* _MSC_VER */
639
640 /* Define if your printf function family supports positional parameters as
641    specified by Unix98. */
642 /* #undef HAVE_UNIX98_PRINTF */
643
644 /* Define to 1 if you have the `unsetenv' function. */
645 /* #undef HAVE_UNSETENV */
646
647 /* Define to 1 if you have the `uselocale' function. */
648 /* #undef HAVE_USELOCALE */
649
650 /* Define to 1 if you have the `utimes' function. */
651 /* #undef HAVE_UTIMES */
652
653 /* Define to 1 if you have the `valloc' function. */
654 /* #undef HAVE_VALLOC */
655
656 /* Define to 1 if you have the <values.h> header file. */
657 #if !defined(_MSC_VER) && !defined(__DMC__)
658 #define HAVE_VALUES_H 1
659 #else /* _MSC_VER or __DMC__ */
660 /* #undef HAVE_VALUES_H */
661 #endif /* _MSC_VER or __DMC__ */
662
663 /* Define to 1 if you have the `vasprintf' function. */
664 #define HAVE_VASPRINTF 1
665
666 /* Define to 1 if you have the `vsnprintf' function. */
667 #ifndef _MSC_VER
668 #define HAVE_VSNPRINTF 1
669 #ifdef __DMC__
670 #define vsnprintf _vsnprintf
671 #endif
672 #else /* _MSC_VER */
673 #if (_MSC_VER >= 1500)
674 #define HAVE_VSNPRINTF 1
675 #endif /* VS 2008+ has vsnprintf */
676 /* #undef HAVE_VSNPRINTF */
677 #endif /* _MSC_VER */
678
679 /* Define if you have the 'wchar_t' type. */
680 #define HAVE_WCHAR_T 1
681
682 /* Define to 1 if you have the `wcslen' function. */
683 #define HAVE_WCSLEN 1
684
685 /* Define if you have the 'wint_t' type. */
686 #define HAVE_WINT_T 1
687
688 /* Define to 1 if xattr is available */
689 /* #undef HAVE_XATTR */
690
691 /* Define to 1 if xattr API uses XATTR_NOFOLLOW */
692 /* #undef HAVE_XATTR_NOFOLLOW */
693
694 /* Define to 1 if you have the <xlocale.h> header file. */
695 /* #undef HAVE_XLOCALE_H */
696
697 /* Define to 1 if you have the `_NSGetEnviron' function. */
698 /* #undef HAVE__NSGETENVIRON */
699
700 /* Define to the sub-directory in which libtool stores uninstalled libraries.
701    */
702 #define LT_OBJDIR ".libs/"
703
704 /* didn't find fd_set */
705 #define NO_FD_SET 1
706
707 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
708 /* #undef NO_MINUS_C_MINUS_O */
709
710 /* Define to the address where bug reports for this package should be sent. */
711 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
712
713 /* Define to the full name of this package. */
714 #define PACKAGE_NAME "glib"
715
716 /* Define to the full name and version of this package. */
717 #define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
718
719 /* Define to the one symbol short name of this package. */
720 #define PACKAGE_TARNAME "glib"
721
722 /* Define to the home page for this package. */
723 #define PACKAGE_URL ""
724
725 /* Define to the version of this package. */
726 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
727
728 /* define if posix_memalign() can allocate any size */
729 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
730
731 /* whether realloc (NULL,) works */
732 #define REALLOC_0_WORKS 1
733
734 /* The size of `char', as computed by sizeof. */
735 #define SIZEOF_CHAR 1
736
737 /* The size of `int', as computed by sizeof. */
738 #define SIZEOF_INT 4
739
740 /* The size of `long', as computed by sizeof. */
741 #define SIZEOF_LONG 4
742
743 /* The size of `long long', as computed by sizeof. */
744 #ifndef _MSC_VER
745 #define SIZEOF_LONG_LONG 8
746 #else /* _MSC_VER */
747 #define SIZEOF_LONG_LONG 0
748 #endif /* _MSC_VER */
749
750 /* The size of `short', as computed by sizeof. */
751 #define SIZEOF_SHORT 2
752
753 /* The size of `size_t', as computed by sizeof. */
754 #define SIZEOF_SIZE_T 4
755
756 /* The size of `void *', as computed by sizeof. */
757 #ifdef _MSC_VER
758 #if (defined(_M_X64) || defined(_M_AMD64))
759 #define SIZEOF_VOID_P 8
760 #elif (defined(_M_IX86))
761 #define SIZEOF_VOID_P 4
762 #endif
763 #else
764 #define SIZEOF_VOID_P 4
765 #endif
766
767 /* The size of `__int64', as computed by sizeof. */
768 #define SIZEOF___INT64 8
769
770 /* If using the C implementation of alloca, define if you know the
771    direction of stack growth for your system; otherwise it will be
772    automatically deduced at runtime.
773         STACK_DIRECTION > 0 => grows toward higher addresses
774         STACK_DIRECTION < 0 => grows toward lower addresses
775         STACK_DIRECTION = 0 => direction of growth unknown */
776 /* #undef STACK_DIRECTION */
777
778 /* Number of arguments to statfs() */
779 /* #undef STATFS_ARGS */
780
781 /* Define to 1 if you have the ANSI C header files. */
782 #define STDC_HEADERS 1
783
784 /* Use no threads */
785 /* #undef THREADS_NONE */
786
787 /* Use pthreads */
788 /* #undef THREADS_POSIX */
789
790 /* Use w32 threads */
791 #define THREADS_WIN32 1
792
793 /* Using GNU libiconv */
794 /* #undef USE_LIBICONV_GNU */
795
796 /* Using a native implementation of iconv in a separate library */
797 #define USE_LIBICONV_NATIVE 1
798
799 /* Define to use statfs() */
800 /* #undef USE_STATFS */
801
802 /* Define to use statvfs() */
803 /* #undef USE_STATVFS */
804
805 /* Enable extensions on AIX 3, Interix.  */
806 #ifndef _ALL_SOURCE
807 /* # undef _ALL_SOURCE */
808 #endif
809 /* Enable GNU extensions on systems that have them.  */
810 #ifndef _GNU_SOURCE
811 /* # undef _GNU_SOURCE */
812 #endif
813 /* Enable threading extensions on Solaris.  */
814 #ifndef _POSIX_PTHREAD_SEMANTICS
815 /* # undef _POSIX_PTHREAD_SEMANTICS */
816 #endif
817 /* Enable extensions on HP NonStop.  */
818 #ifndef _TANDEM_SOURCE
819 /* # undef _TANDEM_SOURCE */
820 #endif
821 /* Enable general extensions on Solaris.  */
822 #ifndef __EXTENSIONS__
823 /* # undef __EXTENSIONS__ */
824 #endif
825
826 /* using the system-supplied PCRE library */
827 /* This is defined in the *_PCRE MSVC project configs */
828 /* #undef USE_SYSTEM_PCRE */
829
830 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
831    significant byte first (like Motorola and SPARC, unlike Intel). */
832 #if defined AC_APPLE_UNIVERSAL_BUILD
833 # if defined __BIG_ENDIAN__
834 #  define WORDS_BIGENDIAN 1
835 # endif
836 #else
837 # ifndef WORDS_BIGENDIAN
838 /* #  undef WORDS_BIGENDIAN */
839 # endif
840 #endif
841
842 /* Enable large inode numbers on Mac OS X 10.5.  */
843 #ifndef _DARWIN_USE_64_BIT_INODE
844 /* # define _DARWIN_USE_64_BIT_INODE 1 */
845 #endif
846
847 /* Number of bits in a file offset, on hosts where this is settable. */
848 /* #undef _FILE_OFFSET_BITS */
849
850 /* defines how to decorate public symbols while building */
851 #ifdef _MSC_VER
852 #define _GLIB_EXTERN __declspec (dllexport) extern
853 #else
854 #define _GLIB_EXTERN __attribute__((visibility("default"))) __declspec (dllexport) extern
855 #endif
856
857 /* Define for large files, on AIX-style hosts. */
858 /* #undef _LARGE_FILES */
859
860 /* Define to 1 if on MINIX. */
861 /* #undef _MINIX */
862
863 /* Define to 2 if the system does not provide POSIX.1 features except with
864    this defined. */
865 /* #undef _POSIX_1_SOURCE */
866
867 /* Define to 1 if you need to in order for `stat' and other things to work. */
868 /* #undef _POSIX_SOURCE */
869
870 /* Target the Windows XP API */
871 #define _WIN32_WINNT 0x0501
872
873 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
874 /* #undef _XOPEN_SOURCE */
875
876 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
877 /* #undef _XOPEN_SOURCE_EXTENDED */
878
879 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
880 /* #undef __EXTENSIONS__ */
881
882 /* compiler supports atomic operations */
883 /* #undef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 */
884
885 /* Define to empty if `const' does not conform to ANSI C. */
886 /* #undef const */
887
888 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
889 /* #undef intmax_t */
890
891 /* Define to empty if the C compiler doesn't support this keyword. */
892 /* #undef signed */
893
894 /* Define to `unsigned int' if <sys/types.h> does not define. */
895 /* #undef size_t */