
1: /* lib/config.hin. Generated from configure.ac by autoheader. */ 2: 3: /* Define this to an absolute name of <dirent.h>. */ 4: #undef ABSOLUTE_DIRENT_H 5: 6: /* Define this to an absolute name of <fcntl.h>. */ 7: #undef ABSOLUTE_FCNTL_H 8: 9: /* Define this to an absolute name of <inttypes.h>. */ 10: #undef ABSOLUTE_INTTYPES_H 11: 12: /* Define this to an absolute name of <netinet/in.h>. */ 13: #undef ABSOLUTE_NETINET_IN_H 14: 15: /* Define this to an absolute name of <stdint.h>. */ 16: #undef ABSOLUTE_STDINT_H 17: 18: /* Define this to an absolute name of <stdio.h>. */ 19: #undef ABSOLUTE_STDIO_H 20: 21: /* Define this to an absolute name of <stdlib.h>. */ 22: #undef ABSOLUTE_STDLIB_H 23: 24: /* Define this to an absolute name of <string.h>. */ 25: #undef ABSOLUTE_STRING_H 26: 27: /* Define this to an absolute name of <sys/socket.h>. */ 28: #undef ABSOLUTE_SYS_SOCKET_H 29: 30: /* Define this to an absolute name of <sys/stat.h>. */ 31: #undef ABSOLUTE_SYS_STAT_H 32: 33: /* Define this to an absolute name of <sys/time.h>. */ 34: #undef ABSOLUTE_SYS_TIME_H 35: 36: /* Define this to an absolute name of <time.h>. */ 37: #undef ABSOLUTE_TIME_H 38: 39: /* Define this to an absolute name of <unistd.h>. */ 40: #undef ABSOLUTE_UNISTD_H 41: 42: /* Define this to an absolute name of <wchar.h>. */ 43: #undef ABSOLUTE_WCHAR_H 44: 45: /* Define this to an absolute name of <wctype.h>. */ 46: #undef ABSOLUTE_WCTYPE_H 47: 48: /* Define to the function xargmatch calls on failures. */ 49: #undef ARGMATCH_DIE 50: 51: /* Define to the declaration of the xargmatch failure function. */ 52: #undef ARGMATCH_DIE_DECL 53: 54: /* Define to the number of bits in type 'ptrdiff_t'. */ 55: #undef BITSIZEOF_PTRDIFF_T 56: 57: /* Define to the number of bits in type 'sig_atomic_t'. */ 58: #undef BITSIZEOF_SIG_ATOMIC_T 59: 60: /* Define to the number of bits in type 'size_t'. */ 61: #undef BITSIZEOF_SIZE_T 62: 63: /* Define to the number of bits in type 'wchar_t'. */ 64: #undef BITSIZEOF_WCHAR_T 65: 66: /* Define to the number of bits in type 'wint_t'. */ 67: #undef BITSIZEOF_WINT_T 68: 69: /* Define if chown is not POSIX compliant regarding IDs of -1. */ 70: #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE 71: 72: /* Define if chown modifies symlinks. */ 73: #undef CHOWN_MODIFIES_SYMLINK 74: 75: /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 76: systems. This function is required for `alloca.c' support on those systems. 77: */ 78: #undef CRAY_STACKSEG_END 79: 80: /* Define to 1 if using `alloca.c'. */ 81: #undef C_ALLOCA 82: 83: /* Define to 1 if using `getloadavg.c'. */ 84: #undef C_GETLOADAVG 85: 86: /* Define the default level of POSIX conformance. The value is of the form 87: YYYYMM, specifying the year and month the standard was adopted. If not 88: defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>. 89: Define to 199209 to default to POSIX 1003.2-1992, which makes standard 90: programs like `head', `tail', and `sort' accept obsolete options like `+10' 91: and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes 92: these standard programs treat leading-`+' operands as file names and 93: require modern usages like `-n 10' instead of `-10'. Whether defined here 94: or not, the default can be overridden at run time via the _POSIX2_VERSION 95: environment variable. */ 96: #undef DEFAULT_POSIX2_VERSION 97: 98: /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */ 99: #undef DGUX 100: 101: /* the name of the file descriptor member of DIR */ 102: #undef DIR_FD_MEMBER_NAME 103: 104: #ifdef DIR_FD_MEMBER_NAME 105: # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME) 106: #else 107: # define DIR_TO_FD(Dir_p) -1 108: #endif 109: 110: 111: /* Define to 1 if // is a file system root distinct from /. */ 112: #undef DOUBLE_SLASH_IS_DISTINCT_ROOT 113: 114: /* Define if there is a member named d_ino in the struct describing directory 115: headers. */ 116: #undef D_INO_IN_DIRENT 117: 118: /* Define to 1 if translation of program messages to the user's native 119: language is requested. */ 120: #undef ENABLE_NLS 121: 122: /* Define as good substitute value for EOVERFLOW. */ 123: #undef EOVERFLOW 124: 125: /* Define if gnulib's fchdir() replacement is used. */ 126: #undef FCHDIR_REPLACEMENT 127: 128: /* Define on systems for which file names may have a so-called `drive letter' 129: prefix, define this to compute the length of that prefix, including the 130: colon. */ 131: #undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 132: 133: /* Define if the backslash character may also serve as a file name component 134: separator. */ 135: #undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 136: 137: /* Define if a drive letter prefix denotes a relative path if it is not 138: followed by a file name component separator. */ 139: #undef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 140: 141: /* Define to nothing if C supports flexible array members, and to 1 if it does 142: not. That way, with a declaration like `struct s { int n; double 143: d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99 144: compilers. When computing the size of such an object, don't use 'sizeof 145: (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)' 146: instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with 147: MSVC and with C++ compilers. */ 148: #undef FLEXIBLE_ARRAY_MEMBER 149: 150: /* Define to the type of elements in the array set by `getgroups'. Usually 151: this is either `int' or `gid_t'. */ 152: #undef GETGROUPS_T 153: 154: /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid. 155: */ 156: #undef GETLOADAVG_PRIVILEGED 157: 158: /* Define if gettimeofday clobbers the localtime buffer. */ 159: #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME 160: 161: /* Define to 1 when using the gnulib module canonicalize. */ 162: #undef GNULIB_CANONICALIZE 163: 164: /* Define to 1 when using the gnulib module close-stream. */ 165: #undef GNULIB_CLOSE_STREAM 166: 167: /* Define to 1 when using the gnulib module fcntl-safer. */ 168: #undef GNULIB_FCNTL_SAFER 169: 170: /* Define to 1 when using the gnulib module fopen-safer. */ 171: #undef GNULIB_FOPEN_SAFER 172: 173: /* Define to 1 when using the gnulib module fts. */ 174: #undef GNULIB_FTS 175: 176: /* The concatenation of the strings `GNU ', and PACKAGE. */ 177: #undef GNU_PACKAGE 178: 179: /* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */ 180: #undef GWINSZ_IN_SYS_IOCTL 181: 182: /* Define if your system defines TIOCGWINSZ in sys/pty.h. */ 183: #undef GWINSZ_IN_SYS_PTY 184: 185: /* Define to 1 if you have the `acl' function. */ 186: #undef HAVE_ACL 187: 188: /* Define to 1 if you have the `acl_delete_def_file' function. */ 189: #undef HAVE_ACL_DELETE_DEF_FILE 190: 191: /* Define to 1 if you have the `acl_entries' function. */ 192: #undef HAVE_ACL_ENTRIES 193: 194: /* Define to 1 if you have the `acl_extended_file' function. */ 195: #undef HAVE_ACL_EXTENDED_FILE 196: 197: /* Define to 1 if you have the `acl_free' function. */ 198: #undef HAVE_ACL_FREE 199: 200: /* Define to 1 if you have the `acl_from_mode' function. */ 201: #undef HAVE_ACL_FROM_MODE 202: 203: /* Define to 1 if you have the `acl_from_text' function. */ 204: #undef HAVE_ACL_FROM_TEXT 205: 206: /* Define to 1 if you have the `acl_get_fd' function. */ 207: #undef HAVE_ACL_GET_FD 208: 209: /* Define to 1 if you have the `acl_get_file' function. */ 210: #undef HAVE_ACL_GET_FILE 211: 212: /* Define to 1 if you have the <acl/libacl.h> header file. */ 213: #undef HAVE_ACL_LIBACL_H 214: 215: /* Define to 1 if you have the `acl_set_fd' function. */ 216: #undef HAVE_ACL_SET_FD 217: 218: /* Define to 1 if you have the `acl_set_file' function. */ 219: #undef HAVE_ACL_SET_FILE 220: 221: /* Define to 1 if you have the `acl_trivial' function. */ 222: #undef HAVE_ACL_TRIVIAL 223: 224: /* Define to 1 if you have the `alarm' function. */ 225: #undef HAVE_ALARM 226: 227: /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that 228: may be supplied by this distribution. */ 229: #undef HAVE_ALLOCA 230: 231: /* Define HAVE_ALLOCA_H for backward compatibility with older code that 232: includes <alloca.h> only if HAVE_ALLOCA_H is defined. */ 233: #undef HAVE_ALLOCA_H 234: 235: /* Define if you have an arithmetic hrtime_t type. */ 236: #undef HAVE_ARITHMETIC_HRTIME_T 237: 238: /* Define to 1 if you have the <arpa/inet.h> header file. */ 239: #undef HAVE_ARPA_INET_H 240: 241: /* Define to 1 if you have the `atexit' function. */ 242: #undef HAVE_ATEXIT 243: 244: /* Define to 1 if you have the <bp-sym.h> header file. */ 245: #undef HAVE_BP_SYM_H 246: 247: /* Define to 1 if you have the `btowc' function. */ 248: #undef HAVE_BTOWC 249: 250: /* Define to 1 if nanosleep mishandle large arguments. */ 251: #undef HAVE_BUG_BIG_NANOSLEEP 252: 253: /* Define to 1 if strtold conforms to C99. */ 254: #undef HAVE_C99_STRTOLD 255: 256: /* Define to 1 if your system has a GNU libc compatible `calloc' function, and 257: to 0 otherwise. */ 258: #undef HAVE_CALLOC 259: 260: /* Define to 1 if you have the `canonicalize_file_name' function. */ 261: #undef HAVE_CANONICALIZE_FILE_NAME 262: 263: /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 264: CoreFoundation framework. */ 265: #undef HAVE_CFLOCALECOPYCURRENT 266: 267: /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 268: the CoreFoundation framework. */ 269: #undef HAVE_CFPREFERENCESCOPYAPPVALUE 270: 271: /* Define to 1 if your system has a working `chown' function. */ 272: #undef HAVE_CHOWN 273: 274: /* Define to 1 if you have the `chroot' function. */ 275: #undef HAVE_CHROOT 276: 277: /* Define to 1 if you have the `chsize' function. */ 278: #undef HAVE_CHSIZE 279: 280: /* Define to 1 if you have the `clock_gettime' function. */ 281: #undef HAVE_CLOCK_GETTIME 282: 283: /* Define to 1 if you have the `clock_settime' function. */ 284: #undef HAVE_CLOCK_SETTIME 285: 286: /* Define if you have compound literals. */ 287: #undef HAVE_COMPOUND_LITERALS 288: 289: /* FIXME */ 290: #undef HAVE_C_LINE 291: 292: /* Define if the GNU dcgettext() function is already present or preinstalled. 293: */ 294: #undef HAVE_DCGETTEXT 295: 296: /* Define to 1 if you have the declaration of `canonicalize_file_name', and to 297: 0 if you don't. */ 298: #undef HAVE_DECL_CANONICALIZE_FILE_NAME 299: 300: /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if 301: you don't. */ 302: #undef HAVE_DECL_CLEARERR_UNLOCKED 303: 304: /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't. 305: */ 306: #undef HAVE_DECL_DIRFD 307: 308: /* Define to 1 if you have the declaration of `euidaccess', and to 0 if you 309: don't. */ 310: #undef HAVE_DECL_EUIDACCESS 311: 312: /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you 313: don't. */ 314: #undef HAVE_DECL_FEOF_UNLOCKED 315: 316: /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if 317: you don't. */ 318: #undef HAVE_DECL_FERROR_UNLOCKED 319: 320: /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if 321: you don't. */ 322: #undef HAVE_DECL_FFLUSH_UNLOCKED 323: 324: /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if 325: you don't. */ 326: #undef HAVE_DECL_FGETS_UNLOCKED 327: 328: /* Define to 1 if you have the declaration of `flockfile', and to 0 if you 329: don't. */ 330: #undef HAVE_DECL_FLOCKFILE 331: 332: /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if 333: you don't. */ 334: #undef HAVE_DECL_FPUTC_UNLOCKED 335: 336: /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if 337: you don't. */ 338: #undef HAVE_DECL_FPUTS_UNLOCKED 339: 340: /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if 341: you don't. */ 342: #undef HAVE_DECL_FREAD_UNLOCKED 343: 344: /* Define to 1 if you have the declaration of `free', and to 0 if you don't. 345: */ 346: #undef HAVE_DECL_FREE 347: 348: /* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you 349: don't. */ 350: #undef HAVE_DECL_FREEADDRINFO 351: 352: /* Define to 1 if you have the declaration of `funlockfile', and to 0 if you 353: don't. */ 354: #undef HAVE_DECL_FUNLOCKFILE 355: 356: /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if 357: you don't. */ 358: #undef HAVE_DECL_FWRITE_UNLOCKED 359: 360: /* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you 361: don't. */ 362: #undef HAVE_DECL_GAI_STRERROR 363: 364: /* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you 365: don't. */ 366: #undef HAVE_DECL_GETADDRINFO 367: 368: /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if 369: you don't. */ 370: #undef HAVE_DECL_GETCHAR_UNLOCKED 371: 372: /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't. 373: */ 374: #undef HAVE_DECL_GETCWD 375: 376: /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 377: don't. */ 378: #undef HAVE_DECL_GETC_UNLOCKED 379: 380: /* Define to 1 if you have the declaration of `getdelim', and to 0 if you 381: don't. */ 382: #undef HAVE_DECL_GETDELIM 383: 384: /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 385: */ 386: #undef HAVE_DECL_GETENV 387: 388: /* Define to 1 if you have the declaration of `geteuid', and to 0 if you 389: don't. */ 390: #undef HAVE_DECL_GETEUID 391: 392: /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you 393: don't. */ 394: #undef HAVE_DECL_GETGRGID 395: 396: /* Define to 1 if you have the declaration of `gethrtime', and to 0 if you 397: don't. */ 398: #undef HAVE_DECL_GETHRTIME 399: 400: /* Define to 1 if you have the declaration of `getline', and to 0 if you 401: don't. */ 402: #undef HAVE_DECL_GETLINE 403: 404: /* Define to 1 if you have the declaration of `getlogin', and to 0 if you 405: don't. */ 406: #undef HAVE_DECL_GETLOGIN 407: 408: /* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you 409: don't. */ 410: #undef HAVE_DECL_GETNAMEINFO 411: 412: /* Define to 1 if you have the declaration of `getpass', and to 0 if you 413: don't. */ 414: #undef HAVE_DECL_GETPASS 415: 416: /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you 417: don't. */ 418: #undef HAVE_DECL_GETPWUID 419: 420: /* Define to 1 if you have the declaration of `getuid', and to 0 if you don't. 421: */ 422: #undef HAVE_DECL_GETUID 423: 424: /* Define to 1 if you have the declaration of `getutent', and to 0 if you 425: don't. */ 426: #undef HAVE_DECL_GETUTENT 427: 428: /* Define to 1 if you have the declaration of `imaxabs', and to 0 if you 429: don't. */ 430: #undef HAVE_DECL_IMAXABS 431: 432: /* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you 433: don't. */ 434: #undef HAVE_DECL_IMAXDIV 435: 436: /* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you 437: don't. */ 438: #undef HAVE_DECL_INET_NTOP 439: 440: /* Define to 1 if you have the declaration of `isblank', and to 0 if you 441: don't. */ 442: #undef HAVE_DECL_ISBLANK 443: 444: /* Define to 1 if you have the declaration of `lchown', and to 0 if you don't. 445: */ 446: #undef HAVE_DECL_LCHOWN 447: 448: /* Define to 1 if you have the declaration of `lseek', and to 0 if you don't. 449: */ 450: #undef HAVE_DECL_LSEEK 451: 452: /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 453: */ 454: #undef HAVE_DECL_MALLOC 455: 456: /* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0 457: otherwise. */ 458: #undef HAVE_DECL_MBSWIDTH_IN_WCHAR_H 459: 460: /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't. 461: */ 462: #undef HAVE_DECL_MEMCHR 463: 464: /* Define to 1 if you have the declaration of `memrchr', and to 0 if you 465: don't. */ 466: #undef HAVE_DECL_MEMRCHR 467: 468: /* Define to 1 if you have the declaration of `mkdir', and to 0 if you don't. 469: */ 470: #undef HAVE_DECL_MKDIR 471: 472: /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if 473: you don't. */ 474: #undef HAVE_DECL_PUTCHAR_UNLOCKED 475: 476: /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you 477: don't. */ 478: #undef HAVE_DECL_PUTC_UNLOCKED 479: 480: /* Define to 1 if you have the declaration of `realloc', and to 0 if you 481: don't. */ 482: #undef HAVE_DECL_REALLOC 483: 484: /* Define to 1 if you have the declaration of `setregid', and to 0 if you 485: don't. */ 486: #undef HAVE_DECL_SETREGID 487: 488: /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 489: don't. */ 490: #undef HAVE_DECL_SNPRINTF 491: 492: /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't. 493: */ 494: #undef HAVE_DECL_STRDUP 495: 496: /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you 497: don't. */ 498: #undef HAVE_DECL_STRERROR_R 499: 500: /* Define to 1 if you have the declaration of `strmode', and to 0 if you 501: don't. */ 502: #undef HAVE_DECL_STRMODE 503: 504: /* Define to 1 if you have the declaration of `strndup', and to 0 if you 505: don't. */ 506: #undef HAVE_DECL_STRNDUP 507: 508: /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 509: don't. */ 510: #undef HAVE_DECL_STRNLEN 511: 512: /* Define to 1 if you have the declaration of `strsignal', and to 0 if you 513: don't. */ 514: #undef HAVE_DECL_STRSIGNAL 515: 516: /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you 517: don't. */ 518: #undef HAVE_DECL_STRTOIMAX 519: 520: /* Define to 1 if you have the declaration of `strtoll', and to 0 if you 521: don't. */ 522: #undef HAVE_DECL_STRTOLL 523: 524: /* Define to 1 if you have the declaration of `strtoull', and to 0 if you 525: don't. */ 526: #undef HAVE_DECL_STRTOULL 527: 528: /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you 529: don't. */ 530: #undef HAVE_DECL_STRTOUMAX 531: 532: /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you 533: don't. */ 534: #undef HAVE_DECL_SYS_SIGLIST 535: 536: /* Define to 1 if you have the declaration of `ttyname', and to 0 if you 537: don't. */ 538: #undef HAVE_DECL_TTYNAME 539: 540: /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. 541: */ 542: #undef HAVE_DECL_TZNAME 543: 544: /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you 545: don't. */ 546: #undef HAVE_DECL_WCWIDTH 547: 548: /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you 549: don't. */ 550: #undef HAVE_DECL__SYS_SIGLIST 551: 552: /* Define to 1 if you have the declaration of `__fpending', and to 0 if you 553: don't. */ 554: #undef HAVE_DECL___FPENDING 555: 556: /* Define to 1 if you have the declaration of `__fsetlocking', and to 0 if you 557: don't. */ 558: #undef HAVE_DECL___FSETLOCKING 559: 560: /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you 561: don't. */ 562: #undef HAVE_DECL___SYS_SIGLIST 563: 564: /* Define to 1 if you have the `directio' function. */ 565: #undef HAVE_DIRECTIO 566: 567: /* Define to 1 if you have the <dirent.h> header file. */ 568: #undef HAVE_DIRENT_H 569: 570: /* Define to 1 if you have the `dirfd' function. */ 571: #undef HAVE_DIRFD 572: 573: /* Define to 1 if you have the `dup2' function. */ 574: #undef HAVE_DUP2 575: 576: /* Define to 1 if you have the <dustat.h> header file. */ 577: #undef HAVE_DUSTAT_H 578: 579: /* Define to 1 if you have the `eaccess' function. */ 580: #undef HAVE_EACCESS 581: 582: /* Define to 1 if you have the `endgrent' function. */ 583: #undef HAVE_ENDGRENT 584: 585: /* Define to 1 if you have the `endpwent' function. */ 586: #undef HAVE_ENDPWENT 587: 588: /* Define if you have the declaration of environ. */ 589: #undef HAVE_ENVIRON_DECL 590: 591: /* Define to 1 if you have the `euidaccess' function. */ 592: #undef HAVE_EUIDACCESS 593: 594: /* Define to 1 if you have the `fchdir' function. */ 595: #undef HAVE_FCHDIR 596: 597: /* Define to 1 if you have the `fchmod' function. */ 598: #undef HAVE_FCHMOD 599: 600: /* Define to 1 if you have the `fchmodat' function. */ 601: #undef HAVE_FCHMODAT 602: 603: /* Define to 1 if you have the `fchown' function. */ 604: #undef HAVE_FCHOWN 605: 606: /* Define to 1 if you have the <fcntl.h> header file. */ 607: #undef HAVE_FCNTL_H 608: 609: /* Define to 1 if you have the `fdatasync' function. */ 610: #undef HAVE_FDATASYNC 611: 612: /* Define to 1 if you have the `fdopendir' function. */ 613: #undef HAVE_FDOPENDIR 614: 615: /* Define to 1 if pipes are FIFOs, 0 if sockets. Leave undefined if not known. 616: */ 617: #undef HAVE_FIFO_PIPES 618: 619: /* Define to 1 if you have the `flockfile' function. */ 620: #undef HAVE_FLOCKFILE 621: 622: /* Define to 1 if you have the `fork' function. */ 623: #undef HAVE_FORK 624: 625: /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 626: #undef HAVE_FSEEKO 627: 628: /* Define to 1 if you have the <fs_info.h> header file. */ 629: #undef HAVE_FS_INFO_H 630: 631: /* Define to 1 if you have the `fs_stat_dev' function. */ 632: #undef HAVE_FS_STAT_DEV 633: 634: /* Define to 1 if you have the `ftruncate' function. */ 635: #undef HAVE_FTRUNCATE 636: 637: /* Define to 1 if you have the `funlockfile' function. */ 638: #undef HAVE_FUNLOCKFILE 639: 640: /* Define to 1 if you have the `futimes' function. */ 641: #undef HAVE_FUTIMES 642: 643: /* Define to 1 if you have the `futimesat' function. */ 644: #undef HAVE_FUTIMESAT 645: 646: /* Define to 1 if you have the `gai_strerror' function. */ 647: #undef HAVE_GAI_STRERROR 648: 649: /* Define to 1 if you have the `getaddrinfo' function. */ 650: #undef HAVE_GETADDRINFO 651: 652: /* Define to 1 if you have the `getdelim' function. */ 653: #undef HAVE_GETDELIM 654: 655: /* Define to 1 if your system has a working `getgroups' function. */ 656: #undef HAVE_GETGROUPS 657: 658: /* Define to 1 if you have the `gethostbyname' function. */ 659: #undef HAVE_GETHOSTBYNAME 660: 661: /* Define to 1 if you have the `gethostid' function. */ 662: #undef HAVE_GETHOSTID 663: 664: /* Define to 1 if you have the `gethostname' function. */ 665: #undef HAVE_GETHOSTNAME 666: 667: /* Define to 1 if you have the `getloadavg' function. */ 668: #undef HAVE_GETLOADAVG 669: 670: /* Define to 1 if you have the `getmntent' function. */ 671: #undef HAVE_GETMNTENT 672: 673: /* Define to 1 if you have the `getmntinfo' function. */ 674: #undef HAVE_GETMNTINFO 675: 676: /* Define to 1 if you have the <getopt.h> header file. */ 677: #undef HAVE_GETOPT_H 678: 679: /* Define to 1 if you have the `getopt_long_only' function. */ 680: #undef HAVE_GETOPT_LONG_ONLY 681: 682: /* Define to 1 if you have the `getpagesize' function. */ 683: #undef HAVE_GETPAGESIZE 684: 685: /* Define to 1 if you have the `getspnam' function. */ 686: #undef HAVE_GETSPNAM 687: 688: /* Define to 1 if you have the `getsysinfo' function. */ 689: #undef HAVE_GETSYSINFO 690: 691: /* Define if the GNU gettext() function is already present or preinstalled. */ 692: #undef HAVE_GETTEXT 693: 694: /* Define to 1 if you have the `gettimeofday' function. */ 695: #undef HAVE_GETTIMEOFDAY 696: 697: /* Define to 1 if you have the `getusershell' function. */ 698: #undef HAVE_GETUSERSHELL 699: 700: /* Define to 1 if you have the <grp.h> header file. */ 701: #undef HAVE_GRP_H 702: 703: /* Define to 1 if you have the `hasmntopt' function. */ 704: #undef HAVE_HASMNTOPT 705: 706: /* Define to 1 if you have the <hurd.h> header file. */ 707: #undef HAVE_HURD_H 708: 709: /* Define if you have the iconv() function. */ 710: #undef HAVE_ICONV 711: 712: /* Define to 1 if you have the `inet_ntop' function. */ 713: #undef HAVE_INET_NTOP 714: 715: /* Define to 1 if you have the `initgroups' function. */ 716: #undef HAVE_INITGROUPS 717: 718: /* Define to 1 if the compiler supports one of the keywords 'inline', 719: '__inline__', '__inline' and effectively inlines functions marked as such. 720: */ 721: #undef HAVE_INLINE 722: 723: /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */ 724: #undef HAVE_INTMAX_T 725: 726: /* Define to 1 if you have the <inttypes.h> header file. */ 727: #undef HAVE_INTTYPES_H 728: 729: /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and 730: declares uintmax_t. */ 731: #undef HAVE_INTTYPES_H_WITH_UINTMAX 732: 733: /* Define to 1 if you have the <io.h> header file. */ 734: #undef HAVE_IO_H 735: 736: /* Define to 1 if <sys/socket.h> defines AF_INET. */ 737: #undef HAVE_IPV4 738: 739: /* Define to 1 if <sys/socket.h> defines AF_INET6. */ 740: #undef HAVE_IPV6 741: 742: /* Define to 1 if you have the `isapipe' function. */ 743: #undef HAVE_ISAPIPE 744: 745: /* Define to 1 if you have the `isascii' function. */ 746: #undef HAVE_ISASCII 747: 748: /* Define to 1 if you have the `iswcntrl' function. */ 749: #undef HAVE_ISWCNTRL 750: 751: /* Define to 1 if you have the `iswctype' function. */ 752: #undef HAVE_ISWCTYPE 753: 754: /* Define to 1 if you have the `iswspace' function. */ 755: #undef HAVE_ISWSPACE 756: 757: /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 758: #undef HAVE_LANGINFO_CODESET 759: 760: /* Define to 1 if you have the `lchmod' function. */ 761: #undef HAVE_LCHMOD 762: 763: /* Define to 1 if you have the `lchown' function. */ 764: #undef HAVE_LCHOWN 765: 766: /* Define to 1 if you have the `dgc' library (-ldgc). */ 767: #undef HAVE_LIBDGC 768: 769: /* Define to 1 if you have the <libgen.h> header file. */ 770: #undef HAVE_LIBGEN_H 771: 772: /* Define to 1 if you have the `kstat' library (-lkstat). */ 773: #undef HAVE_LIBKSTAT 774: 775: /* Define to 1 if you have the `ldgc' library (-lldgc). */ 776: #undef HAVE_LIBLDGC 777: 778: /* Define to 1 if you have the `os' library (-los). */ 779: #undef HAVE_LIBOS 780: 781: /* Define to 1 if you have the `ypsec' library (-lypsec). */ 782: #undef HAVE_LIBYPSEC 783: 784: /* Define to 1 if you have the `listmntent' function. */ 785: #undef HAVE_LISTMNTENT 786: 787: /* Define to 1 if you have the <locale.h> header file. */ 788: #undef HAVE_LOCALE_H 789: 790: /* Define to 1 if the type `long double' works and has more range or precision 791: than `double'. */ 792: #undef HAVE_LONG_DOUBLE 793: 794: /* Define to 1 if the type `long double' works and has more range or precision 795: than `double'. */ 796: #undef HAVE_LONG_DOUBLE_WIDER 797: 798: /* Define to 1 if you support file names longer than 14 characters. */ 799: #undef HAVE_LONG_FILE_NAMES 800: