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