1 /* lib/config.h. Generated from config.h.in by configure. */ 2 /* lib/config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define if building universal (internal helper macro) */ 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 6 7 /* Define to 1 if debugging the blkid library */ 8 /* #undef CONFIG_BLKID_DEBUG */ 9 10 /* Define to 1 to compile findfs */ 11 #define CONFIG_BUILD_FINDFS 1 12 13 /* Define to 1 if debugging ext3/4 journal code */ 14 /* #undef CONFIG_JBD_DEBUG */ 15 16 /* The internal ext2_filsys data structure appears to be corrupted */ 17 #define EXT2_FILSYS_CORRUPTED 1 18 19 /* Define to 1 to enable mmp support */ 20 #define CONFIG_MMP 1 21 22 /* Define to 1 to enable tdb support */ 23 /* #undef CONFIG_TDB */ 24 25 /* Define to 1 if the testio I/O manager should be enabled */ 26 #define CONFIG_TESTIO_DEBUG 1 27 28 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 29 systems. This function is required for `alloca.c' support on those systems. 30 */ 31 /* #undef CRAY_STACKSEG_END */ 32 33 /* Define to 1 if using `alloca.c'. */ 34 /* #undef C_ALLOCA */ 35 36 /* Define to 1 to disable use of backtrace */ 37 /* #undef DISABLE_BACKTRACE */ 38 39 /* Define to 1 to enable bitmap stats. */ 40 #define ENABLE_BMAP_STATS 1 41 42 /* Define to 1 to enable bitmap stats. */ 43 /* #undef ENABLE_BMAP_STATS_OPS */ 44 45 /* Define to 1 if translation of program messages to the user's native 46 language is requested. */ 47 /* #undef ENABLE_NLS */ 48 49 /* Define to 1 if you have the `add_key' function. */ 50 /* #undef HAVE_ADD_KEY */ 51 52 /* Define to 1 if you have `alloca', as a function or macro. */ 53 #define HAVE_ALLOCA 1 54 55 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 56 */ 57 #define HAVE_ALLOCA_H 1 58 59 /* Define to 1 if you have the `argz_count' function. */ 60 #define HAVE_ARGZ_COUNT 1 61 62 /* Define to 1 if you have the <argz.h> header file. */ 63 #define HAVE_ARGZ_H 1 64 65 /* Define to 1 if you have the `argz_next' function. */ 66 #define HAVE_ARGZ_NEXT 1 67 68 /* Define to 1 if you have the `argz_stringify' function. */ 69 #define HAVE_ARGZ_STRINGIFY 1 70 71 /* Define to 1 if you have the `asprintf' function. */ 72 #define HAVE_ASPRINTF 1 73 74 /* Define to 1 if you have the <attr/xattr.h> header file. */ 75 /* #undef HAVE_ATTR_XATTR_H */ 76 77 /* Define to 1 if you have the `backtrace' function. */ 78 /* #define HAVE_BACKTRACE 1 */ 79 80 /* Define to 1 if blkid has blkid_probe_enable_partitions */ 81 /* #undef HAVE_BLKID_PROBE_ENABLE_PARTITIONS */ 82 83 /* Define to 1 if blkid has blkid_probe_get_topology */ 84 /* #undef HAVE_BLKID_PROBE_GET_TOPOLOGY */ 85 86 /* Define to 1 if the compiler understands __builtin_expect. */ 87 #define HAVE_BUILTIN_EXPECT 1 88 89 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the 90 CoreFoundation framework. */ 91 /* #undef HAVE_CFLOCALECOPYCURRENT */ 92 93 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 94 the CoreFoundation framework. */ 95 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 96 97 /* Define to 1 if you have the `chflags' function. */ 98 /* #undef HAVE_CHFLAGS */ 99 100 /* Define if the GNU dcgettext() function is already present or preinstalled. 101 */ 102 /* #undef HAVE_DCGETTEXT */ 103 104 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you 105 don't. */ 106 #define HAVE_DECL_FEOF_UNLOCKED 1 107 108 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if 109 you don't. */ 110 #define HAVE_DECL_FGETS_UNLOCKED 1 111 112 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 113 don't. */ 114 #define HAVE_DECL_GETC_UNLOCKED 1 115 116 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you 117 don't. */ 118 #define HAVE_DECL__SNPRINTF 0 119 120 /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you 121 don't. */ 122 #define HAVE_DECL__SNWPRINTF 0 123 124 /* Define to 1 if you have the <dirent.h> header file. */ 125 #define HAVE_DIRENT_H 1 126 127 /* Define to 1 if you have the `dlopen' function. */ 128 #define HAVE_DLOPEN 1 129 130 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 131 /* #undef HAVE_DOPRNT */ 132 133 /* Define to 1 if you have the <errno.h> header file. */ 134 #define HAVE_ERRNO_H 1 135 136 /* Define to 1 if you have the <execinfo.h> header file. */ 137 /* #define HAVE_EXECINFO_H 1 */ 138 139 /* Define to 1 if Ext2 ioctls present */ 140 #define HAVE_EXT2_IOCTLS 1 141 142 /* Define to 1 if you have the `fadvise64' function. */ 143 /* #undef HAVE_FADVISE64 */ 144 145 /* Define to 1 if you have the `fallocate' function. */ 146 #define HAVE_FALLOCATE 1 147 148 /* Define to 1 if you have the `fallocate64' function. */ 149 #define HAVE_FALLOCATE64 1 150 151 /* Define to 1 if you have the `fchown' function. */ 152 #define HAVE_FCHOWN 1 153 154 /* Define to 1 if you have the `fcntl' function. */ 155 #define HAVE_FCNTL 1 156 157 /* Define to 1 if you have the `fdatasync' function. */ 158 #define HAVE_FDATASYNC 1 159 160 /* Define to 1 if you have the <features.h> header file. */ 161 #define HAVE_FEATURES_H 1 162 163 /* Define to 1 if you have the `fstat64' function. */ 164 #define HAVE_FSTAT64 1 165 166 /* Define to 1 if you have the `fsync' function. */ 167 #define HAVE_FSYNC 1 168 169 /* Define to 1 if you have the `ftruncate64' function. */ 170 #define HAVE_FTRUNCATE64 1 171 172 /* Define to 1 if you have the <fuse.h> header file. */ 173 /* #undef HAVE_FUSE_H */ 174 175 /* Define to 1 if you have the `futimes' function. */ 176 #define HAVE_FUTIMES 1 177 178 /* Define to 1 if you have the `fwprintf' function. */ 179 #define HAVE_FWPRINTF 1 180 181 /* Define to 1 if you have the `getcwd' function. */ 182 #define HAVE_GETCWD 1 183 184 /* Define to 1 if you have the `getdtablesize' function. */ 185 #define HAVE_GETDTABLESIZE 1 186 187 /* Define to 1 if you have the `getegid' function. */ 188 #define HAVE_GETEGID 1 189 190 /* Define to 1 if you have the `geteuid' function. */ 191 #define HAVE_GETEUID 1 192 193 /* Define to 1 if you have the `getgid' function. */ 194 #define HAVE_GETGID 1 195 196 /* Define to 1 if you have the `gethostname' function. */ 197 #define HAVE_GETHOSTNAME 1 198 199 /* Define to 1 if you have the `getmntinfo' function. */ 200 /* #undef HAVE_GETMNTINFO */ 201 202 /* Define to 1 if you have the <getopt.h> header file. */ 203 #define HAVE_GETOPT_H 1 204 205 /* Define to 1 if you have the `getpagesize' function. */ 206 #define HAVE_GETPAGESIZE 1 207 208 /* Define to 1 if you have the `getpwuid_r' function. */ 209 #define HAVE_GETPWUID_R 1 210 211 /* Define to 1 if you have the `getrlimit' function. */ 212 #define HAVE_GETRLIMIT 1 213 214 /* Define to 1 if you have the `getrusage' function. */ 215 #define HAVE_GETRUSAGE 1 216 217 /* Define if the GNU gettext() function is already present or preinstalled. */ 218 /* #undef HAVE_GETTEXT */ 219 220 /* Define to 1 if you have the `getuid' function. */ 221 #define HAVE_GETUID 1 222 223 /* Define if you have the iconv() function and it works. */ 224 #define HAVE_ICONV 1 225 226 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */ 227 #define HAVE_INTMAX_T 1 228 229 /* Define to 1 if the system has the type `intptr_t'. */ 230 #define HAVE_INTPTR_T 1 231 232 /* Define to 1 if you have the <inttypes.h> header file. */ 233 #define HAVE_INTTYPES_H 1 234 235 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and 236 declares uintmax_t. */ 237 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 238 239 /* Define to 1 if you have the `jrand48' function. */ 240 #define HAVE_JRAND48 1 241 242 /* Define to 1 if you have the `keyctl' function. */ 243 /* #undef HAVE_KEYCTL */ 244 245 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 246 #define HAVE_LANGINFO_CODESET 1 247 248 /* Define if your <locale.h> file defines LC_MESSAGES. */ 249 #define HAVE_LC_MESSAGES 1 250 251 /* Define to 1 if you have the <limits.h> header file. */ 252 #define HAVE_LIMITS_H 1 253 254 /* Define to 1 if you have the <linux/falloc.h> header file. */ 255 #define HAVE_LINUX_FALLOC_H 1 256 257 /* Define to 1 if you have the <linux/fd.h> header file. */ 258 #define HAVE_LINUX_FD_H 1 259 260 /* Define to 1 if you have the <linux/fsmap.h> header file. */ 261 #define HAVE_LINUX_FSMAP_H 1 262 263 /* Define to 1 if you have the <linux/loop.h> header file. */ 264 #define HAVE_LINUX_LOOP_H 1 265 266 /* Define to 1 if you have the <linux/major.h> header file. */ 267 #define HAVE_LINUX_MAJOR_H 1 268 269 /* Define to 1 if you have the <linux/types.h> header file. */ 270 #define HAVE_LINUX_TYPES_H 1 271 272 /* Define to 1 if you have the `llistxattr' function. */ 273 //#define HAVE_LLISTXATTR 1 274 275 /* Define to 1 if you have the `llseek' function. */ 276 /* #undef HAVE_LLSEEK */ 277 278 /* Define to 1 if llseek declared in unistd.h */ 279 /* #undef HAVE_LLSEEK_PROTOTYPE */ 280 281 /* Define to 1 if the system has the type 'long long int'. */ 282 #define HAVE_LONG_LONG_INT 1 283 284 /* Define to 1 if you have the `lseek64' function. */ 285 #define HAVE_LSEEK64 1 286 287 /* Define to 1 if lseek64 declared in unistd.h */ 288 #define HAVE_LSEEK64_PROTOTYPE 1 289 290 /* Define to 1 if you have the <magic.h> header file. */ 291 /* #undef HAVE_MAGIC_H */ 292 293 /* Define to 1 if you have the `mallinfo' function. */ 294 /* #define HAVE_MALLINFO 1 */ 295 296 /* Define to 1 if you have the <malloc.h> header file. */ 297 /* #define HAVE_MALLOC_H 1 */ 298 299 /* Define to 1 if you have the `mbrtowc' function. */ 300 #define HAVE_MBRTOWC 1 301 302 /* Define to 1 if you have the `mbstowcs' function. */ 303 #define HAVE_MBSTOWCS 1 304 305 /* Define to 1 if you have the `memalign' function. */ 306 #define HAVE_MEMALIGN 1 307 308 /* Define to 1 if you have the <memory.h> header file. */ 309 #define HAVE_MEMORY_H 1 310 311 /* Define to 1 if you have the `mempcpy' function. */ 312 #define HAVE_MEMPCPY 1 313 314 /* Define to 1 if you have the `mmap' function. */ 315 #define HAVE_MMAP 1 316 317 /* Define to 1 if you have the <mntent.h> header file. */ 318 #define HAVE_MNTENT_H 1 319 320 /* Define to 1 if mount supports nodev. */ 321 #define HAVE_MOUNT_NODEV 1 322 323 /* Define to 1 if mount supports nosuid. */ 324 #define HAVE_MOUNT_NOSUID 1 325 326 /* Define to 1 if you have the `msync' function. */ 327 #define HAVE_MSYNC 1 328 329 /* Define to 1 if you have the `munmap' function. */ 330 #define HAVE_MUNMAP 1 331 332 /* Define to 1 if you have the `nanosleep' function. */ 333 #define HAVE_NANOSLEEP 1 334 335 /* Define to 1 if you have the <netinet/in.h> header file. */ 336 #define HAVE_NETINET_IN_H 1 337 338 /* Define to 1 if you have the <net/if_dl.h> header file. */ 339 /* #undef HAVE_NET_IF_DL_H */ 340 341 /* Define to 1 if you have the <net/if.h> header file. */ 342 #define HAVE_NET_IF_H 1 343 344 /* Define to 1 if you have the `newlocale' function. */ 345 #define HAVE_NEWLOCALE 1 346 347 /* Define to 1 if you have the `open64' function. */ 348 #define HAVE_OPEN64 1 349 350 /* Define to 1 if optreset for getopt is present */ 351 /* #undef HAVE_OPTRESET */ 352 353 /* Define to 1 if you have the `pathconf' function. */ 354 #define HAVE_PATHCONF 1 355 356 /* Define to 1 if you have the <paths.h> header file. */ 357 #define HAVE_PATHS_H 1 358 359 /* Define to 1 if you have the `posix_fadvise' function. */ 360 #define HAVE_POSIX_FADVISE 1 361 362 /* Define to 1 if you have the `posix_fadvise64' function. */ 363 #define HAVE_POSIX_FADVISE64 1 364 365 /* Define to 1 if you have the `posix_memalign' function. */ 366 #define HAVE_POSIX_MEMALIGN 1 367 368 /* Define if your printf() function supports format strings with positions. */ 369 #define HAVE_POSIX_PRINTF 1 370 371 /* Define to 1 if you have the `prctl' function. */ 372 #define HAVE_PRCTL 1 373 374 /* Define to 1 if you have the `pread' function. */ 375 #define HAVE_PREAD 1 376 377 /* Define to 1 if you have the `pread64' function. */ 378 #define HAVE_PREAD64 1 379 380 /* Define to 1 if you have the <pthread.h> header file. */ 381 #define HAVE_PTHREAD_H 1 382 383 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */ 384 #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 385 386 /* Define if the POSIX multithreading library has read/write locks. */ 387 #define HAVE_PTHREAD_RWLOCK 1 388 389 /* Define to 1 if you have the `putenv' function. */ 390 #define HAVE_PUTENV 1 391 392 /* Define to 1 if you have the `pwrite' function. */ 393 #define HAVE_PWRITE 1 394 395 /* Define to 1 if you have the `pwrite64' function. */ 396 #define HAVE_PWRITE64 1 397 398 /* Define to 1 if dirent has d_reclen */ 399 #define HAVE_RECLEN_DIRENT 1 400 401 /* Define to 1 if if struct sockaddr contains sa_len */ 402 /* #undef HAVE_SA_LEN */ 403 404 /* Define to 1 if you have the `secure_getenv' function. */ 405 #define HAVE_SECURE_GETENV 1 406 407 /* Define to 1 if you have the <semaphore.h> header file. */ 408 #define HAVE_SEMAPHORE_H 1 409 410 /* Define to 1 if sem_init() exists */ 411 #define HAVE_SEM_INIT 1 412 413 /* Define to 1 if you have the `setenv' function. */ 414 #define HAVE_SETENV 1 415 416 /* Define to 1 if you have the <setjmp.h> header file. */ 417 #define HAVE_SETJMP_H 1 418 419 /* Define to 1 if you have the `setlocale' function. */ 420 #define HAVE_SETLOCALE 1 421 422 /* Define to 1 if you have the `setmntent' function. */ 423 #define HAVE_SETMNTENT 1 424 425 /* Define to 1 if you have the `setresgid' function. */ 426 #define HAVE_SETRESGID 1 427 428 /* Define to 1 if you have the `setresuid' function. */ 429 #define HAVE_SETRESUID 1 430 431 /* Define to 1 if you have the <signal.h> header file. */ 432 #define HAVE_SIGNAL_H 1 433 434 /* Define to 1 if you have the `snprintf' function. */ 435 #define HAVE_SNPRINTF 1 436 437 /* Define to 1 if you have the `srandom' function. */ 438 #define HAVE_SRANDOM 1 439 440 /* Define to 1 if struct stat has st_flags */ 441 /* #undef HAVE_STAT_FLAGS */ 442 443 /* Define to 1 if you have the <stdarg.h> header file. */ 444 #define HAVE_STDARG_H 1 445 446 /* Define to 1 if you have the <stddef.h> header file. */ 447 #define HAVE_STDDEF_H 1 448 449 /* Define to 1 if you have the <stdint.h> header file. */ 450 #define HAVE_STDINT_H 1 451 452 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares 453 uintmax_t. */ 454 #define HAVE_STDINT_H_WITH_UINTMAX 1 455 456 /* Define to 1 if you have the <stdlib.h> header file. */ 457 #define HAVE_STDLIB_H 1 458 459 /* Define to 1 if you have the `stpcpy' function. */ 460 #define HAVE_STPCPY 1 461 462 /* Define to 1 if you have the `strcasecmp' function. */ 463 #define HAVE_STRCASECMP 1 464 465 /* Define to 1 if you have the `strdup' function. */ 466 #define HAVE_STRDUP 1 467 468 /* Define to 1 if you have the <strings.h> header file. */ 469 #define HAVE_STRINGS_H 1 470 471 /* Define to 1 if you have the <string.h> header file. */ 472 #define HAVE_STRING_H 1 473 474 /* Define to 1 if you have the `strnlen' function. */ 475 #define HAVE_STRNLEN 1 476 477 /* Define to 1 if you have the `strptime' function. */ 478 #define HAVE_STRPTIME 1 479 480 /* Define to 1 if you have the `strtoul' function. */ 481 #define HAVE_STRTOUL 1 482 483 /* Define to 1 if you have the `strtoull' function. */ 484 #define HAVE_STRTOULL 1 485 486 /* Define to 1 if `st_atim' is a member of `struct stat'. */ 487 #define HAVE_STRUCT_STAT_ST_ATIM 1 488 489 /* Define to 1 if you have the `symlink' function. */ 490 #define HAVE_SYMLINK 1 491 492 /* Define to 1 if you have the `sync_file_range' function. */ 493 #define HAVE_SYNC_FILE_RANGE 1 494 495 /* Define to 1 if you have the `sysconf' function. */ 496 #define HAVE_SYSCONF 1 497 498 /* Define to 1 if you have the <sys/acl.h> header file. */ 499 /* #undef HAVE_SYS_ACL_H */ 500 501 /* Define to 1 if you have the <sys/disklabel.h> header file. */ 502 /* #undef HAVE_SYS_DISKLABEL_H */ 503 504 /* Define to 1 if you have the <sys/disk.h> header file. */ 505 /* #undef HAVE_SYS_DISK_H */ 506 507 /* Define to 1 if you have the <sys/file.h> header file. */ 508 #define HAVE_SYS_FILE_H 1 509 510 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 511 #define HAVE_SYS_IOCTL_H 1 512 513 /* Define to 1 if you have the <sys/key.h> header file. */ 514 /* #undef HAVE_SYS_KEY_H */ 515 516 /* Define to 1 if you have the <sys/mkdev.h> header file. */ 517 /* #undef HAVE_SYS_MKDEV_H */ 518 519 /* Define to 1 if you have the <sys/mman.h> header file. */ 520 #define HAVE_SYS_MMAN_H 1 521 522 /* Define to 1 if you have the <sys/mount.h> header file. */ 523 #define HAVE_SYS_MOUNT_H 1 524 525 /* Define to 1 if you have the <sys/param.h> header file. */ 526 #define HAVE_SYS_PARAM_H 1 527 528 /* Define to 1 if you have the <sys/prctl.h> header file. */ 529 #define HAVE_SYS_PRCTL_H 1 530 531 /* Define to 1 if you have the <sys/resource.h> header file. */ 532 #define HAVE_SYS_RESOURCE_H 1 533 534 /* Define to 1 if you have the <sys/select.h> header file. */ 535 #define HAVE_SYS_SELECT_H 1 536 537 /* Define to 1 if you have the <sys/socket.h> header file. */ 538 #define HAVE_SYS_SOCKET_H 1 539 540 /* Define to 1 if you have the <sys/sockio.h> header file. */ 541 /* #undef HAVE_SYS_SOCKIO_H */ 542 543 /* Define to 1 if you have the <sys/stat.h> header file. */ 544 #define HAVE_SYS_STAT_H 1 545 546 /* Define to 1 if you have the <sys/syscall.h> header file. */ 547 #define HAVE_SYS_SYSCALL_H 1 548 549 /* Define to 1 if you have the <sys/sysctl.h> header file. */ 550 /* #define HAVE_SYS_SYSCTL_H 1 */ 551 552 /* Define to 1 if you have the <sys/sysmacros.h> header file. */ 553 #define HAVE_SYS_SYSMACROS_H 1 554 555 /* Define to 1 if you have the <sys/time.h> header file. */ 556 #define HAVE_SYS_TIME_H 1 557 558 /* Define to 1 if you have the <sys/types.h> header file. */ 559 #define HAVE_SYS_TYPES_H 1 560 561 /* Define to 1 if you have the <sys/un.h> header file. */ 562 #define HAVE_SYS_UN_H 1 563 564 /* Define to 1 if you have the <sys/wait.h> header file. */ 565 #define HAVE_SYS_WAIT_H 1 566 567 /* Define to 1 if you have the <sys/xattr.h> header file. */ 568 #define HAVE_SYS_XATTR_H 1 569 570 /* Define to 1 if you have the <termios.h> header file. */ 571 #define HAVE_TERMIOS_H 1 572 573 /* Define to 1 if you have the <termio.h> header file. */ 574 #define HAVE_TERMIO_H 1 575 576 /* Define to 1 if you have the `tsearch' function. */ 577 #define HAVE_TSEARCH 1 578 579 /* Define to 1 if ssize_t declared */ 580 #define HAVE_TYPE_SSIZE_T 1 581 582 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */ 583 #define HAVE_UINTMAX_T 1 584 585 /* Define to 1 if you have the <unistd.h> header file. */ 586 #define HAVE_UNISTD_H 1 587 588 /* Define to 1 if the system has the type 'unsigned long long int'. */ 589 #define HAVE_UNSIGNED_LONG_LONG_INT 1 590 591 /* Define to 1 if you have the `uselocale' function. */ 592 #define HAVE_USELOCALE 1 593 594 /* Define to 1 if you have the `usleep' function. */ 595 #define HAVE_USLEEP 1 596 597 /* Define to 1 if you have the `utime' function. */ 598 #define HAVE_UTIME 1 599 600 /* Define to 1 if you have the `utimes' function. */ 601 #define HAVE_UTIMES 1 602 603 /* Define to 1 if you have the <utime.h> header file. */ 604 #define HAVE_UTIME_H 1 605 606 /* Define to 1 if you have the `valloc' function. */ 607 #define HAVE_VALLOC 1 608 609 /* Define to 1 or 0, depending whether the compiler supports simple visibility 610 declarations. */ 611 #define HAVE_VISIBILITY 1 612 613 /* Define to 1 if you have the `vprintf' function. */ 614 #define HAVE_VPRINTF 1 615 616 /* Define if you have the 'wchar_t' type. */ 617 #define HAVE_WCHAR_T 1 618 619 /* Define to 1 if you have the `wcrtomb' function. */ 620 #define HAVE_WCRTOMB 1 621 622 /* Define to 1 if you have the `wcslen' function. */ 623 #define HAVE_WCSLEN 1 624 625 /* Define to 1 if you have the `wcsnlen' function. */ 626 #define HAVE_WCSNLEN 1 627 628 /* Define if you have the 'wint_t' type. */ 629 #define HAVE_WINT_T 1 630 631 /* Define to 1 if O_NOATIME works. */ 632 #define HAVE_WORKING_O_NOATIME 0 633 634 /* Define to 1 if O_NOFOLLOW works. */ 635 #define HAVE_WORKING_O_NOFOLLOW 0 636 637 /* Define to 1 if you have the `__fsetlocking' function. */ 638 #define HAVE___FSETLOCKING 1 639 640 /* Define to 1 if you have the `__secure_getenv' function. */ 641 /* #undef HAVE___SECURE_GETENV */ 642 643 /* Define as const if the declaration of iconv() needs const. */ 644 #define ICONV_CONST 645 646 /* Define if integer division by zero raises signal SIGFPE. */ 647 #define INTDIV0_RAISES_SIGFPE 0 648 649 /* package name for gettext */ 650 #define PACKAGE "e2fsprogs" 651 652 /* Define to the address where bug reports for this package should be sent. */ 653 #define PACKAGE_BUGREPORT "" 654 655 /* Define to the full name of this package. */ 656 #define PACKAGE_NAME "" 657 658 /* Define to the full name and version of this package. */ 659 #define PACKAGE_STRING "" 660 661 /* Define to the one symbol short name of this package. */ 662 #define PACKAGE_TARNAME "" 663 664 /* Define to the home page for this package. */ 665 #define PACKAGE_URL "" 666 667 /* Define to the version of this package. */ 668 #define PACKAGE_VERSION "" 669 670 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */ 671 /* #undef PRI_MACROS_BROKEN */ 672 673 /* Define if the pthread_in_use() detection is hard. */ 674 /* #undef PTHREAD_IN_USE_DETECTION_HARD */ 675 676 /* The size of `int', as computed by sizeof. */ 677 #define SIZEOF_INT 4 678 679 /* The size of `long', as computed by sizeof. */ 680 #define SIZEOF_LONG 4 681 682 /* The size of `long long', as computed by sizeof. */ 683 #define SIZEOF_LONG_LONG 8 684 685 /* The size of `off_t', as computed by sizeof. */ 686 #define SIZEOF_OFF_T 4 687 688 /* The size of `short', as computed by sizeof. */ 689 #define SIZEOF_SHORT 2 690 691 /* The size of `time_t', as computed by sizeof. */ 692 #define SIZEOF_TIME_T 4 693 694 /* Define as the maximum value of type 'size_t', if the system doesn't define 695 it. */ 696 #ifndef SIZE_MAX 697 /* # undef SIZE_MAX */ 698 #endif 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 /* Define to 1 if you have the ANSI C header files. */ 709 #define STDC_HEADERS 1 710 711 /* If the compiler supports a TLS storage class define it to that here */ 712 /* #undef TLS */ 713 714 /* Define if the POSIX multithreading library can be used. */ 715 #define USE_POSIX_THREADS 1 716 717 /* Define if references to the POSIX multithreading library should be made 718 weak. */ 719 #define USE_POSIX_THREADS_WEAK 1 720 721 /* Define if the GNU Pth multithreading library can be used. */ 722 /* #undef USE_PTH_THREADS */ 723 724 /* Define if references to the GNU Pth multithreading library should be made 725 weak. */ 726 /* #undef USE_PTH_THREADS_WEAK */ 727 728 /* Define if the old Solaris multithreading library can be used. */ 729 /* #undef USE_SOLARIS_THREADS */ 730 731 /* Define if references to the old Solaris multithreading library should be 732 made weak. */ 733 /* #undef USE_SOLARIS_THREADS_WEAK */ 734 735 /* Enable extensions on AIX 3, Interix. */ 736 #ifndef _ALL_SOURCE 737 # define _ALL_SOURCE 1 738 #endif 739 /* Enable GNU extensions on systems that have them. */ 740 #ifndef _GNU_SOURCE 741 # define _GNU_SOURCE 1 742 #endif 743 /* Enable threading extensions on Solaris. */ 744 #ifndef _POSIX_PTHREAD_SEMANTICS 745 # define _POSIX_PTHREAD_SEMANTICS 1 746 #endif 747 /* Enable extensions on HP NonStop. */ 748 #ifndef _TANDEM_SOURCE 749 # define _TANDEM_SOURCE 1 750 #endif 751 /* Enable general extensions on Solaris. */ 752 #ifndef __EXTENSIONS__ 753 # define __EXTENSIONS__ 1 754 #endif 755 756 757 /* Define to 1 to build uuidd */ 758 #define USE_UUIDD 1 759 760 /* Define if the native Windows multithreading API can be used. */ 761 /* #undef USE_WINDOWS_THREADS */ 762 763 /* version for gettext */ 764 #define VERSION "0.14.1" 765 766 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 767 significant byte first (like Motorola and SPARC, unlike Intel). */ 768 #if defined AC_APPLE_UNIVERSAL_BUILD 769 # if defined __BIG_ENDIAN__ 770 # define WORDS_BIGENDIAN 1 771 # endif 772 #else 773 # ifndef WORDS_BIGENDIAN 774 /* # undef WORDS_BIGENDIAN */ 775 # endif 776 #endif 777 778 /* Define to 1 if Apple Darwin libintl workaround is needed */ 779 /* #undef _INTL_REDIRECT_MACROS */ 780 781 /* Define to 1 if on MINIX. */ 782 /* #undef _MINIX */ 783 784 /* Define to 2 if the system does not provide POSIX.1 features except with 785 this defined. */ 786 /* #undef _POSIX_1_SOURCE */ 787 788 /* Define to 1 if you need to in order for `stat' and other things to work. */ 789 /* #undef _POSIX_SOURCE */ 790 791 /* Please see the Gnulib manual for how to use these macros. 792 793 Suppress extern inline with HP-UX cc, as it appears to be broken; see 794 <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>. 795 796 Suppress extern inline with Sun C in standards-conformance mode, as it 797 mishandles inline functions that call each other. E.g., for 'inline void f 798 (void) { } inline void g (void) { f (); }', c99 incorrectly complains 799 'reference to static identifier "f" in extern inline function'. 800 This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16. 801 802 Suppress the use of extern inline on Apple's platforms, as Libc at least 803 through Libc-825.26 (2013-04-09) is incompatible with it; see, e.g., 804 <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>. 805 Perhaps Apple will fix this some day. */ 806 #if ((__GNUC__ \ 807 ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \ 808 : (199901L <= __STDC_VERSION__ \ 809 && !defined __HP_cc \ 810 && !(defined __SUNPRO_C && __STDC__))) \ 811 && !defined __APPLE__) 812 # define _GL_INLINE inline 813 # define _GL_EXTERN_INLINE extern inline 814 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \ 815 && !defined __APPLE__) 816 # if __GNUC_GNU_INLINE__ 817 /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */ 818 # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__)) 819 # else 820 # define _GL_INLINE extern inline 821 # endif 822 # define _GL_EXTERN_INLINE extern 823 #else 824 # define _GL_INLINE static _GL_UNUSED 825 # define _GL_EXTERN_INLINE static _GL_UNUSED 826 #endif 827 828 #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__) 829 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ 830 # define _GL_INLINE_HEADER_CONST_PRAGMA 831 # else 832 # define _GL_INLINE_HEADER_CONST_PRAGMA \ 833 _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"") 834 # endif 835 /* Suppress GCC's bogus "no previous prototype for 'FOO'" 836 and "no previous declaration for 'FOO'" diagnostics, 837 when FOO is an inline function in the header; see 838 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>. */ 839 # define _GL_INLINE_HEADER_BEGIN \ 840 _Pragma ("GCC diagnostic push") \ 841 _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \ 842 _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \ 843 _GL_INLINE_HEADER_CONST_PRAGMA 844 # define _GL_INLINE_HEADER_END \ 845 _Pragma ("GCC diagnostic pop") 846 #else 847 # define _GL_INLINE_HEADER_BEGIN 848 # define _GL_INLINE_HEADER_END 849 #endif 850 851 /* Define to `__inline__' or `__inline' if that's what the C compiler 852 calls it, or to nothing if 'inline' is not supported under any name. */ 853 #ifndef __cplusplus 854 /* #undef inline */ 855 #endif 856 857 /* Define as the type of the result of subtracting two pointers, if the system 858 doesn't define it. */ 859 /* #undef ptrdiff_t */ 860 861 /* Define to `unsigned int' if <sys/types.h> does not define. */ 862 /* #undef size_t */ 863 864 /* Define to unsigned long or unsigned long long if <stdint.h> and 865 <inttypes.h> don't define. */ 866 /* #undef uintmax_t */ 867 868 #include <dirpaths.h> 869 870 871 #define __libc_lock_t gl_lock_t 872 #define __libc_lock_define gl_lock_define 873 #define __libc_lock_define_initialized gl_lock_define_initialized 874 #define __libc_lock_init gl_lock_init 875 #define __libc_lock_lock gl_lock_lock 876 #define __libc_lock_unlock gl_lock_unlock 877 #define __libc_lock_recursive_t gl_recursive_lock_t 878 #define __libc_lock_define_recursive gl_recursive_lock_define 879 #define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized 880 #define __libc_lock_init_recursive gl_recursive_lock_init 881 #define __libc_lock_lock_recursive gl_recursive_lock_lock 882 #define __libc_lock_unlock_recursive gl_recursive_lock_unlock 883 #define glthread_in_use libintl_thread_in_use 884 #define glthread_lock_init_func libintl_lock_init_func 885 #define glthread_lock_lock_func libintl_lock_lock_func 886 #define glthread_lock_unlock_func libintl_lock_unlock_func 887 #define glthread_lock_destroy_func libintl_lock_destroy_func 888 #define glthread_rwlock_init_multithreaded libintl_rwlock_init_multithreaded 889 #define glthread_rwlock_init_func libintl_rwlock_init_func 890 #define glthread_rwlock_rdlock_multithreaded libintl_rwlock_rdlock_multithreaded 891 #define glthread_rwlock_rdlock_func libintl_rwlock_rdlock_func 892 #define glthread_rwlock_wrlock_multithreaded libintl_rwlock_wrlock_multithreaded 893 #define glthread_rwlock_wrlock_func libintl_rwlock_wrlock_func 894 #define glthread_rwlock_unlock_multithreaded libintl_rwlock_unlock_multithreaded 895 #define glthread_rwlock_unlock_func libintl_rwlock_unlock_func 896 #define glthread_rwlock_destroy_multithreaded libintl_rwlock_destroy_multithreaded 897 #define glthread_rwlock_destroy_func libintl_rwlock_destroy_func 898 #define glthread_recursive_lock_init_multithreaded libintl_recursive_lock_init_multithreaded 899 #define glthread_recursive_lock_init_func libintl_recursive_lock_init_func 900 #define glthread_recursive_lock_lock_multithreaded libintl_recursive_lock_lock_multithreaded 901 #define glthread_recursive_lock_lock_func libintl_recursive_lock_lock_func 902 #define glthread_recursive_lock_unlock_multithreaded libintl_recursive_lock_unlock_multithreaded 903 #define glthread_recursive_lock_unlock_func libintl_recursive_lock_unlock_func 904 #define glthread_recursive_lock_destroy_multithreaded libintl_recursive_lock_destroy_multithreaded 905 #define glthread_recursive_lock_destroy_func libintl_recursive_lock_destroy_func 906 #define glthread_once_func libintl_once_func 907 #define glthread_once_singlethreaded libintl_once_singlethreaded 908 #define glthread_once_multithreaded libintl_once_multithreaded 909 910