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