1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798
|
/* config.h.in. Generated automatically from configure.ac by autoheader. */
/***** begin user configuration section *****/
/* Define this to be the location of your password file */
#define PASSWD_FILE "/etc/passwd"
/* Define this to be the name of your NIS/YP password *
* map (if applicable) */
#define PASSWD_MAP "passwd.byname"
/* Define to 1 if you want user names to be cached */
#define CACHE_USERNAMES 1
/* Define to 1 if system supports job control */
#define JOB_CONTROL 1
/* Define this if you use "suspended" instead of "stopped" */
#define USE_SUSPENDED 1
/* The default history buffer size in lines */
#define DEFAULT_HISTSIZE 30
/* The default editor for the fc builtin */
#define DEFAULT_FCEDIT "vi"
/* The default prefix for temporary files */
#define DEFAULT_TMPPREFIX "/tmp/zsh"
/***** end of user configuration section *****/
/***** shouldn't have to change anything below here *****/
/* The global file to source absolutely first whenever zsh is run; *
* if undefined, don't source anything */
#undef GLOBAL_ZSHENV
/* The global file to source whenever zsh is run; *
* if undefined, don't source anything */
#undef GLOBAL_ZSHRC
/* The global file to source whenever zsh is run as a login shell; *
* if undefined, don't source anything */
#undef GLOBAL_ZLOGIN
/* The global file to source whenever zsh is run as a login shell, *
* before zshrc is read; if undefined, don't source anything */
#undef GLOBAL_ZPROFILE
/* The global file to source whenever zsh was run as a login shell. *
* This is sourced right before exiting. If undefined, don't source *
* anything */
#undef GLOBAL_ZLOGOUT
/* Define to 1 if compiler could initialise a union */
#undef HAVE_UNION_INIT
/* Define to 1 if compiler incorrectly cast signed to unsigned */
#undef BROKEN_SIGNED_TO_UNSIGNED_CASTING
/* Define to 1 if compiler supports variable-length arrays */
#undef HAVE_VARIABLE_LENGTH_ARRAYS
/* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
#undef GWINSZ_IN_SYS_IOCTL
/* Define to 1 if you have NIS */
#undef HAVE_NIS
/* Define to 1 if you have NISPLUS */
#undef HAVE_NIS_PLUS
/* Define to 1 if you have RFS superroot directory. */
#undef HAVE_SUPERROOT
/* Define to 1 if you need to use the native getcwd */
#undef USE_GETCWD
/* Define to the path of the /dev/fd filesystem */
#undef PATH_DEV_FD
/* Define if sys/time.h and sys/select.h cannot be both included */
#undef TIME_H_SELECT_H_CONFLICTS
/* Define to be the machine type (microprocessor class or machine model) */
#undef MACHTYPE
/* Define to be the name of the operating system */
#undef OSTYPE
/* Define to 1 if ANSI function prototypes are usable. */
#undef PROTOTYPES
/* Define to be location of utmp file. */
#undef PATH_UTMP_FILE
/* Define to be location of utmpx file. */
#undef PATH_UTMPX_FILE
/* Define to be location of wtmp file. */
#undef PATH_WTMP_FILE
/* Define to be location of wtmpx file. */
#undef PATH_WTMPX_FILE
/* Define to 1 if struct utmp is defined by a system header */
#undef HAVE_STRUCT_UTMP
/* Define to 1 if struct utmpx is defined by a system header */
#undef HAVE_STRUCT_UTMPX
/* Define if your system's struct utmp has a member named ut_host. */
#undef HAVE_STRUCT_UTMP_UT_HOST
/* Define if your system's struct utmpx has a member named ut_host. */
#undef HAVE_STRUCT_UTMPX_UT_HOST
/* Define if your system's struct utmpx has a member named ut_xtime. */
#undef HAVE_STRUCT_UTMPX_UT_XTIME
/* Define if your system's struct utmpx has a member named ut_tv. */
#undef HAVE_STRUCT_UTMPX_UT_TV
/* Define if your system's struct dirent has a member named d_ino. */
#undef HAVE_STRUCT_DIRENT_D_INO
/* Define if your system's struct dirent has a member named d_stat. */
#undef HAVE_STRUCT_DIRENT_D_STAT
/* Define if your system's struct direct has a member named d_ino. */
#undef HAVE_STRUCT_DIRECT_D_INO
/* Define if your system's struct direct has a member named d_stat. */
#undef HAVE_STRUCT_DIRECT_D_STAT
/* Define if your system's struct sockaddr_in6 has a member named sin6_scope_id. */
#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID
/* Define to be a string corresponding the vendor of the machine */
#undef VENDOR
/* Define to limit job table size */
#undef MAXJOB
#undef NEED_LINUX_TASKS_H
/* Define if your system defines `struct winsize' in sys/ptem.h. */
#undef WINSIZE_IN_PTEM
/* Define to 1 if you want to debug zsh */
#undef DEBUG
/* Define to 1 if you want to use zsh's own memory allocation routines */
#undef ZSH_MEM
/* Define to 1 if you want to debug zsh memory allocation routines */
#undef ZSH_MEM_DEBUG
/* Define to 1 if you want to turn on warnings of memory allocation errors */
#undef ZSH_MEM_WARNING
/* Define to 1 if you want to turn on memory checking for free() */
#undef ZSH_SECURE_FREE
/* Define to 1 if you want to get debugging information on internal *
* hash tables. This turns on the `hashinfo' builtin. */
#undef ZSH_HASH_DEBUG
/* Undefine this if you don't want to get a restricted shell *
* when zsh is exec'd with basename that starts with r. *
* By default this is defined. */
#undef RESTRICTED_R
/* Define for Maildir support */
#undef MAILDIR_SUPPORT
/* Define for function depth limits */
#undef MAX_FUNCTION_DEPTH
/* Define if you want locale features. By default this is defined. */
#undef CONFIG_LOCALE
/* Define to 1 if your termcap library has the ospeed variable */
#undef HAVE_OSPEED
/* Define to 1 if you have ospeed, but it is not defined in termcap.h */
#undef MUST_DEFINE_OSPEED
/* Define to 1 if tgetent() accepts NULL as a buffer */
#undef TGETENT_ACCEPTS_NULL
/* Define to 1 if you use POSIX style signal handling */
#undef POSIX_SIGNALS
/* Define to 1 if you use BSD style signal handling (and can block signals) */
#undef BSD_SIGNALS
/* Define to 1 if you use SYS style signal handling (and can block signals) */
#undef SYSV_SIGNALS
/* Define to 1 if you have no signal blocking at all (bummer) */
#undef NO_SIGNAL_BLOCKING
/* Define to `unsigned int' if <sys/types.h> or <signal.h> doesn't define */
#undef sigset_t
/* Define to 1 if struct timezone is defined by a system header */
#undef HAVE_STRUCT_TIMEZONE
/* Define to 1 if there is a prototype defined for brk() on your system */
#undef HAVE_BRK_PROTO
/* Define to 1 if there is a prototype defined for sbrk() on your system */
#undef HAVE_SBRK_PROTO
/* Define to 1 if there is a prototype defined for ioctl() on your system */
#undef HAVE_IOCTL_PROTO
/* Define to 1 if there is a prototype defined for mknod() on your system */
#undef HAVE_MKNOD_PROTO
/* Define to 1 if select() is defined in <sys/socket.h>, ie BeOS R4.51*/
#undef SELECT_IN_SYS_SOCKET_H
/* Define to 1 if system has working FIFO's */
#undef HAVE_FIFOS
/* Define to 1 if struct rlimit uses quad_t */
#undef RLIM_T_IS_QUAD_T
/* Define to 1 if struct rlimit uses long long */
#undef RLIM_T_IS_LONG_LONG
/* Define to 1 if rlimit uses unsigned */
#undef RLIM_T_IS_UNSIGNED
/* Define to the type used in struct rlimit */
#undef rlim_t
/* Define to 1 if /bin/sh does not interpret \ escape sequences */
#undef SH_USE_BSD_ECHO
/* Define to 1 if system has working link() */
#undef HAVE_LINK
/* Define to 1 if kill(pid, 0) doesn't return ESRCH, ie BeOS R4.51 */
#undef BROKEN_KILL_ESRCH
/* Define to 1 if sigsuspend() is broken, ie BeOS R4.51 */
#undef BROKEN_POSIX_SIGSUSPEND
/* Define to 1 if getpwnam() is faked, ie BeOS R4.51 */
#undef GETPWNAM_FAKED
/* Define to 1 if tcsetpgrp() doesn't work, ie BeOS R4.51 */
#undef BROKEN_TCSETPGRP
/* Define to 1 if an underscore has to be prepended to dlsym() argument */
#undef DLSYM_NEEDS_UNDERSCORE
/* Define to 1 if multiple modules defining the same symbol are OK */
#undef DYNAMIC_NAME_CLASH_OK
/* The extension used for dynamically loaded modules */
#undef DL_EXT
/* Define to 1 if you want to use dynamically loaded modules */
#undef DYNAMIC
/* Define to 1 if you want to use dynamically loaded modules on AIX */
#undef AIXDYNAMIC
/* Define to 1 if you want to use dynamically loaded modules on HPUX 10 */
#undef HPUXDYNAMIC
/* Define to `unsigned long' if <sys/types.h> doesn't define. */
#undef ino_t
/*
* Definitions used when a long is less than eight byte, to try to
* provide some support for eight byte operations.
*
* Note that ZSH_64_BIT_TYPE, OFF_T_IS_64_BIT, INO_T_IS_64_BIT do *not* get
* defined if long is already 64 bits, since in that case no special handling
* is required.
*/
/* Define to 1 if long is 64 bits */
#undef LONG_IS_64_BIT
/* Define to a 64 bit integer type if there is one, but long is shorter */
#undef ZSH_64_BIT_TYPE
/* Define to an unsigned variant of ZSH_64_BIT_TYPE if that is defined */
#undef ZSH_64_BIT_UTYPE
/* Define to 1 if off_t is 64 bit (for large file support) */
#undef OFF_T_IS_64_BIT
/* Define to 1 if ino_t is 64 bit (for large file support) */
#undef INO_T_IS_64_BIT
/* Define to 1 if h_errno is not defined by the system */
#undef USE_LOCAL_H_ERRNO
/* Define if you have the termcap boolcodes symbol. */
#undef HAVE_BOOLCODES
/* Define if you have the termcap numcodes symbol. */
#undef HAVE_NUMCODES
/* Define if you have the termcap strcodes symbol. */
#undef HAVE_STRCODES
/* Define if you have the terminfo boolnames symbol. */
#undef HAVE_BOOLNAMES
/* Define if you have the terminfo numnames symbol. */
#undef HAVE_NUMNAMES
/* Define if you have the terminfo strnames symbol. */
#undef HAVE_STRNAMES
/* Define if term.h chokes without curses.h */
#undef TERM_H_NEEDS_CURSES_H
/* Define to the base type of the third argument of accept */
#undef SOCKLEN_T
/* Define if using `alloca.c'. */
#undef C_ALLOCA
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
*/
#undef CRAY_STACKSEG_END
/* Define if the `getpgrp' function takes no argument. */
#undef GETPGRP_VOID
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
/* Define if you have the `_mktemp' function. */
#undef HAVE__MKTEMP
/* Define if you have `alloca', as a function or macro. */
#undef HAVE_ALLOCA
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
#undef HAVE_ALLOCA_H
/* Define if you have the `brk' function. */
#undef HAVE_BRK
/* Define if you have the `cap_get_proc' function. */
#undef HAVE_CAP_GET_PROC
/* Define if you have the <curses.h> header file. */
#undef HAVE_CURSES_H
/* Define if you have the `difftime' function. */
#undef HAVE_DIFFTIME
/* Define if you have the <dirent.h> header file, and it defines `DIR'. */
#undef HAVE_DIRENT_H
/* Define if you have the <dl.h> header file. */
#undef HAVE_DL_H
/* Define if you have the `dlclose' function. */
#undef HAVE_DLCLOSE
/* Define if you have the `dlerror' function. */
#undef HAVE_DLERROR
/* Define if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define if you have the `dlopen' function. */
#undef HAVE_DLOPEN
/* Define if you have the `dlsym' function. */
#undef HAVE_DLSYM
/* Define if you have the `erand48' function. */
#undef HAVE_ERAND48
/* Define if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
/* Define if you have the `faccessx' function. */
#undef HAVE_FACCESSX
/* Define if you have the `fchdir' function. */
#undef HAVE_FCHDIR
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define if you have the `fseeko' function. */
#undef HAVE_FSEEKO
/* Define if you have the `fstat' function. */
#undef HAVE_FSTAT
/* Define if you have the `ftello' function. */
#undef HAVE_FTELLO
/* Define if you have the `ftruncate' function. */
#undef HAVE_FTRUNCATE
/* Define if you have the `getenv' function. */
#undef HAVE_GETENV
/* Define if you have the `getgrgid' function. */
#undef HAVE_GETGRGID
/* Define if you have the `getgrnam' function. */
#undef HAVE_GETGRNAM
/* Define if you have the `gethostbyname2' function. */
#undef HAVE_GETHOSTBYNAME2
/* Define if you have the `gethostname' function. */
#undef HAVE_GETHOSTNAME
/* Define if you have the `getipnodebyname' function. */
#undef HAVE_GETIPNODEBYNAME
/* Define if you have the `getlogin' function. */
#undef HAVE_GETLOGIN
/* Define if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE
/* Define if you have the `getpwent' function. */
#undef HAVE_GETPWENT
/* Define if you have the `getpwnam' function. */
#undef HAVE_GETPWNAM
/* Define if you have the `getpwuid' function. */
#undef HAVE_GETPWUID
/* Define if you have the `getrlimit' function. */
#undef HAVE_GETRLIMIT
/* Define if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
/* Define if you have the <grp.h> header file. */
#undef HAVE_GRP_H
/* Define if you have the `inet_aton' function. */
#undef HAVE_INET_ATON
/* Define if you have the `inet_ntop' function. */
#undef HAVE_INET_NTOP
/* Define if you have the `inet_pton' function. */
#undef HAVE_INET_PTON
/* Define if you have the `initgroups' function. */
#undef HAVE_INITGROUPS
/* Define if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define if you have the `killpg' function. */
#undef HAVE_KILLPG
/* Define if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H
/* Define if you have the `lchown' function. */
#undef HAVE_LCHOWN
/* Define if you have the <libc.h> header file. */
#undef HAVE_LIBC_H
/* Define if you have the `cap' library (-lcap). */
#undef HAVE_LIBCAP
/* Define if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL
/* Define if you have the `m' library (-lm). */
#undef HAVE_LIBM
/* Define if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define if you have the `load' function. */
#undef HAVE_LOAD
/* Define if you have the `loadbind' function. */
#undef HAVE_LOADBIND
/* Define if you have the `loadquery' function. */
#undef HAVE_LOADQUERY
/* Define if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
/* Define if you have the `lstat' function. */
#undef HAVE_LSTAT
/* Define if you have the `memcpy' function. */
#undef HAVE_MEMCPY
/* Define if you have the `memmove' function. */
#undef HAVE_MEMMOVE
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define if you have the `mkfifo' function. */
#undef HAVE_MKFIFO
/* Define if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP
/* Define if you have a working `mmap' system call. */
#undef HAVE_MMAP
/* Define if you have the `msync' function. */
#undef HAVE_MSYNC
/* Define if you have the `munmap' function. */
#undef HAVE_MUNMAP
/* Define if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
/* Define if you have the <netinet/in_systm.h> header file. */
#undef HAVE_NETINET_IN_SYSTM_H
/* Define if you have the `nice' function. */
#undef HAVE_NICE
/* Define if you have the `nis_list' function. */
#undef HAVE_NIS_LIST
/* Define if you have the `nl_langinfo' function. */
#undef HAVE_NL_LANGINFO
/* Define if you have the `pathconf' function. */
#undef HAVE_PATHCONF
/* Define if you have the `pcre_compile' function. */
#undef HAVE_PCRE_COMPILE
/* Define if you have the `pcre_exec' function. */
#undef HAVE_PCRE_EXEC
/* Define if you have the <pcre.h> header file. */
#undef HAVE_PCRE_H
/* Define if you have the `pcre_study' function. */
#undef HAVE_PCRE_STUDY
/* Define if you have the `poll' function. */
#undef HAVE_POLL
/* Define if you have the <poll.h> header file. */
#undef HAVE_POLL_H
/* Define if you have the `putenv' function. */
#undef HAVE_PUTENV
/* Define if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
/* Define if you have the `readlink' function. */
#undef HAVE_READLINK
/* Define if you have the `sbrk' function. */
#undef HAVE_SBRK
/* Define if you have the `select' function. */
#undef HAVE_SELECT
/* Define if you have the `seteuid' function. */
#undef HAVE_SETEUID
/* Define if you have the `setlocale' function. */
#undef HAVE_SETLOCALE
/* Define if you have the `setpgid' function. */
#undef HAVE_SETPGID
/* Define if you have the `setpgrp' function. */
#undef HAVE_SETPGRP
/* Define if you have the `setresuid' function. */
#undef HAVE_SETRESUID
/* Define if you have the `setreuid' function. */
#undef HAVE_SETREUID
/* Define if you have the `setsid' function. */
#undef HAVE_SETSID
/* Define if you have the `setuid' function. */
#undef HAVE_SETUID
/* Define if you have the `setupterm' function. */
#undef HAVE_SETUPTERM
/* Define if you have the `shl_findsym' function. */
#undef HAVE_SHL_FINDSYM
/* Define if you have the `shl_load' function. */
#undef HAVE_SHL_LOAD
/* Define if you have the `shl_unload' function. */
#undef HAVE_SHL_UNLOAD
/* Define if you have the `sigaction' function. */
#undef HAVE_SIGACTION
/* Define if you have the `sigblock' function. */
#undef HAVE_SIGBLOCK
/* Define if you have the `sighold' function. */
#undef HAVE_SIGHOLD
/* Define if you have the `signgam' function. */
#undef HAVE_SIGNGAM
/* Define if you have the `sigprocmask' function. */
#undef HAVE_SIGPROCMASK
/* Define if you have the `sigrelse' function. */
#undef HAVE_SIGRELSE
/* Define if you have the `sigsetmask' function. */
#undef HAVE_SIGSETMASK
/* Define if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define if you have the `strcoll' function and it is properly defined. */
#undef HAVE_STRCOLL
/* Define if you have the `strerror' function. */
#undef HAVE_STRERROR
/* Define if you have the `strftime' function. */
#undef HAVE_STRFTIME
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define if you have the `strstr' function. */
#undef HAVE_STRSTR
/* Define if you have the <sys/capability.h> header file. */
#undef HAVE_SYS_CAPABILITY_H
/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
#undef HAVE_SYS_DIR_H
/* Define if you have the <sys/filio.h> header file. */
#undef HAVE_SYS_FILIO_H
/* Define if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
/* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
#undef HAVE_SYS_NDIR_H
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Define if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H
/* Define if you have the `sysconf' function. */
#undef HAVE_SYSCONF
/* Define if you have the `tcgetattr' function. */
#undef HAVE_TCGETATTR
/* Define if you have the `tcsetpgrp' function. */
#undef HAVE_TCSETPGRP
/* Define if you have the <term.h> header file. */
#undef HAVE_TERM_H
/* Define if you have the <termcap.h> header file. */
#undef HAVE_TERMCAP_H
/* Define if you have the <termio.h> header file. */
#undef HAVE_TERMIO_H
/* Define if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
/* Define if you have the `tgetent' function. */
#undef HAVE_TGETENT
/* Define if you have the `tigetflag' function. */
#undef HAVE_TIGETFLAG
/* Define if you have the `tigetnum' function. */
#undef HAVE_TIGETNUM
/* Define if you have the `tigetstr' function. */
#undef HAVE_TIGETSTR
/* Define if you have the `uname' function. */
#undef HAVE_UNAME
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the `unload' function. */
#undef HAVE_UNLOAD
/* Define if you have the <utmp.h> header file. */
#undef HAVE_UTMP_H
/* Define if you have the <utmpx.h> header file. */
#undef HAVE_UTMPX_H
/* Define if you have the `wait3' function. */
#undef HAVE_WAIT3
/* Define if you have the `waitpid' function. */
#undef HAVE_WAITPID
/* Define to `unsigned long' if <sys/types.h> does not define. */
#undef ino_t
/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t
/* Define to `long' if <sys/types.h> does not define. */
#undef off_t
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
#undef STAT_MACROS_BROKEN
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
|