diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 444 |
1 files changed, 247 insertions, 197 deletions
diff --git a/config.h.in b/config.h.in index 06471531e..803aac4de 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -1,5 +1,5 @@ | |||
1 | /* config.h.in. Generated automatically from configure.ac by autoheader. */ | 1 | /* config.h.in. Generated from configure.ac by autoheader. */ |
2 | /* $Id: acconfig.h,v 1.177 2004/04/15 23:22:40 dtucker Exp $ */ | 2 | /* $Id: acconfig.h,v 1.180 2004/08/16 13:12:06 dtucker Exp $ */ |
3 | 3 | ||
4 | /* | 4 | /* |
5 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. | 5 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. |
@@ -32,7 +32,6 @@ | |||
32 | /* Please make your changes there */ | 32 | /* Please make your changes there */ |
33 | 33 | ||
34 | 34 | ||
35 | |||
36 | /* Define if your platform breaks doing a seteuid before a setuid */ | 35 | /* Define if your platform breaks doing a seteuid before a setuid */ |
37 | #undef SETEUID_BREAKS_SETUID | 36 | #undef SETEUID_BREAKS_SETUID |
38 | 37 | ||
@@ -105,6 +104,9 @@ | |||
105 | /* Work around problematic Linux PAM modules handling of PAM_TTY */ | 104 | /* Work around problematic Linux PAM modules handling of PAM_TTY */ |
106 | #undef PAM_TTY_KLUDGE | 105 | #undef PAM_TTY_KLUDGE |
107 | 106 | ||
107 | /* Define if pam_chauthtok wants real uid set to the unpriv'ed user */ | ||
108 | #undef SSHPAM_CHAUTHTOK_NEEDS_RUID | ||
109 | |||
108 | /* Use PIPES instead of a socketpair() */ | 110 | /* Use PIPES instead of a socketpair() */ |
109 | #undef USE_PIPES | 111 | #undef USE_PIPES |
110 | 112 | ||
@@ -435,6 +437,12 @@ | |||
435 | /* Define if cmsg_type is not passed correctly */ | 437 | /* Define if cmsg_type is not passed correctly */ |
436 | #undef BROKEN_CMSG_TYPE | 438 | #undef BROKEN_CMSG_TYPE |
437 | 439 | ||
440 | /* | ||
441 | * Define to whatever link() returns for "not supported" if it doesn't | ||
442 | * return EOPNOTSUPP. | ||
443 | */ | ||
444 | #undef LINK_OPNOTSUPP_ERRNO | ||
445 | |||
438 | /* Strings used in /etc/passwd to denote locked account */ | 446 | /* Strings used in /etc/passwd to denote locked account */ |
439 | #undef LOCKED_PASSWD_STRING | 447 | #undef LOCKED_PASSWD_STRING |
440 | #undef LOCKED_PASSWD_PREFIX | 448 | #undef LOCKED_PASSWD_PREFIX |
@@ -449,577 +457,617 @@ | |||
449 | /* Define if your resolver libs need this for getrrsetbyname */ | 457 | /* Define if your resolver libs need this for getrrsetbyname */ |
450 | #undef BIND_8_COMPAT | 458 | #undef BIND_8_COMPAT |
451 | 459 | ||
460 | /* Define if you have /proc/$pid/fd */ | ||
461 | #undef HAVE_PROC_PID | ||
452 | 462 | ||
453 | /* Define if the `getpgrp' function takes no argument. */ | 463 | |
464 | /* Define to 1 if the `getpgrp' function requires zero arguments. */ | ||
454 | #undef GETPGRP_VOID | 465 | #undef GETPGRP_VOID |
455 | 466 | ||
456 | /* Define if you have the `arc4random' function. */ | 467 | /* Define to 1 if you have the `arc4random' function. */ |
457 | #undef HAVE_ARC4RANDOM | 468 | #undef HAVE_ARC4RANDOM |
458 | 469 | ||
459 | /* Define if you have the `b64_ntop' function. */ | 470 | /* Define to 1 if you have the `b64_ntop' function. */ |
460 | #undef HAVE_B64_NTOP | 471 | #undef HAVE_B64_NTOP |
461 | 472 | ||
462 | /* Define if you have the `b64_pton' function. */ | 473 | /* Define to 1 if you have the `b64_pton' function. */ |
463 | #undef HAVE_B64_PTON | 474 | #undef HAVE_B64_PTON |
464 | 475 | ||
465 | /* Define if you have the `bcopy' function. */ | 476 | /* Define to 1 if you have the `bcopy' function. */ |
466 | #undef HAVE_BCOPY | 477 | #undef HAVE_BCOPY |
467 | 478 | ||
468 | /* Define if you have the `bindresvport_sa' function. */ | 479 | /* Define to 1 if you have the `bindresvport_sa' function. */ |
469 | #undef HAVE_BINDRESVPORT_SA | 480 | #undef HAVE_BINDRESVPORT_SA |
470 | 481 | ||
471 | /* Define if you have the <bstring.h> header file. */ | 482 | /* Define to 1 if you have the <bstring.h> header file. */ |
472 | #undef HAVE_BSTRING_H | 483 | #undef HAVE_BSTRING_H |
473 | 484 | ||
474 | /* Define if you have the `clock' function. */ | 485 | /* Define to 1 if you have the `clock' function. */ |
475 | #undef HAVE_CLOCK | 486 | #undef HAVE_CLOCK |
476 | 487 | ||
488 | /* Define to 1 if you have the `closefrom' function. */ | ||
489 | #undef HAVE_CLOSEFROM | ||
490 | |||
477 | /* Define if gai_strerror() returns const char * */ | 491 | /* Define if gai_strerror() returns const char * */ |
478 | #undef HAVE_CONST_GAI_STRERROR_PROTO | 492 | #undef HAVE_CONST_GAI_STRERROR_PROTO |
479 | 493 | ||
480 | /* Define if you have the <crypt.h> header file. */ | 494 | /* Define to 1 if you have the <crypt.h> header file. */ |
481 | #undef HAVE_CRYPT_H | 495 | #undef HAVE_CRYPT_H |
482 | 496 | ||
483 | /* Define if you have the `dirname' function. */ | 497 | /* Define to 1 if you have the declaration of `h_errno', and to 0 if you |
498 | don't. */ | ||
499 | #undef HAVE_DECL_H_ERRNO | ||
500 | |||
501 | /* Define to 1 if you have the <dirent.h> header file. */ | ||
502 | #undef HAVE_DIRENT_H | ||
503 | |||
504 | /* Define to 1 if you have the `dirfd' function. */ | ||
505 | #undef HAVE_DIRFD | ||
506 | |||
507 | /* Define to 1 if you have the `dirname' function. */ | ||
484 | #undef HAVE_DIRNAME | 508 | #undef HAVE_DIRNAME |
485 | 509 | ||
486 | /* Define if you have the <endian.h> header file. */ | 510 | /* Define to 1 if you have the <endian.h> header file. */ |
487 | #undef HAVE_ENDIAN_H | 511 | #undef HAVE_ENDIAN_H |
488 | 512 | ||
489 | /* Define if you have the `endutent' function. */ | 513 | /* Define to 1 if you have the `endutent' function. */ |
490 | #undef HAVE_ENDUTENT | 514 | #undef HAVE_ENDUTENT |
491 | 515 | ||
492 | /* Define if you have the `endutxent' function. */ | 516 | /* Define to 1 if you have the `endutxent' function. */ |
493 | #undef HAVE_ENDUTXENT | 517 | #undef HAVE_ENDUTXENT |
494 | 518 | ||
495 | /* Define if you have the `fchmod' function. */ | 519 | /* Define to 1 if you have the `fchmod' function. */ |
496 | #undef HAVE_FCHMOD | 520 | #undef HAVE_FCHMOD |
497 | 521 | ||
498 | /* Define if you have the `fchown' function. */ | 522 | /* Define to 1 if you have the `fchown' function. */ |
499 | #undef HAVE_FCHOWN | 523 | #undef HAVE_FCHOWN |
500 | 524 | ||
501 | /* Define if you have the <features.h> header file. */ | 525 | /* Define to 1 if you have the <features.h> header file. */ |
502 | #undef HAVE_FEATURES_H | 526 | #undef HAVE_FEATURES_H |
503 | 527 | ||
504 | /* Define if you have the <floatingpoint.h> header file. */ | 528 | /* Define to 1 if you have the <floatingpoint.h> header file. */ |
505 | #undef HAVE_FLOATINGPOINT_H | 529 | #undef HAVE_FLOATINGPOINT_H |
506 | 530 | ||
507 | /* Define if you have the `freeaddrinfo' function. */ | 531 | /* Define to 1 if you have the `freeaddrinfo' function. */ |
508 | #undef HAVE_FREEADDRINFO | 532 | #undef HAVE_FREEADDRINFO |
509 | 533 | ||
510 | /* Define if you have the `futimes' function. */ | 534 | /* Define to 1 if you have the `futimes' function. */ |
511 | #undef HAVE_FUTIMES | 535 | #undef HAVE_FUTIMES |
512 | 536 | ||
513 | /* Define if you have the `gai_strerror' function. */ | 537 | /* Define to 1 if you have the `gai_strerror' function. */ |
514 | #undef HAVE_GAI_STRERROR | 538 | #undef HAVE_GAI_STRERROR |
515 | 539 | ||
516 | /* Define if you have the `getaddrinfo' function. */ | 540 | /* Define to 1 if you have the `getaddrinfo' function. */ |
517 | #undef HAVE_GETADDRINFO | 541 | #undef HAVE_GETADDRINFO |
518 | 542 | ||
519 | /* Define if you have the `getcwd' function. */ | 543 | /* Define to 1 if you have the `getcwd' function. */ |
520 | #undef HAVE_GETCWD | 544 | #undef HAVE_GETCWD |
521 | 545 | ||
522 | /* Define if you have the `getgrouplist' function. */ | 546 | /* Define to 1 if you have the `getgrouplist' function. */ |
523 | #undef HAVE_GETGROUPLIST | 547 | #undef HAVE_GETGROUPLIST |
524 | 548 | ||
525 | /* Define if you have the `getluid' function. */ | 549 | /* Define to 1 if you have the `getluid' function. */ |
526 | #undef HAVE_GETLUID | 550 | #undef HAVE_GETLUID |
527 | 551 | ||
528 | /* Define if you have the `getnameinfo' function. */ | 552 | /* Define to 1 if you have the `getnameinfo' function. */ |
529 | #undef HAVE_GETNAMEINFO | 553 | #undef HAVE_GETNAMEINFO |
530 | 554 | ||
531 | /* Define if you have the `getopt' function. */ | 555 | /* Define to 1 if you have the `getopt' function. */ |
532 | #undef HAVE_GETOPT | 556 | #undef HAVE_GETOPT |
533 | 557 | ||
534 | /* Define if you have the <getopt.h> header file. */ | 558 | /* Define to 1 if you have the <getopt.h> header file. */ |
535 | #undef HAVE_GETOPT_H | 559 | #undef HAVE_GETOPT_H |
536 | 560 | ||
537 | /* Define if you have the `getpeereid' function. */ | 561 | /* Define to 1 if you have the `getpeereid' function. */ |
538 | #undef HAVE_GETPEEREID | 562 | #undef HAVE_GETPEEREID |
539 | 563 | ||
540 | /* Define if you have the `getpwanam' function. */ | 564 | /* Define to 1 if you have the `getpwanam' function. */ |
541 | #undef HAVE_GETPWANAM | 565 | #undef HAVE_GETPWANAM |
542 | 566 | ||
543 | /* Define if you have the `getrlimit' function. */ | 567 | /* Define to 1 if you have the `getrlimit' function. */ |
544 | #undef HAVE_GETRLIMIT | 568 | #undef HAVE_GETRLIMIT |
545 | 569 | ||
546 | /* Define if you have the `getrusage' function. */ | 570 | /* Define to 1 if you have the `getrusage' function. */ |
547 | #undef HAVE_GETRUSAGE | 571 | #undef HAVE_GETRUSAGE |
548 | 572 | ||
549 | /* Define if you have the `gettimeofday' function. */ | 573 | /* Define to 1 if you have the `gettimeofday' function. */ |
550 | #undef HAVE_GETTIMEOFDAY | 574 | #undef HAVE_GETTIMEOFDAY |
551 | 575 | ||
552 | /* Define if you have the `getttyent' function. */ | 576 | /* Define to 1 if you have the `getttyent' function. */ |
553 | #undef HAVE_GETTTYENT | 577 | #undef HAVE_GETTTYENT |
554 | 578 | ||
555 | /* Define if you have the `getutent' function. */ | 579 | /* Define to 1 if you have the `getutent' function. */ |
556 | #undef HAVE_GETUTENT | 580 | #undef HAVE_GETUTENT |
557 | 581 | ||
558 | /* Define if you have the `getutid' function. */ | 582 | /* Define to 1 if you have the `getutid' function. */ |
559 | #undef HAVE_GETUTID | 583 | #undef HAVE_GETUTID |
560 | 584 | ||
561 | /* Define if you have the `getutline' function. */ | 585 | /* Define to 1 if you have the `getutline' function. */ |
562 | #undef HAVE_GETUTLINE | 586 | #undef HAVE_GETUTLINE |
563 | 587 | ||
564 | /* Define if you have the `getutxent' function. */ | 588 | /* Define to 1 if you have the `getutxent' function. */ |
565 | #undef HAVE_GETUTXENT | 589 | #undef HAVE_GETUTXENT |
566 | 590 | ||
567 | /* Define if you have the `getutxid' function. */ | 591 | /* Define to 1 if you have the `getutxid' function. */ |
568 | #undef HAVE_GETUTXID | 592 | #undef HAVE_GETUTXID |
569 | 593 | ||
570 | /* Define if you have the `getutxline' function. */ | 594 | /* Define to 1 if you have the `getutxline' function. */ |
571 | #undef HAVE_GETUTXLINE | 595 | #undef HAVE_GETUTXLINE |
572 | 596 | ||
573 | /* Define if you have the `glob' function. */ | 597 | /* Define to 1 if you have the `glob' function. */ |
574 | #undef HAVE_GLOB | 598 | #undef HAVE_GLOB |
575 | 599 | ||
576 | /* Define if you have the <glob.h> header file. */ | 600 | /* Define to 1 if you have the <glob.h> header file. */ |
577 | #undef HAVE_GLOB_H | 601 | #undef HAVE_GLOB_H |
578 | 602 | ||
579 | /* Define if you have the <gssapi_generic.h> header file. */ | 603 | /* Define to 1 if you have the <gssapi_generic.h> header file. */ |
580 | #undef HAVE_GSSAPI_GENERIC_H | 604 | #undef HAVE_GSSAPI_GENERIC_H |
581 | 605 | ||
582 | /* Define if you have the <gssapi/gssapi_generic.h> header file. */ | 606 | /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */ |
583 | #undef HAVE_GSSAPI_GSSAPI_GENERIC_H | 607 | #undef HAVE_GSSAPI_GSSAPI_GENERIC_H |
584 | 608 | ||
585 | /* Define if you have the <gssapi/gssapi.h> header file. */ | 609 | /* Define to 1 if you have the <gssapi/gssapi.h> header file. */ |
586 | #undef HAVE_GSSAPI_GSSAPI_H | 610 | #undef HAVE_GSSAPI_GSSAPI_H |
587 | 611 | ||
588 | /* Define if you have the <gssapi/gssapi_krb5.h> header file. */ | 612 | /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */ |
589 | #undef HAVE_GSSAPI_GSSAPI_KRB5_H | 613 | #undef HAVE_GSSAPI_GSSAPI_KRB5_H |
590 | 614 | ||
591 | /* Define if you have the <gssapi.h> header file. */ | 615 | /* Define to 1 if you have the <gssapi.h> header file. */ |
592 | #undef HAVE_GSSAPI_H | 616 | #undef HAVE_GSSAPI_H |
593 | 617 | ||
594 | /* Define if you have the <gssapi_krb5.h> header file. */ | 618 | /* Define to 1 if you have the <gssapi_krb5.h> header file. */ |
595 | #undef HAVE_GSSAPI_KRB5_H | 619 | #undef HAVE_GSSAPI_KRB5_H |
596 | 620 | ||
597 | /* Define if you have the <ia.h> header file. */ | 621 | /* Define to 1 if you have the <ia.h> header file. */ |
598 | #undef HAVE_IA_H | 622 | #undef HAVE_IA_H |
599 | 623 | ||
600 | /* Define if you have the `inet_aton' function. */ | 624 | /* Define to 1 if you have the `inet_aton' function. */ |
601 | #undef HAVE_INET_ATON | 625 | #undef HAVE_INET_ATON |
602 | 626 | ||
603 | /* Define if you have the `inet_ntoa' function. */ | 627 | /* Define to 1 if you have the `inet_ntoa' function. */ |
604 | #undef HAVE_INET_NTOA | 628 | #undef HAVE_INET_NTOA |
605 | 629 | ||
606 | /* Define if you have the `inet_ntop' function. */ | 630 | /* Define to 1 if you have the `inet_ntop' function. */ |
607 | #undef HAVE_INET_NTOP | 631 | #undef HAVE_INET_NTOP |
608 | 632 | ||
609 | /* Define if you have the `innetgr' function. */ | 633 | /* Define to 1 if you have the `innetgr' function. */ |
610 | #undef HAVE_INNETGR | 634 | #undef HAVE_INNETGR |
611 | 635 | ||
612 | /* Define if you have the <inttypes.h> header file. */ | 636 | /* Define to 1 if you have the <inttypes.h> header file. */ |
613 | #undef HAVE_INTTYPES_H | 637 | #undef HAVE_INTTYPES_H |
614 | 638 | ||
615 | /* Define if you have the <lastlog.h> header file. */ | 639 | /* Define to 1 if you have the <lastlog.h> header file. */ |
616 | #undef HAVE_LASTLOG_H | 640 | #undef HAVE_LASTLOG_H |
617 | 641 | ||
618 | /* Define if you have the `crypt' library (-lcrypt). */ | 642 | /* Define to 1 if you have the `crypt' library (-lcrypt). */ |
619 | #undef HAVE_LIBCRYPT | 643 | #undef HAVE_LIBCRYPT |
620 | 644 | ||
621 | /* Define if you have the `dl' library (-ldl). */ | 645 | /* Define to 1 if you have the `dl' library (-ldl). */ |
622 | #undef HAVE_LIBDL | 646 | #undef HAVE_LIBDL |
623 | 647 | ||
624 | /* Define if you have the <libgen.h> header file. */ | 648 | /* Define to 1 if you have the <libgen.h> header file. */ |
625 | #undef HAVE_LIBGEN_H | 649 | #undef HAVE_LIBGEN_H |
626 | 650 | ||
627 | /* Define if you have the `nsl' library (-lnsl). */ | 651 | /* Define to 1 if you have the `nsl' library (-lnsl). */ |
628 | #undef HAVE_LIBNSL | 652 | #undef HAVE_LIBNSL |
629 | 653 | ||
630 | /* Define if you have the `pam' library (-lpam). */ | 654 | /* Define to 1 if you have the `pam' library (-lpam). */ |
631 | #undef HAVE_LIBPAM | 655 | #undef HAVE_LIBPAM |
632 | 656 | ||
633 | /* Define if you have the `sectok' library (-lsectok). */ | 657 | /* Define to 1 if you have the `sectok' library (-lsectok). */ |
634 | #undef HAVE_LIBSECTOK | 658 | #undef HAVE_LIBSECTOK |
635 | 659 | ||
636 | /* Define if you have the `socket' library (-lsocket). */ | 660 | /* Define to 1 if you have the `socket' library (-lsocket). */ |
637 | #undef HAVE_LIBSOCKET | 661 | #undef HAVE_LIBSOCKET |
638 | 662 | ||
639 | /* Define if you have the <libutil.h> header file. */ | 663 | /* Define to 1 if you have the <libutil.h> header file. */ |
640 | #undef HAVE_LIBUTIL_H | 664 | #undef HAVE_LIBUTIL_H |
641 | 665 | ||
642 | /* Define if you have the `xnet' library (-lxnet). */ | 666 | /* Define to 1 if you have the `xnet' library (-lxnet). */ |
643 | #undef HAVE_LIBXNET | 667 | #undef HAVE_LIBXNET |
644 | 668 | ||
645 | /* Define if you have the `z' library (-lz). */ | 669 | /* Define to 1 if you have the `z' library (-lz). */ |
646 | #undef HAVE_LIBZ | 670 | #undef HAVE_LIBZ |
647 | 671 | ||
648 | /* Define if you have the <limits.h> header file. */ | 672 | /* Define to 1 if you have the <limits.h> header file. */ |
649 | #undef HAVE_LIMITS_H | 673 | #undef HAVE_LIMITS_H |
650 | 674 | ||
651 | /* Define if you have the <login_cap.h> header file. */ | 675 | /* Define to 1 if you have the <login_cap.h> header file. */ |
652 | #undef HAVE_LOGIN_CAP_H | 676 | #undef HAVE_LOGIN_CAP_H |
653 | 677 | ||
654 | /* Define if you have the `login_getcapbool' function. */ | 678 | /* Define to 1 if you have the `login_getcapbool' function. */ |
655 | #undef HAVE_LOGIN_GETCAPBOOL | 679 | #undef HAVE_LOGIN_GETCAPBOOL |
656 | 680 | ||
657 | /* Define if you have the <login.h> header file. */ | 681 | /* Define to 1 if you have the <login.h> header file. */ |
658 | #undef HAVE_LOGIN_H | 682 | #undef HAVE_LOGIN_H |
659 | 683 | ||
660 | /* Define if you have the `logout' function. */ | 684 | /* Define to 1 if you have the `logout' function. */ |
661 | #undef HAVE_LOGOUT | 685 | #undef HAVE_LOGOUT |
662 | 686 | ||
663 | /* Define if you have the `logwtmp' function. */ | 687 | /* Define to 1 if you have the `logwtmp' function. */ |
664 | #undef HAVE_LOGWTMP | 688 | #undef HAVE_LOGWTMP |
665 | 689 | ||
666 | /* Define if you have the <maillock.h> header file. */ | 690 | /* Define to 1 if you have the <maillock.h> header file. */ |
667 | #undef HAVE_MAILLOCK_H | 691 | #undef HAVE_MAILLOCK_H |
668 | 692 | ||
669 | /* Define if you have the `md5_crypt' function. */ | 693 | /* Define to 1 if you have the `md5_crypt' function. */ |
670 | #undef HAVE_MD5_CRYPT | 694 | #undef HAVE_MD5_CRYPT |
671 | 695 | ||
672 | /* Define if you have the `memmove' function. */ | 696 | /* Define to 1 if you have the `memmove' function. */ |
673 | #undef HAVE_MEMMOVE | 697 | #undef HAVE_MEMMOVE |
674 | 698 | ||
675 | /* Define if you have the <memory.h> header file. */ | 699 | /* Define to 1 if you have the <memory.h> header file. */ |
676 | #undef HAVE_MEMORY_H | 700 | #undef HAVE_MEMORY_H |
677 | 701 | ||
678 | /* Define if you have the `mkdtemp' function. */ | 702 | /* Define to 1 if you have the `mkdtemp' function. */ |
679 | #undef HAVE_MKDTEMP | 703 | #undef HAVE_MKDTEMP |
680 | 704 | ||
681 | /* Define if you have the `mmap' function. */ | 705 | /* Define to 1 if you have the `mmap' function. */ |
682 | #undef HAVE_MMAP | 706 | #undef HAVE_MMAP |
683 | 707 | ||
684 | /* Define if you have the <netdb.h> header file. */ | 708 | /* Define to 1 if you have the <ndir.h> header file. */ |
709 | #undef HAVE_NDIR_H | ||
710 | |||
711 | /* Define to 1 if you have the <netdb.h> header file. */ | ||
685 | #undef HAVE_NETDB_H | 712 | #undef HAVE_NETDB_H |
686 | 713 | ||
687 | /* Define if you have the <netgroup.h> header file. */ | 714 | /* Define to 1 if you have the <netgroup.h> header file. */ |
688 | #undef HAVE_NETGROUP_H | 715 | #undef HAVE_NETGROUP_H |
689 | 716 | ||
690 | /* Define if you have the <netinet/in_systm.h> header file. */ | 717 | /* Define to 1 if you have the <netinet/in_systm.h> header file. */ |
691 | #undef HAVE_NETINET_IN_SYSTM_H | 718 | #undef HAVE_NETINET_IN_SYSTM_H |
692 | 719 | ||
693 | /* Define if you have the `ngetaddrinfo' function. */ | 720 | /* Define to 1 if you have the `ngetaddrinfo' function. */ |
694 | #undef HAVE_NGETADDRINFO | 721 | #undef HAVE_NGETADDRINFO |
695 | 722 | ||
696 | /* Define if you have the `nsleep' function. */ | 723 | /* Define to 1 if you have the `nsleep' function. */ |
697 | #undef HAVE_NSLEEP | 724 | #undef HAVE_NSLEEP |
698 | 725 | ||
699 | /* Define if you have the `ogetaddrinfo' function. */ | 726 | /* Define to 1 if you have the `ogetaddrinfo' function. */ |
700 | #undef HAVE_OGETADDRINFO | 727 | #undef HAVE_OGETADDRINFO |
701 | 728 | ||
702 | /* Define if you have the `openlog_r' function. */ | 729 | /* Define to 1 if you have the `openlog_r' function. */ |
703 | #undef HAVE_OPENLOG_R | 730 | #undef HAVE_OPENLOG_R |
704 | 731 | ||
705 | /* Define if you have the `openpty' function. */ | 732 | /* Define to 1 if you have the `openpty' function. */ |
706 | #undef HAVE_OPENPTY | 733 | #undef HAVE_OPENPTY |
707 | 734 | ||
708 | /* Define if you have the `pam_getenvlist' function. */ | 735 | /* Define to 1 if you have the `pam_getenvlist' function. */ |
709 | #undef HAVE_PAM_GETENVLIST | 736 | #undef HAVE_PAM_GETENVLIST |
710 | 737 | ||
711 | /* Define if you have the <pam/pam_appl.h> header file. */ | 738 | /* Define to 1 if you have the <pam/pam_appl.h> header file. */ |
712 | #undef HAVE_PAM_PAM_APPL_H | 739 | #undef HAVE_PAM_PAM_APPL_H |
713 | 740 | ||
714 | /* Define if you have the `pam_putenv' function. */ | 741 | /* Define to 1 if you have the `pam_putenv' function. */ |
715 | #undef HAVE_PAM_PUTENV | 742 | #undef HAVE_PAM_PUTENV |
716 | 743 | ||
717 | /* Define if you have the <paths.h> header file. */ | 744 | /* Define to 1 if you have the <paths.h> header file. */ |
718 | #undef HAVE_PATHS_H | 745 | #undef HAVE_PATHS_H |
719 | 746 | ||
720 | /* Define if you have the `prctl' function. */ | 747 | /* Define to 1 if you have the `prctl' function. */ |
721 | #undef HAVE_PRCTL | 748 | #undef HAVE_PRCTL |
722 | 749 | ||
723 | /* Define if you have the `pstat' function. */ | 750 | /* Define to 1 if you have the `pstat' function. */ |
724 | #undef HAVE_PSTAT | 751 | #undef HAVE_PSTAT |
725 | 752 | ||
726 | /* Define if you have the <pty.h> header file. */ | 753 | /* Define to 1 if you have the <pty.h> header file. */ |
727 | #undef HAVE_PTY_H | 754 | #undef HAVE_PTY_H |
728 | 755 | ||
729 | /* Define if you have the `pututline' function. */ | 756 | /* Define to 1 if you have the `pututline' function. */ |
730 | #undef HAVE_PUTUTLINE | 757 | #undef HAVE_PUTUTLINE |
731 | 758 | ||
732 | /* Define if you have the `pututxline' function. */ | 759 | /* Define to 1 if you have the `pututxline' function. */ |
733 | #undef HAVE_PUTUTXLINE | 760 | #undef HAVE_PUTUTXLINE |
734 | 761 | ||
735 | /* Define if you have the `readpassphrase' function. */ | 762 | /* Define to 1 if you have the `readpassphrase' function. */ |
736 | #undef HAVE_READPASSPHRASE | 763 | #undef HAVE_READPASSPHRASE |
737 | 764 | ||
738 | /* Define if you have the <readpassphrase.h> header file. */ | 765 | /* Define to 1 if you have the <readpassphrase.h> header file. */ |
739 | #undef HAVE_READPASSPHRASE_H | 766 | #undef HAVE_READPASSPHRASE_H |
740 | 767 | ||
741 | /* Define if you have the `realpath' function. */ | 768 | /* Define to 1 if you have the `realpath' function. */ |
742 | #undef HAVE_REALPATH | 769 | #undef HAVE_REALPATH |
743 | 770 | ||
744 | /* Define if you have the `recvmsg' function. */ | 771 | /* Define to 1 if you have the `recvmsg' function. */ |
745 | #undef HAVE_RECVMSG | 772 | #undef HAVE_RECVMSG |
746 | 773 | ||
747 | /* Define if you have the <rpc/types.h> header file. */ | 774 | /* Define to 1 if you have the <rpc/types.h> header file. */ |
748 | #undef HAVE_RPC_TYPES_H | 775 | #undef HAVE_RPC_TYPES_H |
749 | 776 | ||
750 | /* Define if you have the `rresvport_af' function. */ | 777 | /* Define to 1 if you have the `rresvport_af' function. */ |
751 | #undef HAVE_RRESVPORT_AF | 778 | #undef HAVE_RRESVPORT_AF |
752 | 779 | ||
753 | /* Define if you have the <sectok.h> header file. */ | 780 | /* Define to 1 if you have the <sectok.h> header file. */ |
754 | #undef HAVE_SECTOK_H | 781 | #undef HAVE_SECTOK_H |
755 | 782 | ||
756 | /* Define if you have the <security/pam_appl.h> header file. */ | 783 | /* Define to 1 if you have the <security/pam_appl.h> header file. */ |
757 | #undef HAVE_SECURITY_PAM_APPL_H | 784 | #undef HAVE_SECURITY_PAM_APPL_H |
758 | 785 | ||
759 | /* Define if you have the `sendmsg' function. */ | 786 | /* Define to 1 if you have the `sendmsg' function. */ |
760 | #undef HAVE_SENDMSG | 787 | #undef HAVE_SENDMSG |
761 | 788 | ||
762 | /* Define if you have the `setauthdb' function. */ | 789 | /* Define to 1 if you have the `setauthdb' function. */ |
763 | #undef HAVE_SETAUTHDB | 790 | #undef HAVE_SETAUTHDB |
764 | 791 | ||
765 | /* Define if you have the `setdtablesize' function. */ | 792 | /* Define to 1 if you have the `setdtablesize' function. */ |
766 | #undef HAVE_SETDTABLESIZE | 793 | #undef HAVE_SETDTABLESIZE |
767 | 794 | ||
768 | /* Define if you have the `setegid' function. */ | 795 | /* Define to 1 if you have the `setegid' function. */ |
769 | #undef HAVE_SETEGID | 796 | #undef HAVE_SETEGID |
770 | 797 | ||
771 | /* Define if you have the `setenv' function. */ | 798 | /* Define to 1 if you have the `setenv' function. */ |
772 | #undef HAVE_SETENV | 799 | #undef HAVE_SETENV |
773 | 800 | ||
774 | /* Define if you have the `seteuid' function. */ | 801 | /* Define to 1 if you have the `seteuid' function. */ |
775 | #undef HAVE_SETEUID | 802 | #undef HAVE_SETEUID |
776 | 803 | ||
777 | /* Define if you have the `setgroups' function. */ | 804 | /* Define to 1 if you have the `setgroups' function. */ |
778 | #undef HAVE_SETGROUPS | 805 | #undef HAVE_SETGROUPS |
779 | 806 | ||
780 | /* Define if you have the `setlogin' function. */ | 807 | /* Define to 1 if you have the `setlogin' function. */ |
781 | #undef HAVE_SETLOGIN | 808 | #undef HAVE_SETLOGIN |
782 | 809 | ||
783 | /* Define if you have the `setluid' function. */ | 810 | /* Define to 1 if you have the `setluid' function. */ |
784 | #undef HAVE_SETLUID | 811 | #undef HAVE_SETLUID |
785 | 812 | ||
786 | /* Define if you have the `setpcred' function. */ | 813 | /* Define to 1 if you have the `setpcred' function. */ |
787 | #undef HAVE_SETPCRED | 814 | #undef HAVE_SETPCRED |
788 | 815 | ||
789 | /* Define if you have the `setproctitle' function. */ | 816 | /* Define to 1 if you have the `setproctitle' function. */ |
790 | #undef HAVE_SETPROCTITLE | 817 | #undef HAVE_SETPROCTITLE |
791 | 818 | ||
792 | /* Define if you have the `setregid' function. */ | 819 | /* Define to 1 if you have the `setregid' function. */ |
793 | #undef HAVE_SETREGID | 820 | #undef HAVE_SETREGID |
794 | 821 | ||
795 | /* Define if you have the `setresgid' function. */ | 822 | /* Define to 1 if you have the `setresgid' function. */ |
796 | #undef HAVE_SETRESGID | 823 | #undef HAVE_SETRESGID |
797 | 824 | ||
798 | /* Define if you have the `setresuid' function. */ | 825 | /* Define to 1 if you have the `setresuid' function. */ |
799 | #undef HAVE_SETRESUID | 826 | #undef HAVE_SETRESUID |
800 | 827 | ||
801 | /* Define if you have the `setreuid' function. */ | 828 | /* Define to 1 if you have the `setreuid' function. */ |
802 | #undef HAVE_SETREUID | 829 | #undef HAVE_SETREUID |
803 | 830 | ||
804 | /* Define if you have the `setrlimit' function. */ | 831 | /* Define to 1 if you have the `setrlimit' function. */ |
805 | #undef HAVE_SETRLIMIT | 832 | #undef HAVE_SETRLIMIT |
806 | 833 | ||
807 | /* Define if you have the `setsid' function. */ | 834 | /* Define to 1 if you have the `setsid' function. */ |
808 | #undef HAVE_SETSID | 835 | #undef HAVE_SETSID |
809 | 836 | ||
810 | /* Define if you have the `setutent' function. */ | 837 | /* Define to 1 if you have the `setutent' function. */ |
811 | #undef HAVE_SETUTENT | 838 | #undef HAVE_SETUTENT |
812 | 839 | ||
813 | /* Define if you have the `setutxent' function. */ | 840 | /* Define to 1 if you have the `setutxent' function. */ |
814 | #undef HAVE_SETUTXENT | 841 | #undef HAVE_SETUTXENT |
815 | 842 | ||
816 | /* Define if you have the `setvbuf' function. */ | 843 | /* Define to 1 if you have the `setvbuf' function. */ |
817 | #undef HAVE_SETVBUF | 844 | #undef HAVE_SETVBUF |
818 | 845 | ||
819 | /* Define if you have the <shadow.h> header file. */ | 846 | /* Define to 1 if you have the <shadow.h> header file. */ |
820 | #undef HAVE_SHADOW_H | 847 | #undef HAVE_SHADOW_H |
821 | 848 | ||
822 | /* Define if you have the `sigaction' function. */ | 849 | /* Define to 1 if you have the `sigaction' function. */ |
823 | #undef HAVE_SIGACTION | 850 | #undef HAVE_SIGACTION |
824 | 851 | ||
825 | /* Define if you have the `sigvec' function. */ | 852 | /* Define to 1 if you have the `sigvec' function. */ |
826 | #undef HAVE_SIGVEC | 853 | #undef HAVE_SIGVEC |
827 | 854 | ||
828 | /* Define if the system has the type `sig_atomic_t'. */ | 855 | /* Define to 1 if the system has the type `sig_atomic_t'. */ |
829 | #undef HAVE_SIG_ATOMIC_T | 856 | #undef HAVE_SIG_ATOMIC_T |
830 | 857 | ||
831 | /* Define if you have the `snprintf' function. */ | 858 | /* Define to 1 if you have the `snprintf' function. */ |
832 | #undef HAVE_SNPRINTF | 859 | #undef HAVE_SNPRINTF |
833 | 860 | ||
834 | /* Define if you have the `socketpair' function. */ | 861 | /* Define to 1 if you have the `socketpair' function. */ |
835 | #undef HAVE_SOCKETPAIR | 862 | #undef HAVE_SOCKETPAIR |
836 | 863 | ||
837 | /* Define if you have the <stddef.h> header file. */ | 864 | /* Define to 1 if you have the <stddef.h> header file. */ |
838 | #undef HAVE_STDDEF_H | 865 | #undef HAVE_STDDEF_H |
839 | 866 | ||
840 | /* Define if you have the <stdint.h> header file. */ | 867 | /* Define to 1 if you have the <stdint.h> header file. */ |
841 | #undef HAVE_STDINT_H | 868 | #undef HAVE_STDINT_H |
842 | 869 | ||
843 | /* Define if you have the <stdlib.h> header file. */ | 870 | /* Define to 1 if you have the <stdlib.h> header file. */ |
844 | #undef HAVE_STDLIB_H | 871 | #undef HAVE_STDLIB_H |
845 | 872 | ||
846 | /* Define if you have the `strerror' function. */ | 873 | /* Define to 1 if you have the `strerror' function. */ |
847 | #undef HAVE_STRERROR | 874 | #undef HAVE_STRERROR |
848 | 875 | ||
849 | /* Define if you have the `strftime' function. */ | 876 | /* Define to 1 if you have the `strftime' function. */ |
850 | #undef HAVE_STRFTIME | 877 | #undef HAVE_STRFTIME |
851 | 878 | ||
852 | /* Define if you have the <strings.h> header file. */ | 879 | /* Define to 1 if you have the <strings.h> header file. */ |
853 | #undef HAVE_STRINGS_H | 880 | #undef HAVE_STRINGS_H |
854 | 881 | ||
855 | /* Define if you have the <string.h> header file. */ | 882 | /* Define to 1 if you have the <string.h> header file. */ |
856 | #undef HAVE_STRING_H | 883 | #undef HAVE_STRING_H |
857 | 884 | ||
858 | /* Define if you have the `strlcat' function. */ | 885 | /* Define to 1 if you have the `strlcat' function. */ |
859 | #undef HAVE_STRLCAT | 886 | #undef HAVE_STRLCAT |
860 | 887 | ||
861 | /* Define if you have the `strlcpy' function. */ | 888 | /* Define to 1 if you have the `strlcpy' function. */ |
862 | #undef HAVE_STRLCPY | 889 | #undef HAVE_STRLCPY |
863 | 890 | ||
864 | /* Define if you have the `strmode' function. */ | 891 | /* Define to 1 if you have the `strmode' function. */ |
865 | #undef HAVE_STRMODE | 892 | #undef HAVE_STRMODE |
866 | 893 | ||
867 | /* Define if you have the `strnvis' function. */ | 894 | /* Define to 1 if you have the `strnvis' function. */ |
868 | #undef HAVE_STRNVIS | 895 | #undef HAVE_STRNVIS |
869 | 896 | ||
870 | /* Define if you have the `strsep' function. */ | 897 | /* Define to 1 if you have the `strsep' function. */ |
871 | #undef HAVE_STRSEP | 898 | #undef HAVE_STRSEP |
872 | 899 | ||
873 | /* Define if you have the `strtoul' function. */ | 900 | /* Define to 1 if you have the `strtoul' function. */ |
874 | #undef HAVE_STRTOUL | 901 | #undef HAVE_STRTOUL |
875 | 902 | ||
876 | /* Define if `st_blksize' is member of `struct stat'. */ | 903 | /* Define to 1 if `st_blksize' is member of `struct stat'. */ |
877 | #undef HAVE_STRUCT_STAT_ST_BLKSIZE | 904 | #undef HAVE_STRUCT_STAT_ST_BLKSIZE |
878 | 905 | ||
879 | /* Define if the system has the type `struct timespec'. */ | 906 | /* Define to 1 if the system has the type `struct timespec'. */ |
880 | #undef HAVE_STRUCT_TIMESPEC | 907 | #undef HAVE_STRUCT_TIMESPEC |
881 | 908 | ||
882 | /* Define if you have the `sysconf' function. */ | 909 | /* Define to 1 if you have the `sysconf' function. */ |
883 | #undef HAVE_SYSCONF | 910 | #undef HAVE_SYSCONF |
884 | 911 | ||
885 | /* Define if you have the <sys/audit.h> header file. */ | 912 | /* Define to 1 if you have the <sys/audit.h> header file. */ |
886 | #undef HAVE_SYS_AUDIT_H | 913 | #undef HAVE_SYS_AUDIT_H |
887 | 914 | ||
888 | /* Define if you have the <sys/bitypes.h> header file. */ | 915 | /* Define to 1 if you have the <sys/bitypes.h> header file. */ |
889 | #undef HAVE_SYS_BITYPES_H | 916 | #undef HAVE_SYS_BITYPES_H |
890 | 917 | ||
891 | /* Define if you have the <sys/bsdtty.h> header file. */ | 918 | /* Define to 1 if you have the <sys/bsdtty.h> header file. */ |
892 | #undef HAVE_SYS_BSDTTY_H | 919 | #undef HAVE_SYS_BSDTTY_H |
893 | 920 | ||
894 | /* Define if you have the <sys/cdefs.h> header file. */ | 921 | /* Define to 1 if you have the <sys/cdefs.h> header file. */ |
895 | #undef HAVE_SYS_CDEFS_H | 922 | #undef HAVE_SYS_CDEFS_H |
896 | 923 | ||
897 | /* Define if you have the <sys/mman.h> header file. */ | 924 | /* Define to 1 if you have the <sys/dir.h> header file. */ |
925 | #undef HAVE_SYS_DIR_H | ||
926 | |||
927 | /* Define to 1 if you have the <sys/mman.h> header file. */ | ||
898 | #undef HAVE_SYS_MMAN_H | 928 | #undef HAVE_SYS_MMAN_H |
899 | 929 | ||
900 | /* Define if you have the <sys/prctl.h> header file. */ | 930 | /* Define to 1 if you have the <sys/ndir.h> header file. */ |
931 | #undef HAVE_SYS_NDIR_H | ||
932 | |||
933 | /* Define to 1 if you have the <sys/prctl.h> header file. */ | ||
901 | #undef HAVE_SYS_PRCTL_H | 934 | #undef HAVE_SYS_PRCTL_H |
902 | 935 | ||
903 | /* Define if you have the <sys/pstat.h> header file. */ | 936 | /* Define to 1 if you have the <sys/pstat.h> header file. */ |
904 | #undef HAVE_SYS_PSTAT_H | 937 | #undef HAVE_SYS_PSTAT_H |
905 | 938 | ||
906 | /* Define if you have the <sys/ptms.h> header file. */ | 939 | /* Define to 1 if you have the <sys/ptms.h> header file. */ |
907 | #undef HAVE_SYS_PTMS_H | 940 | #undef HAVE_SYS_PTMS_H |
908 | 941 | ||
909 | /* Define if you have the <sys/select.h> header file. */ | 942 | /* Define to 1 if you have the <sys/select.h> header file. */ |
910 | #undef HAVE_SYS_SELECT_H | 943 | #undef HAVE_SYS_SELECT_H |
911 | 944 | ||
912 | /* Define if you have the <sys/stat.h> header file. */ | 945 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
913 | #undef HAVE_SYS_STAT_H | 946 | #undef HAVE_SYS_STAT_H |
914 | 947 | ||
915 | /* Define if you have the <sys/stream.h> header file. */ | 948 | /* Define to 1 if you have the <sys/stream.h> header file. */ |
916 | #undef HAVE_SYS_STREAM_H | 949 | #undef HAVE_SYS_STREAM_H |
917 | 950 | ||
918 | /* Define if you have the <sys/stropts.h> header file. */ | 951 | /* Define to 1 if you have the <sys/stropts.h> header file. */ |
919 | #undef HAVE_SYS_STROPTS_H | 952 | #undef HAVE_SYS_STROPTS_H |
920 | 953 | ||
921 | /* Define if you have the <sys/strtio.h> header file. */ | 954 | /* Define to 1 if you have the <sys/strtio.h> header file. */ |
922 | #undef HAVE_SYS_STRTIO_H | 955 | #undef HAVE_SYS_STRTIO_H |
923 | 956 | ||
924 | /* Define if you have the <sys/sysmacros.h> header file. */ | 957 | /* Define to 1 if you have the <sys/sysmacros.h> header file. */ |
925 | #undef HAVE_SYS_SYSMACROS_H | 958 | #undef HAVE_SYS_SYSMACROS_H |
926 | 959 | ||
927 | /* Define if you have the <sys/timers.h> header file. */ | 960 | /* Define to 1 if you have the <sys/timers.h> header file. */ |
928 | #undef HAVE_SYS_TIMERS_H | 961 | #undef HAVE_SYS_TIMERS_H |
929 | 962 | ||
930 | /* Define if you have the <sys/time.h> header file. */ | 963 | /* Define to 1 if you have the <sys/time.h> header file. */ |
931 | #undef HAVE_SYS_TIME_H | 964 | #undef HAVE_SYS_TIME_H |
932 | 965 | ||
933 | /* Define if you have the <sys/types.h> header file. */ | 966 | /* Define to 1 if you have the <sys/types.h> header file. */ |
934 | #undef HAVE_SYS_TYPES_H | 967 | #undef HAVE_SYS_TYPES_H |
935 | 968 | ||
936 | /* Define if you have the <sys/un.h> header file. */ | 969 | /* Define to 1 if you have the <sys/un.h> header file. */ |
937 | #undef HAVE_SYS_UN_H | 970 | #undef HAVE_SYS_UN_H |
938 | 971 | ||
939 | /* Define if you have the `tcgetpgrp' function. */ | 972 | /* Define to 1 if you have the `tcgetpgrp' function. */ |
940 | #undef HAVE_TCGETPGRP | 973 | #undef HAVE_TCGETPGRP |
941 | 974 | ||
942 | /* Define if you have the `tcsendbreak' function. */ | 975 | /* Define to 1 if you have the `tcsendbreak' function. */ |
943 | #undef HAVE_TCSENDBREAK | 976 | #undef HAVE_TCSENDBREAK |
944 | 977 | ||
945 | /* Define if you have the `time' function. */ | 978 | /* Define to 1 if you have the `time' function. */ |
946 | #undef HAVE_TIME | 979 | #undef HAVE_TIME |
947 | 980 | ||
948 | /* Define if you have the <time.h> header file. */ | 981 | /* Define to 1 if you have the <time.h> header file. */ |
949 | #undef HAVE_TIME_H | 982 | #undef HAVE_TIME_H |
950 | 983 | ||
951 | /* Define if you have the <tmpdir.h> header file. */ | 984 | /* Define to 1 if you have the <tmpdir.h> header file. */ |
952 | #undef HAVE_TMPDIR_H | 985 | #undef HAVE_TMPDIR_H |
953 | 986 | ||
954 | /* Define if you have the `truncate' function. */ | 987 | /* Define to 1 if you have the `truncate' function. */ |
955 | #undef HAVE_TRUNCATE | 988 | #undef HAVE_TRUNCATE |
956 | 989 | ||
957 | /* Define if you have the <ttyent.h> header file. */ | 990 | /* Define to 1 if you have the <ttyent.h> header file. */ |
958 | #undef HAVE_TTYENT_H | 991 | #undef HAVE_TTYENT_H |
959 | 992 | ||
960 | /* Define if you have the <unistd.h> header file. */ | 993 | /* Define to 1 if you have the <unistd.h> header file. */ |
961 | #undef HAVE_UNISTD_H | 994 | #undef HAVE_UNISTD_H |
962 | 995 | ||
963 | /* Define if you have the `unsetenv' function. */ | 996 | /* Define to 1 if you have the `unsetenv' function. */ |
964 | #undef HAVE_UNSETENV | 997 | #undef HAVE_UNSETENV |
965 | 998 | ||
966 | /* Define if you have the `updwtmp' function. */ | 999 | /* Define to 1 if you have the `updwtmp' function. */ |
967 | #undef HAVE_UPDWTMP | 1000 | #undef HAVE_UPDWTMP |
968 | 1001 | ||
969 | /* Define if you have the `updwtmpx' function. */ | 1002 | /* Define to 1 if you have the `updwtmpx' function. */ |
970 | #undef HAVE_UPDWTMPX | 1003 | #undef HAVE_UPDWTMPX |
971 | 1004 | ||
972 | /* Define if you have the <usersec.h> header file. */ | 1005 | /* Define to 1 if you have the <usersec.h> header file. */ |
973 | #undef HAVE_USERSEC_H | 1006 | #undef HAVE_USERSEC_H |
974 | 1007 | ||
975 | /* Define if you have the <util.h> header file. */ | 1008 | /* Define to 1 if you have the <util.h> header file. */ |
976 | #undef HAVE_UTIL_H | 1009 | #undef HAVE_UTIL_H |
977 | 1010 | ||
978 | /* Define if you have the `utimes' function. */ | 1011 | /* Define to 1 if you have the `utimes' function. */ |
979 | #undef HAVE_UTIMES | 1012 | #undef HAVE_UTIMES |
980 | 1013 | ||
981 | /* Define if you have the <utime.h> header file. */ | 1014 | /* Define to 1 if you have the <utime.h> header file. */ |
982 | #undef HAVE_UTIME_H | 1015 | #undef HAVE_UTIME_H |
983 | 1016 | ||
984 | /* Define if you have the `utmpname' function. */ | 1017 | /* Define to 1 if you have the `utmpname' function. */ |
985 | #undef HAVE_UTMPNAME | 1018 | #undef HAVE_UTMPNAME |
986 | 1019 | ||
987 | /* Define if you have the `utmpxname' function. */ | 1020 | /* Define to 1 if you have the `utmpxname' function. */ |
988 | #undef HAVE_UTMPXNAME | 1021 | #undef HAVE_UTMPXNAME |
989 | 1022 | ||
990 | /* Define if you have the <utmpx.h> header file. */ | 1023 | /* Define to 1 if you have the <utmpx.h> header file. */ |
991 | #undef HAVE_UTMPX_H | 1024 | #undef HAVE_UTMPX_H |
992 | 1025 | ||
993 | /* Define if you have the <utmp.h> header file. */ | 1026 | /* Define to 1 if you have the <utmp.h> header file. */ |
994 | #undef HAVE_UTMP_H | 1027 | #undef HAVE_UTMP_H |
995 | 1028 | ||
996 | /* Define if you have the `vhangup' function. */ | 1029 | /* Define to 1 if you have the `vhangup' function. */ |
997 | #undef HAVE_VHANGUP | 1030 | #undef HAVE_VHANGUP |
998 | 1031 | ||
999 | /* Define if you have the <vis.h> header file. */ | 1032 | /* Define to 1 if you have the <vis.h> header file. */ |
1000 | #undef HAVE_VIS_H | 1033 | #undef HAVE_VIS_H |
1001 | 1034 | ||
1002 | /* Define if you have the `vsnprintf' function. */ | 1035 | /* Define to 1 if you have the `vsnprintf' function. */ |
1003 | #undef HAVE_VSNPRINTF | 1036 | #undef HAVE_VSNPRINTF |
1004 | 1037 | ||
1005 | /* Define if you have the `waitpid' function. */ | 1038 | /* Define to 1 if you have the `waitpid' function. */ |
1006 | #undef HAVE_WAITPID | 1039 | #undef HAVE_WAITPID |
1007 | 1040 | ||
1008 | /* Define if you have the `_getlong' function. */ | 1041 | /* Define to 1 if you have the `_getlong' function. */ |
1009 | #undef HAVE__GETLONG | 1042 | #undef HAVE__GETLONG |
1010 | 1043 | ||
1011 | /* Define if you have the `_getpty' function. */ | 1044 | /* Define to 1 if you have the `_getpty' function. */ |
1012 | #undef HAVE__GETPTY | 1045 | #undef HAVE__GETPTY |
1013 | 1046 | ||
1014 | /* Define if you have the `_getshort' function. */ | 1047 | /* Define to 1 if you have the `_getshort' function. */ |
1015 | #undef HAVE__GETSHORT | 1048 | #undef HAVE__GETSHORT |
1016 | 1049 | ||
1017 | /* Define if you have the `__b64_ntop' function. */ | 1050 | /* Define to 1 if you have the `__b64_ntop' function. */ |
1018 | #undef HAVE___B64_NTOP | 1051 | #undef HAVE___B64_NTOP |
1019 | 1052 | ||
1020 | /* Define if you have the `__b64_pton' function. */ | 1053 | /* Define to 1 if you have the `__b64_pton' function. */ |
1021 | #undef HAVE___B64_PTON | 1054 | #undef HAVE___B64_PTON |
1022 | 1055 | ||
1056 | /* Define to the address where bug reports for this package should be sent. */ | ||
1057 | #undef PACKAGE_BUGREPORT | ||
1058 | |||
1059 | /* Define to the full name of this package. */ | ||
1060 | #undef PACKAGE_NAME | ||
1061 | |||
1062 | /* Define to the full name and version of this package. */ | ||
1063 | #undef PACKAGE_STRING | ||
1064 | |||
1065 | /* Define to the one symbol short name of this package. */ | ||
1066 | #undef PACKAGE_TARNAME | ||
1067 | |||
1068 | /* Define to the version of this package. */ | ||
1069 | #undef PACKAGE_VERSION | ||
1070 | |||
1023 | /* The size of a `char', as computed by sizeof. */ | 1071 | /* The size of a `char', as computed by sizeof. */ |
1024 | #undef SIZEOF_CHAR | 1072 | #undef SIZEOF_CHAR |
1025 | 1073 | ||
@@ -1035,11 +1083,11 @@ | |||
1035 | /* The size of a `short int', as computed by sizeof. */ | 1083 | /* The size of a `short int', as computed by sizeof. */ |
1036 | #undef SIZEOF_SHORT_INT | 1084 | #undef SIZEOF_SHORT_INT |
1037 | 1085 | ||
1038 | /* Define if you have the ANSI C header files. */ | 1086 | /* Define to 1 if you have the ANSI C header files. */ |
1039 | #undef STDC_HEADERS | 1087 | #undef STDC_HEADERS |
1040 | 1088 | ||
1041 | /* Define if your processor stores words with the most significant byte first | 1089 | /* Define to 1 if your processor stores words with the most significant byte |
1042 | (like Motorola and SPARC, unlike Intel and VAX). */ | 1090 | first (like Motorola and SPARC, unlike Intel and VAX). */ |
1043 | #undef WORDS_BIGENDIAN | 1091 | #undef WORDS_BIGENDIAN |
1044 | 1092 | ||
1045 | /* Number of bits in a file offset, on hosts where this is settable. */ | 1093 | /* Number of bits in a file offset, on hosts where this is settable. */ |
@@ -1048,9 +1096,11 @@ | |||
1048 | /* Define for large files, on AIX-style hosts. */ | 1096 | /* Define for large files, on AIX-style hosts. */ |
1049 | #undef _LARGE_FILES | 1097 | #undef _LARGE_FILES |
1050 | 1098 | ||
1051 | /* Define as `__inline' if that's what the C compiler calls it, or to nothing | 1099 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
1052 | if it is not supported. */ | 1100 | calls it, or to nothing if 'inline' is not supported under any name. */ |
1101 | #ifndef __cplusplus | ||
1053 | #undef inline | 1102 | #undef inline |
1103 | #endif | ||
1054 | 1104 | ||
1055 | /* type to use in place of socklen_t if not defined */ | 1105 | /* type to use in place of socklen_t if not defined */ |
1056 | #undef socklen_t | 1106 | #undef socklen_t |