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