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