1/* include/config.h.in. Generated automatically from configure.in by autoheader. */ 2 3#ifndef RCSID 4#define RCSID(msg) static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } 5#endif 6 7#undef BINDIR 8#undef LIBDIR 9#undef LIBEXECDIR 10#undef SBINDIR 11 12#undef HAVE_INT8_T 13#undef HAVE_INT16_T 14#undef HAVE_INT32_T 15#undef HAVE_INT64_T 16#undef HAVE_U_INT8_T 17#undef HAVE_U_INT16_T 18#undef HAVE_U_INT32_T 19#undef HAVE_U_INT64_T 20 21/* Maximum values on all known systems */ 22#define MaxHostNameLen (64+4) 23#define MaxPathLen (1024+4) 24 25 26 27/* Define if you want authentication support in telnet. */ 28#undef AUTHENTICATION 29 30/* Define if realloc(NULL) doesn't work. */ 31#undef BROKEN_REALLOC 32 33/* Define if you want support for DCE/DFS PAG's. */ 34#undef DCE 35 36/* Define if you want to use DES encryption in telnet. */ 37#undef DES_ENCRYPTION 38 39/* Define this to enable diagnostics in telnet. */ 40#undef DIAGNOSTICS 41 42/* Define if you want encryption support in telnet. */ 43#undef ENCRYPTION 44 45/* define if sys/param.h defines the endiness */ 46#undef ENDIANESS_IN_SYS_PARAM_H 47 48/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */ 49#undef ENV_HACK 50 51/* define if prototype of gethostbyaddr is compatible with struct hostent 52 *gethostbyaddr(const void *, size_t, int) */ 53#undef GETHOSTBYADDR_PROTO_COMPATIBLE 54 55/* define if prototype of gethostbyname is compatible with struct hostent 56 *gethostbyname(const char *) */ 57#undef GETHOSTBYNAME_PROTO_COMPATIBLE 58 59/* define if prototype of getservbyname is compatible with struct servent 60 *getservbyname(const char *, const char *) */ 61#undef GETSERVBYNAME_PROTO_COMPATIBLE 62 63/* define if prototype of getsockname is compatible with int getsockname(int, 64 struct sockaddr*, socklen_t*) */ 65#undef GETSOCKNAME_PROTO_COMPATIBLE 66 67/* Define if you have the <arpa/ftp.h> header file. */ 68#undef HAVE_ARPA_FTP_H 69 70/* Define if you have the <arpa/inet.h> header file. */ 71#undef HAVE_ARPA_INET_H 72 73/* Define if you have the <arpa/nameser.h> header file. */ 74#undef HAVE_ARPA_NAMESER_H 75 76/* Define if you have the <arpa/telnet.h> header file. */ 77#undef HAVE_ARPA_TELNET_H 78 79/* Define if you have the `asnprintf' function. */ 80#undef HAVE_ASNPRINTF 81 82/* Define if you have the `asprintf' function. */ 83#undef HAVE_ASPRINTF 84 85/* Define if you have the <bind/bitypes.h> header file. */ 86#undef HAVE_BIND_BITYPES_H 87 88/* Define if you have the <bsdsetjmp.h> header file. */ 89#undef HAVE_BSDSETJMP_H 90 91/* Define if you have the `bswap16' function. */ 92#undef HAVE_BSWAP16 93 94/* Define if you have the `bswap32' function. */ 95#undef HAVE_BSWAP32 96 97/* Define if you have the <capability.h> header file. */ 98#undef HAVE_CAPABILITY_H 99 100/* Define if you have the `cap_set_proc' function. */ 101#undef HAVE_CAP_SET_PROC 102 103/* Define if you have the `cgetent' function. */ 104#undef HAVE_CGETENT 105 106/* Define if you have the `chown' function. */ 107#undef HAVE_CHOWN 108 109/* Define if you have the <config.h> header file. */ 110#undef HAVE_CONFIG_H 111 112/* Define if you have the `copyhostent' function. */ 113#undef HAVE_COPYHOSTENT 114 115/* Define if you have the `crypt' function. */ 116#undef HAVE_CRYPT 117 118/* Define if you have the <crypt.h> header file. */ 119#undef HAVE_CRYPT_H 120 121/* Define if you have the <curses.h> header file. */ 122#undef HAVE_CURSES_H 123 124/* Define if you have the `daemon' function. */ 125#undef HAVE_DAEMON 126 127/* Define if you have the `dbm_firstkey' function. */ 128#undef HAVE_DBM_FIRSTKEY 129 130/* Define if you have the <dbm.h> header file. */ 131#undef HAVE_DBM_H 132 133/* Define if you have the `dbopen' function. */ 134#undef HAVE_DBOPEN 135 136/* Define if you have the <db_185.h> header file. */ 137#undef HAVE_DB_185_H 138 139/* Define if you have the `db_create' function. */ 140#undef HAVE_DB_CREATE 141 142/* Define if you have the <db.h> header file. */ 143#undef HAVE_DB_H 144 145/* Define if you have the `des_cbc_encrypt' function. */ 146#undef HAVE_DES_CBC_ENCRYPT 147 148/* Define if you have the <dirent.h> header file. */ 149#undef HAVE_DIRENT_H 150 151/* Define if you have the <dlfcn.h> header file. */ 152#undef HAVE_DLFCN_H 153 154/* Define if you have the `dlopen' function. */ 155#undef HAVE_DLOPEN 156 157/* Define if you have the `dn_expand' function. */ 158#undef HAVE_DN_EXPAND 159 160/* Define if you have the `el_init' function. */ 161#undef HAVE_EL_INIT 162 163/* define if your system declares environ */ 164#undef HAVE_ENVIRON_DECLARATION 165 166/* Define if you have the `err' function. */ 167#undef HAVE_ERR 168 169/* Define if you have the <errno.h> header file. */ 170#undef HAVE_ERRNO_H 171 172/* Define if you have the `errx' function. */ 173#undef HAVE_ERRX 174 175/* Define if you have the <err.h> header file. */ 176#undef HAVE_ERR_H 177 178/* Define if you have the `fchown' function. */ 179#undef HAVE_FCHOWN 180 181/* Define if you have the `fcntl' function. */ 182#undef HAVE_FCNTL 183 184/* Define if you have the <fcntl.h> header file. */ 185#undef HAVE_FCNTL_H 186 187/* Define if you have the `flock' function. */ 188#undef HAVE_FLOCK 189 190/* Define if you have the `fnmatch' function. */ 191#undef HAVE_FNMATCH 192 193/* Define if you have the <fnmatch.h> header file. */ 194#undef HAVE_FNMATCH_H 195 196/* Define if el_init takes four arguments. */ 197#undef HAVE_FOUR_VALUED_EL_INIT 198 199/* define if krb_put_int takes four arguments. */ 200#undef HAVE_FOUR_VALUED_KRB_PUT_INT 201 202/* Define if you have the `freeaddrinfo' function. */ 203#undef HAVE_FREEADDRINFO 204 205/* Define if you have the `freehostent' function. */ 206#undef HAVE_FREEHOSTENT 207 208/* Define if you have the `gai_strerror' function. */ 209#undef HAVE_GAI_STRERROR 210 211/* Define if you have the <gdbm/ndbm.h> header file. */ 212#undef HAVE_GDBM_NDBM_H 213 214/* Define if you have the `getaddrinfo' function. */ 215#undef HAVE_GETADDRINFO 216 217/* Define if you have the `getconfattr' function. */ 218#undef HAVE_GETCONFATTR 219 220/* Define if you have the `getcwd' function. */ 221#undef HAVE_GETCWD 222 223/* Define if you have the `getdtablesize' function. */ 224#undef HAVE_GETDTABLESIZE 225 226/* Define if you have the `getegid' function. */ 227#undef HAVE_GETEGID 228 229/* Define if you have the `geteuid' function. */ 230#undef HAVE_GETEUID 231 232/* Define if you have the `getgid' function. */ 233#undef HAVE_GETGID 234 235/* Define if you have the `gethostbyname' function. */ 236#undef HAVE_GETHOSTBYNAME 237 238/* Define if you have the `gethostbyname2' function. */ 239#undef HAVE_GETHOSTBYNAME2 240 241/* Define if you have the `gethostname' function. */ 242#undef HAVE_GETHOSTNAME 243 244/* Define if you have the `getifaddrs' function. */ 245#undef HAVE_GETIFADDRS 246 247/* Define if you have the `getipnodebyaddr' function. */ 248#undef HAVE_GETIPNODEBYADDR 249 250/* Define if you have the `getipnodebyname' function. */ 251#undef HAVE_GETIPNODEBYNAME 252 253/* Define if you have the `getlogin' function. */ 254#undef HAVE_GETLOGIN 255 256/* Define if you have a working getmsg. */ 257#undef HAVE_GETMSG 258 259/* Define if you have the `getnameinfo' function. */ 260#undef HAVE_GETNAMEINFO 261 262/* Define if you have the `getopt' function. */ 263#undef HAVE_GETOPT 264 265/* Define if you have the `getprogname' function. */ 266#undef HAVE_GETPROGNAME 267 268/* Define if you have the `getpwnam_r' function. */ 269#undef HAVE_GETPWNAM_R 270 271/* Define if you have the `getrlimit' function. */ 272#undef HAVE_GETRLIMIT 273 274/* Define if you have the `getsockopt' function. */ 275#undef HAVE_GETSOCKOPT 276 277/* Define if you have the `getspnam' function. */ 278#undef HAVE_GETSPNAM 279 280/* Define if you have the `gettimeofday' function. */ 281#undef HAVE_GETTIMEOFDAY 282 283/* Define if you have the `getudbnam' function. */ 284#undef HAVE_GETUDBNAM 285 286/* Define if you have the `getuid' function. */ 287#undef HAVE_GETUID 288 289/* Define if you have the `getusershell' function. */ 290#undef HAVE_GETUSERSHELL 291 292/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK, 293 GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */ 294#undef HAVE_GLOB 295 296/* Define if you have the `grantpt' function. */ 297#undef HAVE_GRANTPT 298 299/* Define if you have the <grp.h> header file. */ 300#undef HAVE_GRP_H 301 302/* Define if you have the `hstrerror' function. */ 303#undef HAVE_HSTRERROR 304 305/* Define if you have the `h_errlist' variable. */ 306#undef HAVE_H_ERRLIST 307 308/* define if your system declares h_errlist */ 309#undef HAVE_H_ERRLIST_DECLARATION 310 311/* Define if you have the `h_errno' variable. */ 312#undef HAVE_H_ERRNO 313 314/* define if your system declares h_errno */ 315#undef HAVE_H_ERRNO_DECLARATION 316 317/* Define if you have the `h_nerr' variable. */ 318#undef HAVE_H_NERR 319 320/* define if your system declares h_nerr */ 321#undef HAVE_H_NERR_DECLARATION 322 323/* Define if you have the <ifaddrs.h> header file. */ 324#undef HAVE_IFADDRS_H 325 326/* Define if you have the `inet_aton' function. */ 327#undef HAVE_INET_ATON 328 329/* Define if you have the `inet_ntop' function. */ 330#undef HAVE_INET_NTOP 331 332/* Define if you have the `inet_pton' function. */ 333#undef HAVE_INET_PTON 334 335/* Define if you have the `initgroups' function. */ 336#undef HAVE_INITGROUPS 337 338/* Define if you have the `innetgr' function. */ 339#undef HAVE_INNETGR 340 341/* Define if you have the <inttypes.h> header file. */ 342#undef HAVE_INTTYPES_H 343 344/* Define if you have the <io.h> header file. */ 345#undef HAVE_IO_H 346 347/* Define if you have IPv6. */ 348#undef HAVE_IPV6 349 350/* Define if you have the `iruserok' function. */ 351#undef HAVE_IRUSEROK 352 353/* Define if you have the `krb_disable_debug' function. */ 354#undef HAVE_KRB_DISABLE_DEBUG 355 356/* Define if you have the `krb_enable_debug' function. */ 357#undef HAVE_KRB_ENABLE_DEBUG 358 359/* Define if you have the `krb_get_our_ip_for_realm' function. */ 360#undef HAVE_KRB_GET_OUR_IP_FOR_REALM 361 362/* Define if you have the <limits.h> header file. */ 363#undef HAVE_LIMITS_H 364 365/* Define if you have the `logwtmp' function. */ 366#undef HAVE_LOGWTMP 367 368/* Define if the system has the type `long long'. */ 369#undef HAVE_LONG_LONG 370 371/* Define if you have the `lstat' function. */ 372#undef HAVE_LSTAT 373 374/* Define if you have the <maillock.h> header file. */ 375#undef HAVE_MAILLOCK_H 376 377/* Define if you have the `MD4_Init' function. */ 378#undef HAVE_MD4_INIT 379 380/* Define if you have the `MD5_Init' function. */ 381#undef HAVE_MD5_INIT 382 383/* Define if you have the `memmove' function. */ 384#undef HAVE_MEMMOVE 385 386/* Define if you have the `mkstemp' function. */ 387#undef HAVE_MKSTEMP 388 389/* Define if you have the `mktime' function. */ 390#undef HAVE_MKTIME 391 392/* Define if you have the <ndbm.h> header file. */ 393#undef HAVE_NDBM_H 394 395/* Define if you have the <netdb.h> header file. */ 396#undef HAVE_NETDB_H 397 398/* Define if you have the <netinet6/in6.h> header file. */ 399#undef HAVE_NETINET6_IN6_H 400 401/* Define if you have the <netinet6/in6_var.h> header file. */ 402#undef HAVE_NETINET6_IN6_VAR_H 403 404/* Define if you have the <netinet/in6.h> header file. */ 405#undef HAVE_NETINET_IN6_H 406 407/* Define if you have the <netinet/in6_machtypes.h> header file. */ 408#undef HAVE_NETINET_IN6_MACHTYPES_H 409 410/* Define if you have the <netinet/in6_var.h> header file. */ 411#undef HAVE_NETINET_IN6_VAR_H 412 413/* Define if you have the <netinet/in.h> header file. */ 414#undef HAVE_NETINET_IN_H 415 416/* Define if you have the <netinet/in_systm.h> header file. */ 417#undef HAVE_NETINET_IN_SYSTM_H 418 419/* Define if you have the <netinet/ip.h> header file. */ 420#undef HAVE_NETINET_IP_H 421 422/* Define if you have the <netinet/tcp.h> header file. */ 423#undef HAVE_NETINET_TCP_H 424 425/* Define if you want to use Netinfo instead of krb5.conf. */ 426#undef HAVE_NETINFO 427 428/* Define if you have the <netinfo/ni.h> header file. */ 429#undef HAVE_NETINFO_NI_H 430 431/* Define if you have the <net/if.h> header file. */ 432#undef HAVE_NET_IF_H 433 434/* Define if you have the <openssl/des.h> header file. */ 435#undef HAVE_OPENSSL_DES_H 436 437/* Define if you have the <openssl/md4.h> header file. */ 438#undef HAVE_OPENSSL_MD4_H 439 440/* Define if you have the <openssl/md5.h> header file. */ 441#undef HAVE_OPENSSL_MD5_H 442 443/* Define if you have the <openssl/rc4.h> header file. */ 444#undef HAVE_OPENSSL_RC4_H 445 446/* Define if you have the <openssl/sha.h> header file. */ 447#undef HAVE_OPENSSL_SHA_H 448 449/* define if your system declares optarg */ 450#undef HAVE_OPTARG_DECLARATION 451 452/* define if your system declares opterr */ 453#undef HAVE_OPTERR_DECLARATION 454 455/* define if your system declares optind */ 456#undef HAVE_OPTIND_DECLARATION 457 458/* define if your system declares optopt */ 459#undef HAVE_OPTOPT_DECLARATION 460 461/* Define to enable basic OSF C2 support. */ 462#undef HAVE_OSFC2 463 464/* Define if you have the <paths.h> header file. */ 465#undef HAVE_PATHS_H 466 467/* Define if you have the `pidfile' function. */ 468#undef HAVE_PIDFILE 469 470/* Define if you have the <pthread.h> header file. */ 471#undef HAVE_PTHREAD_H 472 473/* Define if you have the `ptsname' function. */ 474#undef HAVE_PTSNAME 475 476/* Define if you have the <pty.h> header file. */ 477#undef HAVE_PTY_H 478 479/* Define if you have the `putenv' function. */ 480#undef HAVE_PUTENV 481 482/* Define if you have the <pwd.h> header file. */ 483#undef HAVE_PWD_H 484 485/* Define if you have the `rand' function. */ 486#undef HAVE_RAND 487 488/* Define if you have the `random' function. */ 489#undef HAVE_RANDOM 490 491/* Define if you have the `RC4' function. */ 492#undef HAVE_RC4 493 494/* Define if you have the `rcmd' function. */ 495#undef HAVE_RCMD 496 497/* Define if you have a readline compatible library. */ 498#undef HAVE_READLINE 499 500/* Define if you have the `readv' function. */ 501#undef HAVE_READV 502 503/* Define if you have the `recvmsg' function. */ 504#undef HAVE_RECVMSG 505 506/* Define if you have the <resolv.h> header file. */ 507#undef HAVE_RESOLV_H 508 509/* Define if you have the `res_search' function. */ 510#undef HAVE_RES_SEARCH 511 512/* Define if you have the `revoke' function. */ 513#undef HAVE_REVOKE 514 515/* Define if you have the <rpcsvc/dbm.h> header file. */ 516#undef HAVE_RPCSVC_DBM_H 517 518/* Define if you have the <rpcsvc/ypclnt.h> header file. */ 519#undef HAVE_RPCSVC_YPCLNT_H 520 521/* Define if you have the <sac.h> header file. */ 522#undef HAVE_SAC_H 523 524/* Define if the system has the type `sa_family_t'. */ 525#undef HAVE_SA_FAMILY_T 526 527/* Define if you have the <security/pam_modules.h> header file. */ 528#undef HAVE_SECURITY_PAM_MODULES_H 529 530/* Define if you have the `select' function. */ 531#undef HAVE_SELECT 532 533/* Define if you have the `sendmsg' function. */ 534#undef HAVE_SENDMSG 535 536/* Define if you have the `setegid' function. */ 537#undef HAVE_SETEGID 538 539/* Define if you have the `setenv' function. */ 540#undef HAVE_SETENV 541 542/* Define if you have the `seteuid' function. */ 543#undef HAVE_SETEUID 544 545/* Define if you have the `setitimer' function. */ 546#undef HAVE_SETITIMER 547 548/* Define if you have the `setlim' function. */ 549#undef HAVE_SETLIM 550 551/* Define if you have the `setlogin' function. */ 552#undef HAVE_SETLOGIN 553 554/* Define if you have the `setpcred' function. */ 555#undef HAVE_SETPCRED 556 557/* Define if you have the `setpgid' function. */ 558#undef HAVE_SETPGID 559 560/* Define if you have the `setproctitle' function. */ 561#undef HAVE_SETPROCTITLE 562 563/* Define if you have the `setprogname' function. */ 564#undef HAVE_SETPROGNAME 565 566/* Define if you have the `setregid' function. */ 567#undef HAVE_SETREGID 568 569/* Define if you have the `setresgid' function. */ 570#undef HAVE_SETRESGID 571 572/* Define if you have the `setresuid' function. */ 573#undef HAVE_SETRESUID 574 575/* Define if you have the `setreuid' function. */ 576#undef HAVE_SETREUID 577 578/* Define if you have the `setsid' function. */ 579#undef HAVE_SETSID 580 581/* Define if you have the `setsockopt' function. */ 582#undef HAVE_SETSOCKOPT 583 584/* Define if you have the `setutent' function. */ 585#undef HAVE_SETUTENT 586 587/* Define if you have the `sgi_getcapabilitybyname' function. */ 588#undef HAVE_SGI_GETCAPABILITYBYNAME 589 590/* Define if you have the <sgtty.h> header file. */ 591#undef HAVE_SGTTY_H 592 593/* Define if you have the `SHA1_Init' function. */ 594#undef HAVE_SHA1_INIT 595 596/* Define if you have the <shadow.h> header file. */ 597#undef HAVE_SHADOW_H 598 599/* Define if you have the <siad.h> header file. */ 600#undef HAVE_SIAD_H 601 602/* Define if you have the `sigaction' function. */ 603#undef HAVE_SIGACTION 604 605/* Define if you have the <signal.h> header file. */ 606#undef HAVE_SIGNAL_H 607 608/* define if you have a working snprintf */ 609#undef HAVE_SNPRINTF 610 611/* Define if you have the `socket' function. */ 612#undef HAVE_SOCKET 613 614/* Define if the system has the type `socklen_t'. */ 615#undef HAVE_SOCKLEN_T 616 617/* Define if you have the <standards.h> header file. */ 618#undef HAVE_STANDARDS_H 619 620/* Define if you have the `strcasecmp' function. */ 621#undef HAVE_STRCASECMP 622 623/* Define if you have the `strdup' function. */ 624#undef HAVE_STRDUP 625 626/* Define if you have the `strerror' function. */ 627#undef HAVE_STRERROR 628 629/* Define if you have the `strftime' function. */ 630#undef HAVE_STRFTIME 631 632/* Define if you have the `strlcat' function. */ 633#undef HAVE_STRLCAT 634 635/* Define if you have the `strlcpy' function. */ 636#undef HAVE_STRLCPY 637 638/* Define if you have the `strlwr' function. */ 639#undef HAVE_STRLWR 640 641/* Define if you have the `strncasecmp' function. */ 642#undef HAVE_STRNCASECMP 643 644/* Define if you have the `strndup' function. */ 645#undef HAVE_STRNDUP 646 647/* Define if you have the `strnlen' function. */ 648#undef HAVE_STRNLEN 649 650/* Define if you have the <stropts.h> header file. */ 651#undef HAVE_STROPTS_H 652 653/* Define if you have the `strptime' function. */ 654#undef HAVE_STRPTIME 655 656/* Define if you have the `strsep' function. */ 657#undef HAVE_STRSEP 658 659/* Define if you have the `strsep_copy' function. */ 660#undef HAVE_STRSEP_COPY 661 662/* Define if you have the `strstr' function. */ 663#undef HAVE_STRSTR 664 665/* Define if you have the `strsvis' function. */ 666#undef HAVE_STRSVIS 667 668/* Define if you have the `strtok_r' function. */ 669#undef HAVE_STRTOK_R 670 671/* Define if the system has the type `struct addrinfo'. */ 672#undef HAVE_STRUCT_ADDRINFO 673 674/* Define if the system has the type `struct ifaddrs'. */ 675#undef HAVE_STRUCT_IFADDRS 676 677/* Define if the system has the type `struct sockaddr'. */ 678#undef HAVE_STRUCT_SOCKADDR 679 680/* Define if struct sockaddr has field sa_len. */ 681#undef HAVE_STRUCT_SOCKADDR_SA_LEN 682 683/* Define if the system has the type `struct sockaddr_storage'. */ 684#undef HAVE_STRUCT_SOCKADDR_STORAGE 685 686/* define if you have struct spwd */ 687#undef HAVE_STRUCT_SPWD 688 689/* Define if struct tm has field tm_gmtoff. */ 690#undef HAVE_STRUCT_TM_TM_GMTOFF 691 692/* Define if struct tm has field tm_zone. */ 693#undef HAVE_STRUCT_TM_TM_ZONE 694 695/* Define if struct utmpx has field ut_exit. */ 696#undef HAVE_STRUCT_UTMPX_UT_EXIT 697 698/* Define if struct utmpx has field ut_syslen. */ 699#undef HAVE_STRUCT_UTMPX_UT_SYSLEN 700 701/* Define if struct utmp has field ut_addr. */ 702#undef HAVE_STRUCT_UTMP_UT_ADDR 703 704/* Define if struct utmp has field ut_host. */ 705#undef HAVE_STRUCT_UTMP_UT_HOST 706 707/* Define if struct utmp has field ut_id. */ 708#undef HAVE_STRUCT_UTMP_UT_ID 709 710/* Define if struct utmp has field ut_pid. */ 711#undef HAVE_STRUCT_UTMP_UT_PID 712 713/* Define if struct utmp has field ut_type. */ 714#undef HAVE_STRUCT_UTMP_UT_TYPE 715 716/* Define if struct utmp has field ut_user. */ 717#undef HAVE_STRUCT_UTMP_UT_USER 718 719/* define if struct winsize is declared in sys/termios.h */ 720#undef HAVE_STRUCT_WINSIZE 721 722/* Define if you have the `strunvis' function. */ 723#undef HAVE_STRUNVIS 724 725/* Define if you have the `strupr' function. */ 726#undef HAVE_STRUPR 727 728/* Define if you have the `strvis' function. */ 729#undef HAVE_STRVIS 730 731/* Define if you have the `strvisx' function. */ 732#undef HAVE_STRVISX 733 734/* Define if you have the `svis' function. */ 735#undef HAVE_SVIS 736 737/* Define if you have the `swab' function. */ 738#undef HAVE_SWAB 739 740/* Define if you have the `sysconf' function. */ 741#undef HAVE_SYSCONF 742 743/* Define if you have the `sysctl' function. */ 744#undef HAVE_SYSCTL 745 746/* Define if you have the `syslog' function. */ 747#undef HAVE_SYSLOG 748 749/* Define if you have the <syslog.h> header file. */ 750#undef HAVE_SYSLOG_H 751 752/* Define if you have the <sys/bitypes.h> header file. */ 753#undef HAVE_SYS_BITYPES_H 754 755/* Define if you have the <sys/bswap.h> header file. */ 756#undef HAVE_SYS_BSWAP_H 757 758/* Define if you have the <sys/capability.h> header file. */ 759#undef HAVE_SYS_CAPABILITY_H 760 761/* Define if you have the <sys/category.h> header file. */ 762#undef HAVE_SYS_CATEGORY_H 763 764/* Define if you have the <sys/file.h> header file. */ 765#undef HAVE_SYS_FILE_H 766 767/* Define if you have the <sys/filio.h> header file. */ 768#undef HAVE_SYS_FILIO_H 769 770/* Define if you have the <sys/ioccom.h> header file. */ 771#undef HAVE_SYS_IOCCOM_H 772 773/* Define if you have the <sys/ioctl.h> header file. */ 774#undef HAVE_SYS_IOCTL_H 775 776/* Define if you have the <sys/param.h> header file. */ 777#undef HAVE_SYS_PARAM_H 778 779/* Define if you have the <sys/proc.h> header file. */ 780#undef HAVE_SYS_PROC_H 781 782/* Define if you have the <sys/ptyio.h> header file. */ 783#undef HAVE_SYS_PTYIO_H 784 785/* Define if you have the <sys/ptyvar.h> header file. */ 786#undef HAVE_SYS_PTYVAR_H 787 788/* Define if you have the <sys/pty.h> header file. */ 789#undef HAVE_SYS_PTY_H 790 791/* Define if you have the <sys/resource.h> header file. */ 792#undef HAVE_SYS_RESOURCE_H 793 794/* Define if you have the <sys/select.h> header file. */ 795#undef HAVE_SYS_SELECT_H 796 797/* Define if you have the <sys/socket.h> header file. */ 798#undef HAVE_SYS_SOCKET_H 799 800/* Define if you have the <sys/sockio.h> header file. */ 801#undef HAVE_SYS_SOCKIO_H 802 803/* Define if you have the <sys/stat.h> header file. */ 804#undef HAVE_SYS_STAT_H 805 806/* Define if you have the <sys/stream.h> header file. */ 807#undef HAVE_SYS_STREAM_H 808 809/* Define if you have the <sys/stropts.h> header file. */ 810#undef HAVE_SYS_STROPTS_H 811 812/* Define if you have the <sys/strtty.h> header file. */ 813#undef HAVE_SYS_STRTTY_H 814 815/* Define if you have the <sys/str_tty.h> header file. */ 816#undef HAVE_SYS_STR_TTY_H 817 818/* Define if you have the <sys/syscall.h> header file. */ 819#undef HAVE_SYS_SYSCALL_H 820 821/* Define if you have the <sys/sysctl.h> header file. */ 822#undef HAVE_SYS_SYSCTL_H 823 824/* Define if you have the <sys/termio.h> header file. */ 825#undef HAVE_SYS_TERMIO_H 826 827/* Define if you have the <sys/timeb.h> header file. */ 828#undef HAVE_SYS_TIMEB_H 829 830/* Define if you have the <sys/times.h> header file. */ 831#undef HAVE_SYS_TIMES_H 832 833/* Define if you have the <sys/time.h> header file. */ 834#undef HAVE_SYS_TIME_H 835 836/* Define if you have the <sys/tty.h> header file. */ 837#undef HAVE_SYS_TTY_H 838 839/* Define if you have the <sys/types.h> header file. */ 840#undef HAVE_SYS_TYPES_H 841 842/* Define if you have the <sys/uio.h> header file. */ 843#undef HAVE_SYS_UIO_H 844 845/* Define if you have the <sys/un.h> header file. */ 846#undef HAVE_SYS_UN_H 847 848/* Define if you have the <sys/utsname.h> header file. */ 849#undef HAVE_SYS_UTSNAME_H 850 851/* Define if you have the <sys/wait.h> header file. */ 852#undef HAVE_SYS_WAIT_H 853 854/* Define if you have the <termios.h> header file. */ 855#undef HAVE_TERMIOS_H 856 857/* Define if you have the <termio.h> header file. */ 858#undef HAVE_TERMIO_H 859 860/* Define if you have the <term.h> header file. */ 861#undef HAVE_TERM_H 862 863/* Define if you have the `tgetent' function. */ 864#undef HAVE_TGETENT 865 866/* Define if you have the `timegm' function. */ 867#undef HAVE_TIMEGM 868 869/* Define if you have the `timezone' variable. */ 870#undef HAVE_TIMEZONE 871 872/* define if your system declares timezone */ 873#undef HAVE_TIMEZONE_DECLARATION 874 875/* Define if you have the <time.h> header file. */ 876#undef HAVE_TIME_H 877 878/* Define if you have the <tmpdir.h> header file. */ 879#undef HAVE_TMPDIR_H 880 881/* Define if you have the `ttyname' function. */ 882#undef HAVE_TTYNAME 883 884/* Define if you have the `ttyslot' function. */ 885#undef HAVE_TTYSLOT 886 887/* Define if you have the <udb.h> header file. */ 888#undef HAVE_UDB_H 889 890/* Define if you have the `umask' function. */ 891#undef HAVE_UMASK 892 893/* Define if you have the `uname' function. */ 894#undef HAVE_UNAME 895 896/* Define if you have the <unistd.h> header file. */ 897#undef HAVE_UNISTD_H 898 899/* Define if you have the `unlockpt' function. */ 900#undef HAVE_UNLOCKPT 901 902/* Define if you have the `unsetenv' function. */ 903#undef HAVE_UNSETENV 904 905/* Define if you have the `unvis' function. */ 906#undef HAVE_UNVIS 907 908/* Define if you have the <userconf.h> header file. */ 909#undef HAVE_USERCONF_H 910 911/* Define if you have the <usersec.h> header file. */ 912#undef HAVE_USERSEC_H 913 914/* Define if you have the <util.h> header file. */ 915#undef HAVE_UTIL_H 916 917/* Define if you have the <utmpx.h> header file. */ 918#undef HAVE_UTMPX_H 919 920/* Define if you have the <utmp.h> header file. */ 921#undef HAVE_UTMP_H 922 923/* Define if you have the `vasnprintf' function. */ 924#undef HAVE_VASNPRINTF 925 926/* Define if you have the `vasprintf' function. */ 927#undef HAVE_VASPRINTF 928 929/* Define if you have the `verr' function. */ 930#undef HAVE_VERR 931 932/* Define if you have the `verrx' function. */ 933#undef HAVE_VERRX 934 935/* Define if you have the `vhangup' function. */ 936#undef HAVE_VHANGUP 937 938/* Define if you have the `vis' function. */ 939#undef HAVE_VIS 940 941/* Define if you have the <vis.h> header file. */ 942#undef HAVE_VIS_H 943 944/* define if you have a working vsnprintf */ 945#undef HAVE_VSNPRINTF 946 947/* Define if you have the `vsyslog' function. */ 948#undef HAVE_VSYSLOG 949 950/* Define if you have the `vwarn' function. */ 951#undef HAVE_VWARN 952 953/* Define if you have the `vwarnx' function. */ 954#undef HAVE_VWARNX 955 956/* Define if you have the `warn' function. */ 957#undef HAVE_WARN 958 959/* Define if you have the `warnx' function. */ 960#undef HAVE_WARNX 961 962/* Define if you have the <winsock.h> header file. */ 963#undef HAVE_WINSOCK_H 964 965/* Define if you have the `writev' function. */ 966#undef HAVE_WRITEV 967 968/* define if struct winsize has ws_xpixel */ 969#undef HAVE_WS_XPIXEL 970 971/* define if struct winsize has ws_ypixel */ 972#undef HAVE_WS_YPIXEL 973 974/* Define if you have the `XauFileName' function. */ 975#undef HAVE_XAUFILENAME 976 977/* Define if you have the `XauReadAuth' function. */ 978#undef HAVE_XAUREADAUTH 979 980/* Define if you have the `XauWriteAuth' function. */ 981#undef HAVE_XAUWRITEAUTH 982 983/* Define if you have the `yp_get_default_domain' function. */ 984#undef HAVE_YP_GET_DEFAULT_DOMAIN 985 986/* Define if you have the `_getpty' function. */ 987#undef HAVE__GETPTY 988 989/* Define if you have the `_scrsize' function. */ 990#undef HAVE__SCRSIZE 991 992/* define if your compiler has __attribute__ */ 993#undef HAVE___ATTRIBUTE__ 994 995/* Define if you have the `__progname' variable. */ 996#undef HAVE___PROGNAME 997 998/* define if your system declares __progname */ 999#undef HAVE___PROGNAME_DECLARATION 1000 1001/* Define if you have the hesiod package. */ 1002#undef HESIOD 1003 1004/* Define if you want to use the KDC as a kaserver. */ 1005#undef KASERVER 1006 1007/* Define if you want support in hprop for reading kaserver databases */ 1008#undef KASERVER_DB 1009 1010/* Define if you have the krb4 package. */ 1011#undef KRB4 1012 1013/* Enable Kerberos 5 support in applications. */ 1014#undef KRB5 1015 1016/* Define if krb_mk_req takes cons char * */ 1017#undef KRB_MK_REQ_CONST 1018 1019/* Define to zero if your krb.h doesn't */ 1020#undef KRB_VERIFY_NOT_SECURE 1021 1022/* Define to one if your krb.h doesn't */ 1023#undef KRB_VERIFY_SECURE 1024 1025/* Define to two if your krb.h doesn't */ 1026#undef KRB_VERIFY_SECURE_FAIL 1027 1028/* define if the system is missing a prototype for asnprintf() */ 1029#undef NEED_ASNPRINTF_PROTO 1030 1031/* define if the system is missing a prototype for asprintf() */ 1032#undef NEED_ASPRINTF_PROTO 1033 1034/* define if the system is missing a prototype for crypt() */ 1035#undef NEED_CRYPT_PROTO 1036 1037/* define if the system is missing a prototype for gethostname() */ 1038#undef NEED_GETHOSTNAME_PROTO 1039 1040/* define if the system is missing a prototype for getusershell() */ 1041#undef NEED_GETUSERSHELL_PROTO 1042 1043/* define if the system is missing a prototype for glob() */ 1044#undef NEED_GLOB_PROTO 1045 1046/* define if the system is missing a prototype for hstrerror() */ 1047#undef NEED_HSTRERROR_PROTO 1048 1049/* define if the system is missing a prototype for inet_aton() */ 1050#undef NEED_INET_ATON_PROTO 1051 1052/* define if the system is missing a prototype for mkstemp() */ 1053#undef NEED_MKSTEMP_PROTO 1054 1055/* define if the system is missing a prototype for setenv() */ 1056#undef NEED_SETENV_PROTO 1057 1058/* define if the system is missing a prototype for snprintf() */ 1059#undef NEED_SNPRINTF_PROTO 1060 1061/* define if the system is missing a prototype for strsep() */ 1062#undef NEED_STRSEP_PROTO 1063 1064/* define if the system is missing a prototype for strtok_r() */ 1065#undef NEED_STRTOK_R_PROTO 1066 1067/* define if the system is missing a prototype for unsetenv() */ 1068#undef NEED_UNSETENV_PROTO 1069 1070/* define if the system is missing a prototype for vasnprintf() */ 1071#undef NEED_VASNPRINTF_PROTO 1072 1073/* define if the system is missing a prototype for vasprintf() */ 1074#undef NEED_VASPRINTF_PROTO 1075 1076/* define if the system is missing a prototype for vsnprintf() */ 1077#undef NEED_VSNPRINTF_PROTO 1078 1079/* Define this to enable old environment option in telnet. */ 1080#undef OLD_ENVIRON 1081 1082/* Define if you have the openldap package. */ 1083#undef OPENLDAP 1084 1085/* define if prototype of openlog is compatible with void openlog(const char 1086 *, int, int) */ 1087#undef OPENLOG_PROTO_COMPATIBLE 1088 1089/* Define if you want OTP support in applications. */ 1090#undef OTP 1091 1092/* Name of package */ 1093#undef PACKAGE 1094 1095/* Define if getlogin has POSIX flavour (and not BSD). */ 1096#undef POSIX_GETLOGIN 1097 1098/* Define if getpwnam_r has POSIX flavour. */ 1099#undef POSIX_GETPWNAM_R 1100 1101/* Define if you have the readline package. */ 1102#undef READLINE 1103 1104/* Define as the return type of signal handlers (`int' or `void'). */ 1105#undef RETSIGTYPE 1106 1107/* Define if you have the ANSI C header files. */ 1108#undef STDC_HEADERS 1109 1110/* Define if you have streams ptys. */ 1111#undef STREAMSPTY 1112 1113/* Define to what version of SunOS you are running. */ 1114#undef SunOS 1115 1116/* Define if you can safely include both <sys/time.h> and <time.h>. */ 1117#undef TIME_WITH_SYS_TIME 1118 1119/* Define if your <sys/time.h> declares `struct tm'. */ 1120#undef TM_IN_SYS_TIME 1121 1122/* Version number of package */ 1123#undef VERSION 1124 1125/* Define if signal handlers return void. */ 1126#undef VOID_RETSIGTYPE 1127 1128/* define if target is big endian */ 1129#undef WORDS_BIGENDIAN 1130 1131/* Define if the X Window System is missing or not being used. */ 1132#undef X_DISPLAY_MISSING 1133 1134/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'. 1135 */ 1136#undef YYTEXT_POINTER 1137 1138/* Define to empty if `const' does not conform to ANSI C. */ 1139#undef const 1140 1141/* Define to `int' if <sys/types.h> doesn't define. */ 1142#undef gid_t 1143 1144/* Define as `__inline' if that's what the C compiler calls it, or to nothing 1145 if it is not supported. */ 1146#undef inline 1147 1148/* Define this to what the type mode_t should be. */ 1149#undef mode_t 1150 1151/* Define to `long' if <sys/types.h> does not define. */ 1152#undef off_t 1153 1154/* Define to `int' if <sys/types.h> does not define. */ 1155#undef pid_t 1156 1157/* Define this to what the type sig_atomic_t should be. */ 1158#undef sig_atomic_t 1159 1160/* Define to `unsigned' if <sys/types.h> does not define. */ 1161#undef size_t 1162 1163/* Define this to what the type ssize_t should be. */ 1164#undef ssize_t 1165 1166/* Define to `int' if <sys/types.h> doesn't define. */ 1167#undef uid_t 1168 1169#ifdef VOID_RETSIGTYPE 1170#define SIGRETURN(x) return 1171#else 1172#define SIGRETURN(x) return (RETSIGTYPE)(x) 1173#endif 1174 1175#ifdef BROKEN_REALLOC 1176#define realloc(X, Y) isoc_realloc((X), (Y)) 1177#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y)) 1178#endif 1179 1180#if defined(HAVE_FOUR_VALUED_KRB_PUT_INT) || !defined(KRB4) 1181#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L), (S)) 1182#else 1183#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (S)) 1184#endif 1185 1186 1187#ifdef VOID_RETSIGTYPE 1188#define SIGRETURN(x) return 1189#else 1190#define SIGRETURN(x) return (RETSIGTYPE)(x) 1191#endif 1192 1193#ifdef BROKEN_REALLOC 1194#define realloc(X, Y) isoc_realloc((X), (Y)) 1195#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y)) 1196#endif 1197 1198#undef BINDIR 1199#undef LIBDIR 1200#undef LIBEXECDIR 1201#undef SBINDIR 1202 1203#undef BINDIR 1204#undef LIBDIR 1205#undef LIBEXECDIR 1206#undef SBINDIR 1207 1208#undef HAVE_INT8_T 1209#undef HAVE_INT16_T 1210#undef HAVE_INT32_T 1211#undef HAVE_INT64_T 1212#undef HAVE_U_INT8_T 1213#undef HAVE_U_INT16_T 1214#undef HAVE_U_INT32_T 1215#undef HAVE_U_INT64_T 1216#undef HAVE_UINT8_T 1217#undef HAVE_UINT16_T 1218#undef HAVE_UINT32_T 1219#undef HAVE_UINT64_T 1220 1221#if defined(HAVE_FOUR_VALUED_KRB_PUT_INT) || !defined(KRB4) 1222#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L), (S)) 1223#else 1224#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (S)) 1225#endif 1226 1227#ifdef BROKEN_REALLOC 1228#define realloc(X, Y) isoc_realloc((X), (Y)) 1229#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y)) 1230#endif 1231 1232#ifdef VOID_RETSIGTYPE 1233#define SIGRETURN(x) return 1234#else 1235#define SIGRETURN(x) return (RETSIGTYPE)(x) 1236#endif 1237 1238#define RCSID(msg) \ 1239static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } 1240 1241#undef PROTOTYPES 1242 1243/* Maximum values on all known systems */ 1244#define MaxHostNameLen (64+4) 1245#define MaxPathLen (1024+4) 1246 1247#if defined(HAVE_SGTTY_H) && defined(__NeXT__) 1248#define SGTTY 1249#endif 1250 1251/* 1252 * Define NDBM if you are using the 4.3 ndbm library (which is part of 1253 * libc). If not defined, 4.2 dbm will be assumed. 1254 */ 1255#if defined(HAVE_DBM_FIRSTKEY) 1256#define NDBM 1257#endif 1258 1259/* telnet stuff ----------------------------------------------- */ 1260 1261#if defined(ENCRYPTION) && !defined(AUTHENTICATION) 1262#define AUTHENTICATION 1 1263#endif 1264 1265/* Set this to the default system lead string for telnetd 1266 * can contain %-escapes: %s=sysname, %m=machine, %r=os-release 1267 * %v=os-version, %t=tty, %h=hostname, %d=date and time 1268 */ 1269#undef USE_IM 1270 1271/* Used with login -p */ 1272#undef LOGIN_ARGS 1273 1274/* set this to a sensible login */ 1275#ifndef LOGIN_PATH 1276#define LOGIN_PATH BINDIR "/login" 1277#endif 1278 1279/* random defines */ 1280 1281/* 1282 * Defining this enables lots of useful (and used) extensions on 1283 * glibc-based systems such as Linux 1284 */ 1285 1286#define _GNU_SOURCE 1287 1288/* 1289 * this assumes that KRB_C_BIGENDIAN is used. 1290 * if we can find out endianess at compile-time, do so, 1291 * otherwise WORDS_BIGENDIAN should already have been defined 1292 */ 1293 1294#if ENDIANESS_IN_SYS_PARAM_H 1295# include <sys/types.h> 1296# include <sys/param.h> 1297# if BYTE_ORDER == BIG_ENDIAN 1298# define WORDS_BIGENDIAN 1 1299# endif 1300#endif 1301 1302#ifdef ROKEN_RENAME 1303#include "roken_rename.h" 1304#endif 1305