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