[kdbus] Do not set body message if signature field is empty
[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 <attr/xattr.h> header file. */
93 /* #undef HAVE_ATTR_XATTR_H */
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 /* define to 1 if Carbon is available */
107 /* #undef HAVE_CARBON */
108
109 /* Define to 1 if you have the `clock_gettime' function. */
110 /* #undef HAVE_CLOCK_GETTIME */
111
112 /* define to 1 if Cocoa is available */
113 /* #undef HAVE_COCOA */
114
115 /* Have nl_langinfo (CODESET) */
116 /* #undef HAVE_CODESET */
117
118 /* Define to 1 if you have the <crt_externs.h> header file. */
119 /* #undef HAVE_CRT_EXTERNS_H */
120
121 /* Define if dbus-1 is available */
122 /* #undef HAVE_DBUS1 */
123
124 /* Define to 1 if you have the `dcgettext' function. */
125 #define HAVE_DCGETTEXT 1
126
127 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
128    */
129 #ifndef _MSC_VER
130 #define HAVE_DIRENT_H 1
131 #else
132 /* #undef HAVE_DIRENT_H */
133 #endif
134
135 /* Define to 1 if you have the <dlfcn.h> header file. */
136 /* #undef HAVE_DLFCN_H */
137
138 /* Define to 1 if using dtrace probes. */
139 /* #undef HAVE_DTRACE */
140
141 /* Define to 1 if you have the `endmntent' function. */
142 /* #undef HAVE_ENDMNTENT */
143
144 /* Define to 1 if you have the `endservent' function. */
145 /* #undef HAVE_ENDSERVENT */
146
147 /* we have the eventfd(2) system call */
148 /* #undef HAVE_EVENTFD */
149
150 /* Define to 1 if you have the `fallocate' function. */
151 /* #undef HAVE_FALLOCATE */
152
153 /* Define if we have FAM */
154 /* #undef HAVE_FAM */
155
156 /* Define to 1 if you have the <fam.h> header file. */
157 /* #undef HAVE_FAM_H */
158
159 /* Define if we have FAMNoExists in fam */
160 /* #undef HAVE_FAM_NO_EXISTS */
161
162 /* Define to 1 if you have the `fchmod' function. */
163 /* #undef HAVE_FCHMOD */
164
165 /* Define to 1 if you have the `fchown' function. */
166 /* #undef HAVE_FCHOWN */
167
168 /* Define to 1 if you have the `fdwalk' function. */
169 /* #undef HAVE_FDWALK */
170
171 /* Define to 1 if you have the <fstab.h> header file. */
172 /* #undef HAVE_FSTAB_H */
173
174 /* Define to 1 if you have the `fsync' function. */
175 /* #undef HAVE_FSYNC */
176
177 /* we have the futex(2) system call */
178 /* #undef HAVE_FUTEX */
179
180 /* Define to 1 if you have the `getc_unlocked' function. */
181 /* #undef HAVE_GETC_UNLOCKED */
182
183 /* Define to 1 if you have the `getfsstat' function. */
184 /* #undef HAVE_GETFSSTAT */
185
186 /* Define to 1 if you have the `getmntent_r' function. */
187 /* #undef HAVE_GETMNTENT_R */
188
189 /* Define to 1 if you have the `getprotobyname_r' function. */
190 /* #undef HAVE_GETPROTOBYNAME_R */
191
192 /* Define to 1 if you have the `getresuid' function. */
193 /* #undef HAVE_GETRESUID */
194
195 /* Define if the GNU gettext() function is already present or preinstalled. */
196 #define HAVE_GETTEXT 1
197
198 /* Define to 1 if you have the `getvfsstat' function. */
199 /* #undef HAVE_GETVFSSTAT */
200
201 /* Define to 1 if you have the `gmtime_r' function. */
202 /* #undef HAVE_GMTIME_R */
203
204 /* define to use system printf */
205 /* #undef HAVE_GOOD_PRINTF */
206
207 /* Define to 1 if you have the `hasmntopt' function. */
208 /* #undef HAVE_HASMNTOPT */
209
210 /* Target the Windows XP API */
211 #ifndef _WIN32_WINNT
212 #define _WIN32_WINNT 0x0501
213 #endif
214
215 #if _WIN32_WINNT >= 0x0600
216 /* if_indextoname() and if_nametoindex() are available on Windows Vista/Server
217  * 2008 or later, so we can make use of them when building agaist Vista/Server
218  * 2008 or later.
219  */
220
221 /* Define to 1 if you have the `if_indextoname' function. */
222 #define HAVE_IF_INDEXTONAME 1
223
224 /* Define to 1 if you have the `if_nametoindex' function. */
225 #define HAVE_IF_NAMETOINDEX 1
226
227 #endif
228
229 /* Define to 1 if you have the `inotify_init1' function. */
230 /* #undef HAVE_INOTIFY_INIT1 */
231
232 /* define to support printing 64-bit integers with format I64 */
233 #define HAVE_INT64_AND_I64 1
234
235 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
236 #ifndef _MSC_VER
237 #define HAVE_INTMAX_T 1
238 #else /* _MSC_VER */
239 #if (_MSC_VER >= 1600)
240 #define HAVE_INTMAX_T 1
241 #endif
242 /* #undef HAVE_INTMAX_T */
243 #endif /* _MSC_VER */
244
245 /* Define to 1 if you have the <inttypes.h> header file. */
246 #ifndef _MSC_VER
247 #define HAVE_INTTYPES_H 1
248 #else /* _MSC_VER */
249 /* #undef HAVE_INTTYPES_H */
250 #endif /* _MSC_VER */
251
252 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
253    declares uintmax_t. */
254 #ifndef _MSC_VER
255 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
256 #else /* _MSC_VER */
257 /* #undef HAVE_INTTYPES_H_WITH_UINTMAX */
258 #endif /* _MSC_VER */
259
260 /* Define if we have struct ip_mreqn */
261 /* #undef HAVE_IP_MREQN */
262
263 /* Define to 1 if you have the `issetugid' function. */
264 /* #undef HAVE_ISSETUGID */
265
266 /* Define to 1 if you have the `kevent' function. */
267 /* #undef HAVE_KEVENT */
268
269 /* Define to 1 if you have the `kqueue' function. */
270 /* #undef HAVE_KQUEUE */
271
272 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
273 /* #undef HAVE_LANGINFO_CODESET */
274
275 /* Have nl_langinfo (_NL_CTYPE_OUTDIGITn_MB) */
276 /* #undef HAVE_LANGINFO_OUTDIGIT */
277
278 /* Have nl_langinfo (PM_STR) */
279 /* #undef HAVE_LANGINFO_TIME */
280
281 /* Define to 1 if you have the `lchmod' function. */
282 /* #undef HAVE_LCHMOD */
283
284 /* Define to 1 if you have the `lchown' function. */
285 /* #undef HAVE_LCHOWN */
286
287 /* Define if your <locale.h> file defines LC_MESSAGES. */
288 /* #undef HAVE_LC_MESSAGES */
289
290 /* Define if you have the __libc_enable_secure variable (GNU libc, eglibc) */
291 /* #undef HAVE_LIBC_ENABLE_SECURE */
292
293 /* Define if libelf is available */
294 /* #undef HAVE_LIBELF */
295
296 /* Define to 1 if you have the <linux/magic.h> header file. */
297 /* #undef HAVE_LINUX_MAGIC_H */
298
299 /* Define to 1 if you have the <locale.h> header file. */
300 #define HAVE_LOCALE_H 1
301
302 /* Define to 1 if you have the `localtime_r' function. */
303 /* #undef HAVE_LOCALTIME_R */
304
305 /* Define if you have the 'long double' type. */
306 #define HAVE_LONG_DOUBLE 1
307
308 /* Define if you have the 'long long' type. */
309 #ifndef _MSC_VER
310 #define HAVE_LONG_LONG 1
311 #else /* _MSC_VER */
312 /* #undef HAVE_LONG_LONG */
313 #endif /* _MSC_VER */
314
315 /* define if system printf can print long long */
316 #define HAVE_LONG_LONG_FORMAT 1
317
318 /* Define to 1 if you have the `lstat' function. */
319 /* #undef HAVE_LSTAT */
320
321 /* Define to 1 if you have the <mach/mach_time.h> header file. */
322 /* #undef HAVE_MACH_MACH_TIME_H */
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 /* open option O_DIRECTORY */
358 /* #undef HAVE_OPEN_O_DIRECTORY */
359
360 /* Define to 1 if you have the `pipe2' function. */
361 /* #undef HAVE_PIPE2 */
362
363 /* Define to 1 if you have the `poll' function. */
364 /* #undef HAVE_POLL */
365
366 /* Have POSIX function getgrgid_r */
367 /* #undef HAVE_POSIX_GETGRGID_R */
368
369 /* Have POSIX function getpwuid_r */
370 /* #undef HAVE_POSIX_GETPWUID_R */
371
372 /* Define to 1 if you have the `posix_memalign' function. */
373 /* #undef HAVE_POSIX_MEMALIGN */
374
375 /* Define to 1 if you have the `prlimit' function. */
376 /* #undef HAVE_PRLIMIT */
377
378 /* Have function pthread_attr_setstacksize */
379 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
380
381 /* Have function pthread_condattr_setclock */
382 /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */
383
384 /* Have function pthread_cond_timedwait_relative_np */
385 /* #undef HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE_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/mntctl.h> header file. */
565 /* #undef HAVE_SYS_MNTCTL_H */
566
567 /* Define to 1 if you have the <sys/mnttab.h> header file. */
568 /* #undef HAVE_SYS_MNTTAB_H */
569
570 /* Define to 1 if you have the <sys/mount.h> header file. */
571 /* #undef HAVE_SYS_MOUNT_H */
572
573 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
574    */
575 /* #undef HAVE_SYS_NDIR_H */
576
577 /* Define to 1 if you have the <sys/param.h> header file. */
578 #if !defined(_MSC_VER) && !defined(__DMC__)
579 #define HAVE_SYS_PARAM_H 1
580 #else /* _MSC_VER or __DMC__ */
581 /* #undef HAVE_SYS_PARAM_H */
582 #endif /* _MSC_VER or __DMC__ */
583
584 /* Define to 1 if you have the <sys/prctl.h> header file. */
585 /* #undef HAVE_SYS_PRCTL_H */
586
587 /* Define to 1 if you have the <sys/resource.h> header file. */
588 /* #undef HAVE_SYS_RESOURCE_H */
589
590 /* found fd_set in sys/select.h */
591 /* #undef HAVE_SYS_SELECT_H */
592
593 /* Define to 1 if you have the <sys/statfs.h> header file. */
594 /* #undef HAVE_SYS_STATFS_H */
595
596 /* Define to 1 if you have the <sys/statvfs.h> header file. */
597 /* #undef HAVE_SYS_STATVFS_H */
598
599 /* Define to 1 if you have the <sys/stat.h> header file. */
600 #define HAVE_SYS_STAT_H 1
601
602 /* Define to 1 if you have the <sys/sysctl.h> header file. */
603 /* #undef HAVE_SYS_SYSCTL_H */
604
605 /* Define to 1 if you have the <sys/time.h> header file. */
606 #ifndef _MSC_VER
607 #define HAVE_SYS_TIME_H 1
608 #else /* _MSC_VER */
609 /* #undef HAVE_SYS_TIME_H */
610 #endif /* _MSC_VER */
611
612 /* Define to 1 if you have the <sys/vfstab.h> header file. */
613 /* #undef HAVE_SYS_VFSTAB_H */
614
615 /* Define to 1 if you have the <sys/vfs.h> header file. */
616 /* #undef HAVE_SYS_VFS_H */
617
618 /* Define to 1 if you have the <sys/vmount.h> header file. */
619 /* #undef HAVE_SYS_VMOUNT_H */
620
621 /* Define to 1 if you have the <sys/xattr.h> header file. */
622 /* #undef HAVE_SYS_XATTR_H */
623
624 /* Define to 1 if you have the `timegm' function. */
625 /* #undef HAVE_TIMEGM */
626
627 /* Define if your printf function family supports positional parameters as
628    specified by Unix98. */
629 /* #undef HAVE_UNIX98_PRINTF */
630
631 /* Define to 1 if you have the `unsetenv' function. */
632 /* #undef HAVE_UNSETENV */
633
634 /* Define to 1 if you have the `uselocale' function. */
635 /* #undef HAVE_USELOCALE */
636
637 /* Define to 1 if you have the `utimes' function. */
638 /* #undef HAVE_UTIMES */
639
640 /* Define to 1 if you have the `valloc' function. */
641 /* #undef HAVE_VALLOC */
642
643 /* Define to 1 if you have the <values.h> header file. */
644 #if !defined(_MSC_VER) && !defined(__DMC__)
645 #define HAVE_VALUES_H 1
646 #else /* _MSC_VER or __DMC__ */
647 /* #undef HAVE_VALUES_H */
648 #endif /* _MSC_VER or __DMC__ */
649
650 /* Define to 1 if you have the `vasprintf' function. */
651 #define HAVE_VASPRINTF 1
652
653 /* Define to 1 if you have the `vsnprintf' function. */
654 #ifndef _MSC_VER
655 #define HAVE_VSNPRINTF 1
656 #ifdef __DMC__
657 #define vsnprintf _vsnprintf
658 #endif
659 #else /* _MSC_VER */
660 #if (_MSC_VER >= 1500)
661 #define HAVE_VSNPRINTF 1
662 #endif /* VS 2008+ has vsnprintf */
663 /* #undef HAVE_VSNPRINTF */
664 #endif /* _MSC_VER */
665
666 /* Define if you have the 'wchar_t' type. */
667 #define HAVE_WCHAR_T 1
668
669 /* Define to 1 if you have the `wcslen' function. */
670 #define HAVE_WCSLEN 1
671
672 /* Define if you have the 'wint_t' type. */
673 #define HAVE_WINT_T 1
674
675 /* Define to 1 if xattr is available */
676 /* #undef HAVE_XATTR */
677
678 /* Define to 1 if xattr API uses XATTR_NOFOLLOW */
679 /* #undef HAVE_XATTR_NOFOLLOW */
680
681 /* Define to 1 if you have the <xlocale.h> header file. */
682 /* #undef HAVE_XLOCALE_H */
683
684 /* Define to 1 if you have the `_NSGetEnviron' function. */
685 /* #undef HAVE__NSGETENVIRON */
686
687 /* Define to the sub-directory in which libtool stores uninstalled libraries.
688    */
689 #define LT_OBJDIR ".libs/"
690
691 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
692    */
693 /* #undef MAJOR_IN_MKDEV */
694
695 /* Define to 1 if `major', `minor', and `makedev' are declared in
696    <sysmacros.h>. */
697 /* #undef MAJOR_IN_SYSMACROS */
698
699 /* didn't find fd_set */
700 #define NO_FD_SET 1
701
702 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
703 /* #undef NO_MINUS_C_MINUS_O */
704
705 /* Define to the address where bug reports for this package should be sent. */
706 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
707
708 /* Define to the full name of this package. */
709 #define PACKAGE_NAME "glib"
710
711 /* Define to the full name and version of this package. */
712 #define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
713
714 /* Define to the one symbol short name of this package. */
715 #define PACKAGE_TARNAME "glib"
716
717 /* Define to the home page for this package. */
718 #define PACKAGE_URL ""
719
720 /* Define to the version of this package. */
721 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
722
723 /* define if posix_memalign() can allocate any size */
724 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
725
726 /* The size of `char', as computed by sizeof. */
727 #define SIZEOF_CHAR 1
728
729 /* The size of `int', as computed by sizeof. */
730 #define SIZEOF_INT 4
731
732 /* The size of `long', as computed by sizeof. */
733 #define SIZEOF_LONG 4
734
735 /* The size of `long long', as computed by sizeof. */
736 #ifndef _MSC_VER
737 #define SIZEOF_LONG_LONG 8
738 #else /* _MSC_VER */
739 #define SIZEOF_LONG_LONG 0
740 #endif /* _MSC_VER */
741
742 /* The size of `short', as computed by sizeof. */
743 #define SIZEOF_SHORT 2
744
745 /* The size of `size_t', as computed by sizeof. */
746 #define SIZEOF_SIZE_T 4
747
748 /* The size of `void *', as computed by sizeof. */
749 #ifdef _MSC_VER
750 #if (defined(_M_X64) || defined(_M_AMD64))
751 #define SIZEOF_VOID_P 8
752 #elif (defined(_M_IX86))
753 #define SIZEOF_VOID_P 4
754 #endif
755 #else
756 #define SIZEOF_VOID_P 4
757 #endif
758
759 /* The size of `__int64', as computed by sizeof. */
760 #define SIZEOF___INT64 8
761
762 /* If using the C implementation of alloca, define if you know the
763    direction of stack growth for your system; otherwise it will be
764    automatically deduced at runtime.
765         STACK_DIRECTION > 0 => grows toward higher addresses
766         STACK_DIRECTION < 0 => grows toward lower addresses
767         STACK_DIRECTION = 0 => direction of growth unknown */
768 /* #undef STACK_DIRECTION */
769
770 /* Number of arguments to statfs() */
771 /* #undef STATFS_ARGS */
772
773 /* Define to 1 if you have the ANSI C header files. */
774 #define STDC_HEADERS 1
775
776 /* Use no threads */
777 /* #undef THREADS_NONE */
778
779 /* Use pthreads */
780 /* #undef THREADS_POSIX */
781
782 /* Use w32 threads */
783 #define THREADS_WIN32 1
784
785 /* Using GNU libiconv */
786 /* #undef USE_LIBICONV_GNU */
787
788 /* Using a native implementation of iconv in a separate library */
789 #define USE_LIBICONV_NATIVE 1
790
791 /* Define to use statfs() */
792 /* #undef USE_STATFS */
793
794 /* Define to use statvfs() */
795 /* #undef USE_STATVFS */
796
797 /* Enable extensions on AIX 3, Interix.  */
798 #ifndef _ALL_SOURCE
799 /* # undef _ALL_SOURCE */
800 #endif
801 /* Enable GNU extensions on systems that have them.  */
802 #ifndef _GNU_SOURCE
803 /* # undef _GNU_SOURCE */
804 #endif
805 /* Enable threading extensions on Solaris.  */
806 #ifndef _POSIX_PTHREAD_SEMANTICS
807 /* # undef _POSIX_PTHREAD_SEMANTICS */
808 #endif
809 /* Enable extensions on HP NonStop.  */
810 #ifndef _TANDEM_SOURCE
811 /* # undef _TANDEM_SOURCE */
812 #endif
813 /* Enable general extensions on Solaris.  */
814 #ifndef __EXTENSIONS__
815 /* # undef __EXTENSIONS__ */
816 #endif
817
818 /* using the system-supplied PCRE library */
819 /* This is defined in the *_PCRE MSVC project configs */
820 /* #undef USE_SYSTEM_PCRE */
821
822 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
823    significant byte first (like Motorola and SPARC, unlike Intel). */
824 #if defined AC_APPLE_UNIVERSAL_BUILD
825 # if defined __BIG_ENDIAN__
826 #  define WORDS_BIGENDIAN 1
827 # endif
828 #else
829 # ifndef WORDS_BIGENDIAN
830 /* #  undef WORDS_BIGENDIAN */
831 # endif
832 #endif
833
834 /* Enable large inode numbers on Mac OS X 10.5.  */
835 #ifndef _DARWIN_USE_64_BIT_INODE
836 /* # define _DARWIN_USE_64_BIT_INODE 1 */
837 #endif
838
839 /* Number of bits in a file offset, on hosts where this is settable. */
840 /* #undef _FILE_OFFSET_BITS */
841
842 /* defines how to decorate public symbols while building */
843 #ifdef _MSC_VER
844 #define _GLIB_EXTERN __declspec (dllexport) extern
845 #else
846 #define _GLIB_EXTERN __attribute__((visibility("default"))) __declspec (dllexport) extern
847 #endif
848
849 /* Define for large files, on AIX-style hosts. */
850 /* #undef _LARGE_FILES */
851
852 /* Define to 1 if on MINIX. */
853 /* #undef _MINIX */
854
855 /* Define to 2 if the system does not provide POSIX.1 features except with
856    this defined. */
857 /* #undef _POSIX_1_SOURCE */
858
859 /* Define to 1 if you need to in order for `stat' and other things to work. */
860 /* #undef _POSIX_SOURCE */
861
862 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
863 /* #undef _XOPEN_SOURCE */
864
865 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
866 /* #undef _XOPEN_SOURCE_EXTENDED */
867
868 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
869 /* #undef __EXTENSIONS__ */
870
871 /* compiler supports atomic operations */
872 /* #undef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 */
873
874 /* Define to empty if `const' does not conform to ANSI C. */
875 /* #undef const */
876
877 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
878 /* #undef intmax_t */
879
880 /* Define to empty if the C compiler doesn't support this keyword. */
881 /* #undef signed */
882
883 /* Define to `unsigned int' if <sys/types.h> does not define. */
884 /* #undef size_t */