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