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