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