Home | History | Annotate | Download | only in glib
      1 /* config.h.win32.in Merged from two versions generated by configure for gcc and MSVC.  */
      2 /* config.h.  Generated by configure.  */
      3 /* config.h.in.  Generated from configure.in by autoheader.  */
      4 
      5 /* define if asm blocks can use numeric local labels */
      6 /* #undef ASM_NUMERIC_LABELS */
      7 
      8 /* poll doesn't work on devices */
      9 #define BROKEN_POLL 1
     10 
     11 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
     12    systems. This function is required for `alloca.c' support on those systems.
     13    */
     14 /* #undef CRAY_STACKSEG_END */
     15 
     16 /* Define to 1 if using `alloca.c'. */
     17 /* #undef C_ALLOCA */
     18 
     19 /* Whether to disable memory pools */
     20 /* #undef DISABLE_MEM_POOLS */
     21 
     22 /* Whether to enable GC friendliness by default */
     23 /* #undef ENABLE_GC_FRIENDLY_DEFAULT */
     24 
     25 /* always defined to indicate that i18n is enabled */
     26 #define ENABLE_NLS 1
     27 
     28 /* Define the gettext package to be used */
     29 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
     30 
     31 /* Define to the GLIB binary age */
     32 #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
     33 
     34 /* Byte contents of gmutex */
     35 /* #undef GLIB_BYTE_CONTENTS_GMUTEX */
     36 
     37 /* Define to the GLIB interface age */
     38 #define GLIB_INTERFACE_AGE @GLIB_INTERFACE_AGE@
     39 
     40 /* Define the location where the catalogs will be installed */
     41 #define GLIB_LOCALE_DIR "NONE/share/locale"
     42 
     43 /* Define to the GLIB major version */
     44 #define GLIB_MAJOR_VERSION @GLIB_MAJOR_VERSION@
     45 
     46 /* Define to the GLIB micro version */
     47 #define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@
     48 
     49 /* Define to the GLIB minor version */
     50 #define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
     51 
     52 /* The size of gmutex, as computed by sizeof. */
     53 /* #undef GLIB_SIZEOF_GMUTEX */
     54 
     55 /* The size of system_thread, as computed by sizeof. */
     56 #define GLIB_SIZEOF_SYSTEM_THREAD 4
     57 
     58 /* alpha atomic implementation */
     59 /* #undef G_ATOMIC_ALPHA */
     60 
     61 /* arm atomic implementation */
     62 /* #undef G_ATOMIC_ARM */
     63 
     64 /* i486 atomic implementation */
     65 #ifndef _MSC_VER
     66 #define G_ATOMIC_I486 1
     67 #endif /* _MSC_VER */
     68 
     69 /* ia64 atomic implementation */
     70 /* #undef G_ATOMIC_IA64 */
     71 
     72 /* powerpc atomic implementation */
     73 /* #undef G_ATOMIC_POWERPC */
     74 
     75 /* s390 atomic implementation */
     76 /* #undef G_ATOMIC_S390 */
     77 
     78 /* sparcv9 atomic implementation */
     79 /* #undef G_ATOMIC_SPARCV9 */
     80 
     81 /* x86_64 atomic implementation */
     82 /* #undef G_ATOMIC_X86_64 */
     83 
     84 /* Have inline keyword */
     85 #ifndef _MSC_VER
     86 #define G_HAVE_INLINE 1
     87 #else /* _MSC_VER */
     88 /* #undef G_HAVE_INLINE */
     89 #endif /* _MSC_VER */
     90 
     91 /* Have __inline keyword */
     92 #define G_HAVE___INLINE 1
     93 
     94 /* Have __inline__ keyword */
     95 #if !defined(_MSC_VER) && !defined(__DMC__)
     96 #define G_HAVE___INLINE__ 1
     97 #else /* _MSC_VER or __DMC__ */
     98 /* #undef G_HAVE___INLINE__ */
     99 #endif /* _MSC_VER or __DMC__ */
    100 
    101 /* Source file containing theread implementation */
    102 #define G_THREAD_SOURCE "gthread-win32.c"
    103 
    104 /* A 'va_copy' style function */
    105 #ifndef _MSC_VER
    106 #define G_VA_COPY va_copy
    107 #else /* _MSC_VER */
    108 /* #undef G_VA_COPY */
    109 #endif /* _MSC_VER */
    110 
    111 /* 'va_lists' cannot be copies as values */
    112 /* #undef G_VA_COPY_AS_ARRAY */
    113 
    114 /* Define to 1 if you have `alloca', as a function or macro. */
    115 #define HAVE_ALLOCA 1
    116 
    117 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
    118    */
    119 /* #undef HAVE_ALLOCA_H */
    120 
    121 /* Define to 1 if you have the `atexit' function. */
    122 #define HAVE_ATEXIT 1
    123 
    124 /* Define to 1 if you have the <attr/xattr.h> header file. */
    125 /* #undef HAVE_ATTR_XATTR_H */
    126 
    127 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
    128 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
    129 
    130 /* Define if you have a version of the snprintf function with semantics as
    131    specified by the ISO C99 standard. */
    132 /* #undef HAVE_C99_SNPRINTF */
    133 
    134 /* Define if you have a version of the vsnprintf function with semantics as
    135    specified by the ISO C99 standard. */
    136 /* #undef HAVE_C99_VSNPRINTF */
    137 
    138 /* define to 1 if Carbon is available */
    139 /* #undef HAVE_CARBON */
    140 
    141 /* Define to 1 if you have the `chown' function. */
    142 /* #undef HAVE_CHOWN */
    143 
    144 /* Define to 1 if you have the `clock_gettime' function. */
    145 /* #undef HAVE_CLOCK_GETTIME */
    146 
    147 /* Have nl_langinfo (CODESET) */
    148 /* #undef HAVE_CODESET */
    149 
    150 /* Define to 1 if you have the <crt_externs.h> header file. */
    151 /* #undef HAVE_CRT_EXTERNS_H */
    152 
    153 /* Define to 1 if you have the `dcgettext' function. */
    154 #define HAVE_DCGETTEXT 1
    155 
    156 /* Define to 1 if you have the <dirent.h> header file. */
    157 #ifndef _MSC_VER
    158 #define HAVE_DIRENT_H 1
    159 #else
    160 /* #undef HAVE_DIRENT_H */
    161 #endif
    162 
    163 /* Define to 1 if you have the <dlfcn.h> header file. */
    164 /* #undef HAVE_DLFCN_H */
    165 
    166 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
    167 /* #undef HAVE_DOPRNT */
    168 
    169 /* define for working do while(0) macros */
    170 #define HAVE_DOWHILE_MACROS 1
    171 
    172 /* Define to 1 if you have the `endmntent' function. */
    173 /* #undef HAVE_ENDMNTENT */
    174 
    175 /* Define if we have FAM */
    176 /* #undef HAVE_FAM */
    177 
    178 /* Define to 1 if you have the <fam.h> header file. */
    179 /* #undef HAVE_FAM_H */
    180 
    181 /* Define if we have FAMNoExists in fam */
    182 /* #undef HAVE_FAM_NO_EXISTS */
    183 
    184 /* Define to 1 if you have the `fchmod' function. */
    185 /* #undef HAVE_FCHMOD */
    186 
    187 /* Define to 1 if you have the `fchown' function. */
    188 /* #undef HAVE_FCHOWN */
    189 
    190 /* Define to 1 if you have the `fdwalk' function. */
    191 /* #undef HAVE_FDWALK */
    192 
    193 /* Define to 1 if you have the <float.h> header file. */
    194 #define HAVE_FLOAT_H 1
    195 
    196 /* Define to 1 if you have the <fstab.h> header file. */
    197 /* #undef HAVE_FSTAB_H */
    198 
    199 /* Define to 1 if you have the `getcwd' function. */
    200 #define HAVE_GETCWD 1
    201 
    202 /* Define to 1 if you have the `getc_unlocked' function. */
    203 /* #undef HAVE_GETC_UNLOCKED */
    204 
    205 /* Define to 1 if you have the `getgrgid' function. */
    206 /* #undef HAVE_GETGRGID */
    207 
    208 /* Define to 1 if you have the `getmntent_r' function. */
    209 /* #undef HAVE_GETMNTENT_R */
    210 
    211 /* Define to 1 if you have the `getmntinfo' function. */
    212 /* #undef HAVE_GETMNTINFO */
    213 
    214 /* Define to 1 if you have the `getpwuid' function. */
    215 /* #undef HAVE_GETPWUID */
    216 
    217 /* Define if the GNU gettext() function is already present or preinstalled. */
    218 #define HAVE_GETTEXT 1
    219 
    220 /* Define to 1 if you have the `gmtime_r' function. */
    221 /* #undef HAVE_GMTIME_R */
    222 
    223 /* define to use system printf */
    224 /* #undef HAVE_GOOD_PRINTF */
    225 
    226 /* Define to 1 if you have the <grp.h> header file. */
    227 /* #undef HAVE_GRP_H */
    228 
    229 /* Define to 1 if you have the `hasmntopt' function. */
    230 /* #undef HAVE_HASMNTOPT */
    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 /* #undef HAVE_INTMAX_T */
    240 #endif /* _MSC_VER */
    241 
    242 /* Define to 1 if you have the <inttypes.h> header file. */
    243 #ifndef _MSC_VER
    244 #define HAVE_INTTYPES_H 1
    245 #else /* _MSC_VER */
    246 /* #undef HAVE_INTTYPES_H */
    247 #endif /* _MSC_VER */
    248 
    249 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
    250    declares uintmax_t. */
    251 #ifndef _MSC_VER
    252 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
    253 #else /* _MSC_VER */
    254 /* #undef HAVE_INTTYPES_H_WITH_UINTMAX */
    255 #endif /* _MSC_VER */
    256 
    257 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
    258 /* #undef HAVE_LANGINFO_CODESET */
    259 
    260 /* Define to 1 if you have the `lchown' function. */
    261 /* #undef HAVE_LCHOWN */
    262 
    263 /* Define if your <locale.h> file defines LC_MESSAGES. */
    264 /* #undef HAVE_LC_MESSAGES */
    265 
    266 /* Define to 1 if you have the <limits.h> header file. */
    267 #define HAVE_LIMITS_H 1
    268 
    269 /* Define to 1 if you have the `link' function. */
    270 /* #undef HAVE_LINK */
    271 
    272 /* Define to 1 if you have the <locale.h> header file. */
    273 #define HAVE_LOCALE_H 1
    274 
    275 /* Define to 1 if you have the `localtime_r' function. */
    276 /* #undef HAVE_LOCALTIME_R */
    277 
    278 /* Define if you have the 'long double' type. */
    279 #define HAVE_LONG_DOUBLE 1
    280 
    281 /* Define if you have the 'long long' type. */
    282 #ifndef _MSC_VER
    283 #define HAVE_LONG_LONG 1
    284 #else /* _MSC_VER */
    285 /* #undef HAVE_LONG_LONG */
    286 #endif /* _MSC_VER */
    287 
    288 /* define if system printf can print long long */
    289 #define HAVE_LONG_LONG_FORMAT 1
    290 
    291 /* Define to 1 if you have the `lstat' function. */
    292 /* #undef HAVE_LSTAT */
    293 
    294 /* Define to 1 if you have the <malloc.h> header file. */
    295 #define HAVE_MALLOC_H 1
    296 
    297 /* Define to 1 if you have the `memalign' function. */
    298 /* #undef HAVE_MEMALIGN */
    299 
    300 /* Define to 1 if you have the `memmove' function. */
    301 #define HAVE_MEMMOVE 1
    302 
    303 /* Define to 1 if you have the <memory.h> header file. */
    304 #define HAVE_MEMORY_H 1
    305 
    306 /* Define to 1 if you have the `mmap' system call. */
    307 /* #undef HAVE_MMAP */
    308 
    309 /* Define to 1 if you have the <mntent.h> header file. */
    310 /* #undef HAVE_MNTENT_H */
    311 
    312 /* Have a monotonic clock */
    313 /* #undef HAVE_MONOTONIC_CLOCK */
    314 
    315 /* Define to 1 if you have the `nanosleep' function. */
    316 /* #undef HAVE_NANOSLEEP */
    317 
    318 /* Have non-POSIX function getgrgid_r */
    319 /* #undef HAVE_NONPOSIX_GETGRGID_R */
    320 
    321 /* Have non-POSIX function getpwuid_r */
    322 /* #undef HAVE_NONPOSIX_GETPWUID_R */
    323 
    324 /* Define to 1 if you have the `nsleep' function. */
    325 /* #undef HAVE_NSLEEP */
    326 
    327 /* Define to 1 if you have the `on_exit' function. */
    328 /* #undef HAVE_ON_EXIT */
    329 
    330 /* Define to 1 if you have the `poll' function. */
    331 /* #undef HAVE_POLL */
    332 
    333 /* Have POSIX function getgrgid_r */
    334 /* #undef HAVE_POSIX_GETGRGID_R */
    335 
    336 /* Have POSIX function getpwuid_r */
    337 /* #undef HAVE_POSIX_GETPWUID_R */
    338 
    339 /* Define to 1 if you have the `posix_memalign' function. */
    340 /* #undef HAVE_POSIX_MEMALIGN */
    341 
    342 /* Have function pthread_attr_setstacksize */
    343 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
    344 
    345 /* Define to 1 if the system has the type `ptrdiff_t'. */
    346 #define HAVE_PTRDIFF_T 1
    347 
    348 /* Define to 1 if you have the <pwd.h> header file. */
    349 /* #undef HAVE_PWD_H */
    350 
    351 /* Define to 1 if you have the `readlink' function. */
    352 /* #undef HAVE_READLINK */
    353 
    354 /* Define to 1 if you have the <sched.h> header file. */
    355 /* #undef HAVE_SCHED_H */
    356 
    357 /* Define to 1 if libselinux is available */
    358 /* #undef HAVE_SELINUX */
    359 
    360 /* Define to 1 if you have the <selinux/selinux.h> header file. */
    361 /* #undef HAVE_SELINUX_SELINUX_H */
    362 
    363 /* Define to 1 if you have the `setenv' function. */
    364 /* #undef HAVE_SETENV */
    365 
    366 /* Define to 1 if you have the `setlocale' function. */
    367 #define HAVE_SETLOCALE 1
    368 
    369 /* Define to 1 if you have the `setmntent' function. */
    370 /* #undef HAVE_SETMNTENT */
    371 
    372 /* Define to 1 if you have the `snprintf' function. */
    373 #ifndef _MSC_VER
    374 #define HAVE_SNPRINTF 1
    375 #ifdef __DMC__
    376 #define snprintf _snprintf
    377 #endif
    378 #else /* _MSC_VER */
    379 /* #undef HAVE_SNPRINTF */
    380 #endif /* _MSC_VER */
    381 
    382 /* Define to 1 if you have the `statfs' function. */
    383 /* #undef HAVE_STATFS */
    384 
    385 /* Define to 1 if you have the `statvfs' function. */
    386 /* #undef HAVE_STATVFS */
    387 
    388 /* Define to 1 if you have the <stddef.h> header file. */
    389 #define HAVE_STDDEF_H 1
    390 
    391 /* Define to 1 if you have the <stdint.h> header file. */
    392 #ifndef _MSC_VER
    393 #define HAVE_STDINT_H 1
    394 #else /* _MSC_VER */
    395 /* #undef HAVE_STDINT_H */
    396 #endif /* _MSC_VER */
    397 
    398 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and
    399    declares uintmax_t. */
    400 #ifndef _MSC_VER
    401 #define HAVE_STDINT_H_WITH_UINTMAX 1
    402 #else /* _MSC_VER */
    403 /* #undef HAVE_STDINT_H_WITH_UINTMAX */
    404 #endif /* _MSC_VER */
    405 
    406 /* Define to 1 if you have the <stdlib.h> header file. */
    407 #define HAVE_STDLIB_H 1
    408 
    409 /* Define to 1 if you have the `stpcpy' function. */
    410 /* #undef HAVE_STPCPY */
    411 
    412 /* Define to 1 if you have the `strcasecmp' function. */
    413 #if !defined(_MSC_VER) && !defined(__DMC__)
    414 #define HAVE_STRCASECMP 1
    415 #else /* _MSC_VER or __DMC__ */
    416 /* #undef HAVE_STRCASECMP */
    417 #endif /* _MSC_VER or __DMC__ */
    418 
    419 /* Define to 1 if you have the `strerror' function. */
    420 #define HAVE_STRERROR 1
    421 
    422 /* Define to 1 if you have the <strings.h> header file. */
    423 #if !defined(_MSC_VER) && !defined(__DMC__)
    424 #define HAVE_STRINGS_H 1
    425 #else /* _MSC_VER or __DMC__ */
    426 /* #undef HAVE_STRINGS_H */
    427 #endif /* _MSC_VER or __DMC__ */
    428 
    429 /* Define to 1 if you have the <string.h> header file. */
    430 #define HAVE_STRING_H 1
    431 
    432 /* Have functions strlcpy and strlcat */
    433 /* #undef HAVE_STRLCPY */
    434 
    435 /* Define to 1 if you have the `strncasecmp' function. */
    436 #if !defined(_MSC_VER) && !defined(__DMC__)
    437 #define HAVE_STRNCASECMP 1
    438 #else /* _MSC_VER or __DMC__ */
    439 /* #undef HAVE_STRNCASECMP */
    440 #endif /* _MSC_VER or __DMC__ */
    441 
    442 /* Define to 1 if you have the `strsignal' function. */
    443 /* #undef HAVE_STRSIGNAL */
    444 
    445 /* Define to 1 if `f_bavail' is member of `struct statfs'. */
    446 /* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
    447 
    448 /* Define to 1 if `f_fstypename' is member of `struct statfs'. */
    449 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
    450 
    451 /* Define to 1 if `f_basetype' is member of `struct statvfs'. */
    452 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
    453 
    454 /* Define to 1 if `st_atimensec' is member of `struct stat'. */
    455 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
    456 
    457 /* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */
    458 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
    459 
    460 /* Define to 1 if `st_blksize' is member of `struct stat'. */
    461 /* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
    462 
    463 /* Define to 1 if `st_blocks' is member of `struct stat'. */
    464 /* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
    465 
    466 /* Define to 1 if `st_ctimensec' is member of `struct stat'. */
    467 /* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
    468 
    469 /* Define to 1 if `st_ctim.tv_nsec' is member of `struct stat'. */
    470 /* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
    471 
    472 /* Define to 1 if `st_mtimensec' is member of `struct stat'. */
    473 /* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
    474 
    475 /* Define to 1 if `st_mtim.tv_nsec' is member of `struct stat'. */
    476 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
    477 
    478 /* Define to 1 if you have the `symlink' function. */
    479 /* #undef HAVE_SYMLINK */
    480 
    481 /* Define to 1 if you have the <sys/inotify.h> header file. */
    482 /* #undef HAVE_SYS_INOTIFY_H */
    483 
    484 /* Define to 1 if you have the <sys/mntctl.h> header file. */
    485 /* #undef HAVE_SYS_MNTCTL_H */
    486 
    487 /* Define to 1 if you have the <sys/mnttab.h> header file. */
    488 /* #undef HAVE_SYS_MNTTAB_H */
    489 
    490 /* Define to 1 if you have the <sys/mount.h> header file. */
    491 /* #undef HAVE_SYS_MOUNT_H */
    492 
    493 /* Define to 1 if you have the <sys/param.h> header file. */
    494 #if !defined(_MSC_VER) && !defined(__DMC__)
    495 #define HAVE_SYS_PARAM_H 1
    496 #else /* _MSC_VER or __DMC__ */
    497 /* #undef HAVE_SYS_PARAM_H */
    498 #endif /* _MSC_VER or __DMC__ */
    499 
    500 /* Define to 1 if you have the <sys/poll.h> header file. */
    501 /* #undef HAVE_SYS_POLL_H */
    502 
    503 /* Define to 1 if you have the <sys/resource.h> header file. */
    504 /* #undef HAVE_SYS_RESOURCE_H */
    505 
    506 /* found fd_set in sys/select.h */
    507 /* #undef HAVE_SYS_SELECT_H */
    508 
    509 /* Define to 1 if you have the <sys/statfs.h> header file. */
    510 /* #undef HAVE_SYS_STATFS_H */
    511 
    512 /* Define to 1 if you have the <sys/statvfs.h> header file. */
    513 /* #undef HAVE_SYS_STATVFS_H */
    514 
    515 /* Define to 1 if you have the <sys/stat.h> header file. */
    516 #define HAVE_SYS_STAT_H 1
    517 
    518 /* Define to 1 if you have the <sys/sysctl.h> header file. */
    519 /* #undef HAVE_SYS_SYSCTL_H */
    520 
    521 /* Define to 1 if you have the <sys/times.h> header file. */
    522 /* #undef HAVE_SYS_TIMES_H */
    523 
    524 /* Define to 1 if you have the <sys/time.h> header file. */
    525 #ifndef _MSC_VER
    526 #define HAVE_SYS_TIME_H 1
    527 #else /* _MSC_VER */
    528 /* #undef HAVE_SYS_TIME_H */
    529 #endif /* _MSC_VER */
    530 
    531 /* Define to 1 if you have the <sys/types.h> header file. */
    532 #define HAVE_SYS_TYPES_H 1
    533 
    534 /* Define to 1 if you have the <sys/vfstab.h> header file. */
    535 /* #undef HAVE_SYS_VFSTAB_H */
    536 
    537 /* Define to 1 if you have the <sys/vfs.h> header file. */
    538 /* #undef HAVE_SYS_VFS_H */
    539 
    540 /* Define to 1 if you have the <sys/vmount.h> header file. */
    541 /* #undef HAVE_SYS_VMOUNT_H */
    542 
    543 /* Define to 1 if you have the <sys/wait.h> header file. */
    544 /* #undef HAVE_SYS_WAIT_H */
    545 
    546 /* Define to 1 if you have the <sys/xattr.h> header file. */
    547 /* #undef HAVE_SYS_XATTR_H */
    548 
    549 /* Define to 1 if you have the `timegm' function. */
    550 /* #undef HAVE_TIMEGM */
    551 
    552 /* Define to 1 if you have the <unistd.h> header file. */
    553 #ifndef _MSC_VER
    554 #define HAVE_UNISTD_H 1
    555 #else /* _MSC_VER */
    556 /* #undef HAVE_UNISTD_H */
    557 #endif /* _MSC_VER */
    558 
    559 /* Define if your printf function family supports positional parameters as
    560    specified by Unix98. */
    561 /* #undef HAVE_UNIX98_PRINTF */
    562 
    563 /* Define to 1 if you have the `unsetenv' function. */
    564 /* #undef HAVE_UNSETENV */
    565 
    566 /* Define to 1 if you have the `utimes' function. */
    567 /* #undef HAVE_UTIMES */
    568 
    569 /* Define to 1 if you have the `valloc' function. */
    570 /* #undef HAVE_VALLOC */
    571 
    572 /* Define to 1 if you have the <values.h> header file. */
    573 #if !defined(_MSC_VER) && !defined(__DMC__)
    574 #define HAVE_VALUES_H 1
    575 #else /* _MSC_VER or __DMC__ */
    576 /* #undef HAVE_VALUES_H */
    577 #endif /* _MSC_VER or __DMC__ */
    578 
    579 /* Define to 1 if you have the `vasprintf' function. */
    580 #define HAVE_VASPRINTF 1
    581 
    582 /* Define to 1 if you have the `vprintf' function. */
    583 #define HAVE_VPRINTF 1
    584 
    585 /* Define to 1 if you have the `vsnprintf' function. */
    586 #ifndef _MSC_VER
    587 #define HAVE_VSNPRINTF 1
    588 #ifdef __DMC__
    589 #define vsnprintf _vsnprintf
    590 #endif
    591 #else /* _MSC_VER */
    592 /* #undef HAVE_VSNPRINTF */
    593 #endif /* _MSC_VER */
    594 
    595 /* Define if you have the 'wchar_t' type. */
    596 #define HAVE_WCHAR_T 1
    597 
    598 /* Define to 1 if you have the `wcslen' function. */
    599 #define HAVE_WCSLEN 1
    600 
    601 /* Define if you have the 'wint_t' type. */
    602 #define HAVE_WINT_T 1
    603 
    604 /* Have a working bcopy */
    605 /* #undef HAVE_WORKING_BCOPY */
    606 
    607 /* Define to 1 if xattr is available */
    608 /* #undef HAVE_XATTR */
    609 
    610 /* Define to 1 if xattr API uses XATTR_NOFOLLOW */
    611 /* #undef HAVE_XATTR_NOFOLLOW */
    612 
    613 /* Define to 1 if you have the `_NSGetEnviron' function. */
    614 /* #undef HAVE__NSGETENVIRON */
    615 
    616 /* Do we cache iconv descriptors */
    617 #define NEED_ICONV_CACHE 1
    618 
    619 /* didn't find fd_set */
    620 #define NO_FD_SET 1
    621 
    622 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
    623 /* #undef NO_MINUS_C_MINUS_O */
    624 
    625 /* global 'sys_errlist' not found */
    626 #define NO_SYS_ERRLIST 1
    627 
    628 /* global 'sys_siglist' not found */
    629 #define NO_SYS_SIGLIST 1
    630 
    631 /* global 'sys_siglist' not declared */
    632 #define NO_SYS_SIGLIST_DECL 1
    633 
    634 /* Define to the address where bug reports for this package should be sent. */
    635 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
    636 
    637 /* Define to the full name of this package. */
    638 #define PACKAGE_NAME "glib"
    639 
    640 /* Define to the full name and version of this package. */
    641 #define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
    642 
    643 /* Define to the one symbol short name of this package. */
    644 #define PACKAGE_TARNAME "glib"
    645 
    646 /* Define to the version of this package. */
    647 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
    648 
    649 /* Maximum POSIX RT priority */
    650 /* #undef POSIX_MAX_PRIORITY */
    651 
    652 /* define if posix_memalign() can allocate any size */
    653 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
    654 
    655 /* Minimum POSIX RT priority */
    656 /* #undef POSIX_MIN_PRIORITY */
    657 
    658 /* The POSIX RT yield function */
    659 /* #undef POSIX_YIELD_FUNC */
    660 
    661 /* whether realloc (NULL,) works */
    662 #define REALLOC_0_WORKS 1
    663 
    664 /* Define if you have correct malloc prototypes */
    665 #ifndef _MSC_VER
    666 #define SANE_MALLOC_PROTOS 1
    667 #else /* _MSC_VER */
    668 /* #undef SANE_MALLOC_PROTOS */
    669 #endif /* _MSC_VER */
    670 
    671 /* The size of `char', as computed by sizeof. */
    672 #define SIZEOF_CHAR 1
    673 
    674 /* The size of `int', as computed by sizeof. */
    675 #define SIZEOF_INT 4
    676 
    677 /* The size of `long', as computed by sizeof. */
    678 #define SIZEOF_LONG 4
    679 
    680 /* The size of `long long', as computed by sizeof. */
    681 #ifndef _MSC_VER
    682 #define SIZEOF_LONG_LONG 8
    683 #else /* _MSC_VER */
    684 #define SIZEOF_LONG_LONG 0
    685 #endif /* _MSC_VER */
    686 
    687 /* The size of `short', as computed by sizeof. */
    688 #define SIZEOF_SHORT 2
    689 
    690 /* The size of `size_t', as computed by sizeof. */
    691 #define SIZEOF_SIZE_T 4
    692 
    693 /* The size of `void *', as computed by sizeof. */
    694 #define SIZEOF_VOID_P 4
    695 
    696 /* The size of `__int64', as computed by sizeof. */
    697 #define SIZEOF___INT64 8
    698 
    699 /* If using the C implementation of alloca, define if you know the
    700    direction of stack growth for your system; otherwise it will be
    701    automatically deduced at runtime.
    702 	STACK_DIRECTION > 0 => grows toward higher addresses
    703 	STACK_DIRECTION < 0 => grows toward lower addresses
    704 	STACK_DIRECTION = 0 => direction of growth unknown */
    705 /* #undef STACK_DIRECTION */
    706 
    707 /* Number of arguments to statfs() */
    708 /* #undef STATFS_ARGS */
    709 
    710 /* Define to 1 if you have the ANSI C header files. */
    711 #define STDC_HEADERS 1
    712 
    713 /* Using GNU libiconv */
    714 /* #undef USE_LIBICONV_GNU */
    715 
    716 /* Using a native implementation of iconv in a separate library */
    717 #define USE_LIBICONV_NATIVE 1
    718 
    719 /* using the system-supplied PCRE library */
    720 /* #undef USE_SYSTEM_PCRE */
    721 
    722 /* Define to 1 if your processor stores words with the most significant byte
    723    first (like Motorola and SPARC, unlike Intel and VAX). */
    724 /* #undef WORDS_BIGENDIAN */
    725 
    726 /* Number of bits in a file offset, on hosts where this is settable. */
    727 /* #undef _FILE_OFFSET_BITS */
    728 
    729 /* Define for large files, on AIX-style hosts. */
    730 /* #undef _LARGE_FILES */
    731 
    732 /* Define to empty if `const' does not conform to ANSI C. */
    733 /* #undef const */
    734 
    735 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
    736 /* #undef intmax_t */
    737 
    738 /* Define to empty if the C compiler doesn't support this keyword. */
    739 /* #undef signed */
    740 
    741 /* Define to `unsigned int' if <sys/types.h> does not define. */
    742 /* #undef size_t */
    743