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