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