/* include/config.h. Generated from config.h.in by configure. */1/* include/config.h.in. Generated from configure.ac by autoheader. */234#ifndef RCSID5#define RCSID(msg)6#endif78/* Maximum values on all known systems */9#define MaxHostNameLen (64+4)10#define MaxPathLen (1024+4)11121314#ifdef BUILD_KRB5_LIB15#ifndef KRB5_LIB16#ifdef _WIN32_17#define KRB5_LIB_FUNCTION __declspec(dllexport)18#define KRB5_LIB_CALL __stdcall19#define KRB5_LIB_VARIABLE __declspec(dllexport)20#else21#define KRB5_LIB_FUNCTION22#define KRB5_LIB_CALL23#define KRB5_LIB_VARIABLE24#endif25#endif26#endif272829#ifdef BUILD_ROKEN_LIB30#ifndef ROKEN_LIB31#ifdef _WIN32_32#define ROKEN_LIB_FUNCTION __declspec(dllexport)33#define ROKEN_LIB_CALL __stdcall34#define ROKEN_LIB_VARIABLE __declspec(dllexport)35#else36#define ROKEN_LIB_FUNCTION37#define ROKEN_LIB_CALL38#define ROKEN_LIB_VARIABLE39#endif40#endif41#endif424344#ifdef BUILD_GSSAPI_LIB45#ifndef GSSAPI_LIB46#ifdef _WIN32_47#define GSSAPI_LIB_FUNCTION __declspec(dllexport)48#define GSSAPI_LIB_CALL __stdcall49#define GSSAPI_LIB_VARIABLE __declspec(dllexport)50#else51#define GSSAPI_LIB_FUNCTION52#define GSSAPI_LIB_CALL53#define GSSAPI_LIB_VARIABLE54#endif55#endif56#endif575859/* Define if you want authentication support in telnet. */60#define AUTHENTICATION 16162/* path to bin */63#define BINDIR "/usr/bin"6465/* Define if realloc(NULL) doesn't work. */66/* #undef BROKEN_REALLOC */6768/* Define if you want support for DCE/DFS PAG's. */69/* #undef DCE */7071/* Define if you want to use DES encryption in telnet. */72#define DES_ENCRYPTION 17374/* Define this to enable diagnostics in telnet. */75#define DIAGNOSTICS 17677/* Define to enable DIGEST. */78#define DIGEST 17980/* Define if want to use the weak AFS string to key functions. */81#define ENABLE_AFS_STRING_TO_KEY 18283/* Define if you want have a thread safe libraries */84#define ENABLE_PTHREAD_SUPPORT 18586/* Define if you want encryption support in telnet. */87#define ENCRYPTION 18889/* define if sys/param.h defines the endiness */90#define ENDIANESS_IN_SYS_PARAM_H 19192/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */93/* #undef ENV_HACK */9495/* define if prototype of gethostbyaddr is compatible with struct hostent96*gethostbyaddr(const void *, size_t, int) */97/* #undef GETHOSTBYADDR_PROTO_COMPATIBLE */9899/* define if prototype of gethostbyname is compatible with struct hostent100*gethostbyname(const char *) */101#define GETHOSTBYNAME_PROTO_COMPATIBLE 1102103/* define if prototype of getservbyname is compatible with struct servent104*getservbyname(const char *, const char *) */105#define GETSERVBYNAME_PROTO_COMPATIBLE 1106107/* define if prototype of getsockname is compatible with int getsockname(int,108struct sockaddr*, socklen_t*) */109#define GETSOCKNAME_PROTO_COMPATIBLE 1110111/* Define if you have the `altzone' variable. */112/* #undef HAVE_ALTZONE */113114/* Define to 1 if you have the `arc4random' function. */115#define HAVE_ARC4RANDOM 1116117/* Define to 1 if you have the <arpa/ftp.h> header file. */118#define HAVE_ARPA_FTP_H 1119120/* Define to 1 if you have the <arpa/inet.h> header file. */121#define HAVE_ARPA_INET_H 1122123/* Define to 1 if you have the <arpa/nameser.h> header file. */124#define HAVE_ARPA_NAMESER_H 1125126/* Define to 1 if you have the <arpa/telnet.h> header file. */127#define HAVE_ARPA_TELNET_H 1128129/* Define to 1 if you have the <asl.h> header file. */130/* #undef HAVE_ASL_H */131132/* Define to 1 if you have the `asnprintf' function. */133/* #undef HAVE_ASNPRINTF */134135/* Define to 1 if you have the `asprintf' function. */136#define HAVE_ASPRINTF 1137138/* Define to 1 if you have the `atexit' function. */139#define HAVE_ATEXIT 1140141/* Define to 1 if you have the `backtrace' function. */142/* #undef HAVE_BACKTRACE */143144/* Define to 1 if you have the <bind/bitypes.h> header file. */145/* #undef HAVE_BIND_BITYPES_H */146147/* Define to 1 if you have the <bsdsetjmp.h> header file. */148/* #undef HAVE_BSDSETJMP_H */149150/* Define to 1 if you have the `bswap16' function. */151/* #undef HAVE_BSWAP16 */152153/* Define to 1 if you have the `bswap32' function. */154/* #undef HAVE_BSWAP32 */155156/* Define to 1 if you have the <capability.h> header file. */157/* #undef HAVE_CAPABILITY_H */158159/* whether capng is available for privilege reduction */160/* #undef HAVE_CAPNG */161162/* Define to 1 if you have the `cap_set_proc' function. */163/* #undef HAVE_CAP_SET_PROC */164165/* Define to 1 if you have the `cgetent' function. */166#define HAVE_CGETENT 1167168/* Define if you have the function `chown'. */169#define HAVE_CHOWN 1170171/* Define if you have the function `closefrom'. */172#define HAVE_CLOSEFROM 1173174/* Define to 1 if you have the <CommonCrypto/CommonCryptor.h> header file. */175/* #undef HAVE_COMMONCRYPTO_COMMONCRYPTOR_H */176177/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */178/* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */179180/* Define to 1 if you have the <config.h> header file. */181/* #undef HAVE_CONFIG_H */182183/* Define if you have the function `copyhostent'. */184/* #undef HAVE_COPYHOSTENT */185186/* Define to 1 if you have the `crypt' function. */187#define HAVE_CRYPT 1188189/* Define to 1 if you have the <crypt.h> header file. */190/* #undef HAVE_CRYPT_H */191192/* Define to 1 if you have the <curses.h> header file. */193#define HAVE_CURSES_H 1194195/* Define if you have the function `daemon'. */196#define HAVE_DAEMON 1197198/* define if you have a berkeley db1/2 library */199#define HAVE_DB1 1200201/* define if you have a berkeley db3/4/5 library */202/* #undef HAVE_DB3 */203204/* Define to 1 if you have the <db3/db.h> header file. */205/* #undef HAVE_DB3_DB_H */206207/* Define to 1 if you have the <db4/db.h> header file. */208/* #undef HAVE_DB4_DB_H */209210/* Define to 1 if you have the <db5/db.h> header file. */211/* #undef HAVE_DB5_DB_H */212213/* Define if you have user supplied header location */214/* #undef HAVE_DBHEADER */215216/* Define to 1 if you have the `dbm_firstkey' function. */217#define HAVE_DBM_FIRSTKEY 1218219/* Define to 1 if you have the <dbm.h> header file. */220/* #undef HAVE_DBM_H */221222/* Define to 1 if you have the `dbopen' function. */223#define HAVE_DBOPEN 1224225/* Define to 1 if you have the `db_create' function. */226/* #undef HAVE_DB_CREATE */227228/* Define to 1 if you have the <db.h> header file. */229#define HAVE_DB_H 1230231/* define if you have ndbm compat in db */232/* #undef HAVE_DB_NDBM */233234/* Define to 1 if you have the declaration of `altzone', and to 0 if you235don't. */236/* #undef HAVE_DECL_ALTZONE */237238/* Define to 1 if you have the declaration of `environ', and to 0 if you239don't. */240#define HAVE_DECL_ENVIRON 0241242/* Define to 1 if you have the declaration of `h_errlist', and to 0 if you243don't. */244#define HAVE_DECL_H_ERRLIST 0245246/* Define to 1 if you have the declaration of `h_errno', and to 0 if you247don't. */248#define HAVE_DECL_H_ERRNO 1249250/* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't.251*/252/* #undef HAVE_DECL_H_NERR */253254/* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.255*/256#define HAVE_DECL_OPTARG 1257258/* Define to 1 if you have the declaration of `opterr', and to 0 if you don't.259*/260#define HAVE_DECL_OPTERR 1261262/* Define to 1 if you have the declaration of `optind', and to 0 if you don't.263*/264#define HAVE_DECL_OPTIND 1265266/* Define to 1 if you have the declaration of `optopt', and to 0 if you don't.267*/268#define HAVE_DECL_OPTOPT 1269270/* Define to 1 if you have the declaration of `timezone', and to 0 if you271don't. */272#define HAVE_DECL_TIMEZONE 1273274/* Define to 1 if you have the declaration of `_res', and to 0 if you don't.275*/276#define HAVE_DECL__RES 1277278/* Define to 1 if you have the declaration of `__progname', and to 0 if you279don't. */280#define HAVE_DECL___PROGNAME 0281282/* Define to 1 if you have the <dirent.h> header file. */283#define HAVE_DIRENT_H 1284285/* have a dirfd function/macro */286#define HAVE_DIRFD 1287288/* Define if DIR has field dd_fd. */289#define HAVE_DIR_DD_FD 1290291/* Define to 1 if you have the `dispatch_async_f' function. */292/* #undef HAVE_DISPATCH_ASYNC_F */293294/* Define to 1 if you have the <dispatch/dispatch.h> header file. */295/* #undef HAVE_DISPATCH_DISPATCH_H */296297/* Define to 1 if you have the <dlfcn.h> header file. */298#define HAVE_DLFCN_H 1299300/* Define to 1 if you have the `dlopen' function. */301#define HAVE_DLOPEN 1302303/* Define to 1 if you have the <dns.h> header file. */304/* #undef HAVE_DNS_H */305306/* Define to 1 if you have the `dns_search' function. */307/* #undef HAVE_DNS_SEARCH */308309/* Define to 1 if you have the `dn_expand' function. */310#define HAVE_DN_EXPAND 1311312/* Define to 1 if you have the `door_create' function. */313/* #undef HAVE_DOOR_CREATE */314315/* Define if you have the function `ecalloc'. */316/* #undef HAVE_ECALLOC */317318/* Define if you have the function `emalloc'. */319/* #undef HAVE_EMALLOC */320321/* Define if you have the function `erealloc'. */322/* #undef HAVE_EREALLOC */323324/* Define if you have the function `err'. */325#define HAVE_ERR 1326327/* Define to 1 if you have the <errno.h> header file. */328#define HAVE_ERRNO_H 1329330/* Define if you have the function `errx'. */331#define HAVE_ERRX 1332333/* Define to 1 if you have the <err.h> header file. */334#define HAVE_ERR_H 1335336/* Define if you have the function `estrdup'. */337/* #undef HAVE_ESTRDUP */338339/* Define to 1 if you have the <execinfo.h> header file. */340/* #undef HAVE_EXECINFO_H */341342/* Define if you have the function `fchown'. */343#define HAVE_FCHOWN 1344345/* Define to 1 if you have the `fcntl' function. */346#define HAVE_FCNTL 1347348/* Define to 1 if you have the <fcntl.h> header file. */349#define HAVE_FCNTL_H 1350351/* Define if you have the function `flock'. */352#define HAVE_FLOCK 1353354/* Define if you have the function `fnmatch'. */355#define HAVE_FNMATCH 1356357/* Define to 1 if you have the <fnmatch.h> header file. */358#define HAVE_FNMATCH_H 1359360/* Have -framework Security */361/* #undef HAVE_FRAMEWORK_SECURITY */362363/* Define to 1 if you have the `freeaddrinfo' function. */364#define HAVE_FREEADDRINFO 1365366/* Define if you have the function `freehostent'. */367#define HAVE_FREEHOSTENT 1368369/* Define to 1 if you have the `gai_strerror' function. */370#define HAVE_GAI_STRERROR 1371372/* Define if os support gcd. */373/* #undef HAVE_GCD */374375/* Define to 1 if you have the <gdbm/ndbm.h> header file. */376/* #undef HAVE_GDBM_NDBM_H */377378/* Define to 1 if you have the `getaddrinfo' function. */379#define HAVE_GETADDRINFO 1380381/* Define to 1 if you have the `getconfattr' function. */382/* #undef HAVE_GETCONFATTR */383384/* Define if you have the function `getcwd'. */385#define HAVE_GETCWD 1386387/* Define if you have the function `getdtablesize'. */388#define HAVE_GETDTABLESIZE 1389390/* Define if you have the function `getegid'. */391#define HAVE_GETEGID 1392393/* Define if you have the function `geteuid'. */394#define HAVE_GETEUID 1395396/* Define if you have the function `getgid'. */397#define HAVE_GETGID 1398399/* Define to 1 if you have the `gethostbyname' function. */400#define HAVE_GETHOSTBYNAME 1401402/* Define to 1 if you have the `gethostbyname2' function. */403#define HAVE_GETHOSTBYNAME2 1404405/* Define if you have the function `gethostname'. */406#define HAVE_GETHOSTNAME 1407408/* Define if you have the function `getifaddrs'. */409#define HAVE_GETIFADDRS 1410411/* Define if you have the function `getipnodebyaddr'. */412#define HAVE_GETIPNODEBYADDR 1413414/* Define if you have the function `getipnodebyname'. */415#define HAVE_GETIPNODEBYNAME 1416417/* Define to 1 if you have the `getlogin' function. */418#define HAVE_GETLOGIN 1419420/* Define if you have a working getmsg. */421/* #undef HAVE_GETMSG */422423/* Define to 1 if you have the `getnameinfo' function. */424#define HAVE_GETNAMEINFO 1425426/* Define if you have the function `getopt'. */427#define HAVE_GETOPT 1428429/* Define to 1 if you have the `getpagesize' function. */430#define HAVE_GETPAGESIZE 1431432/* Define to 1 if you have the `getpeereid' function. */433#define HAVE_GETPEEREID 1434435/* Define to 1 if you have the `getpeerucred' function. */436/* #undef HAVE_GETPEERUCRED */437438/* Define to 1 if you have the `getprogname' function. */439#define HAVE_GETPROGNAME 1440441/* Define to 1 if you have the `getpwnam_r' function. */442#define HAVE_GETPWNAM_R 1443444/* Define to 1 if you have the `getrlimit' function. */445#define HAVE_GETRLIMIT 1446447/* Define to 1 if you have the `getsockopt' function. */448#define HAVE_GETSOCKOPT 1449450/* Define to 1 if you have the `getspnam' function. */451/* #undef HAVE_GETSPNAM */452453/* Define if you have the function `gettimeofday'. */454#define HAVE_GETTIMEOFDAY 1455456/* Define to 1 if you have the `getudbnam' function. */457/* #undef HAVE_GETUDBNAM */458459/* Define if you have the function `getuid'. */460#define HAVE_GETUID 1461462/* Define if you have the function `getusershell'. */463#define HAVE_GETUSERSHELL 1464465/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,466GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */467#define HAVE_GLOB 1468469/* Define to 1 if you have the `grantpt' function. */470#define HAVE_GRANTPT 1471472/* Define to 1 if you have the <grp.h> header file. */473#define HAVE_GRP_H 1474475/* Define to 1 if you have the `hstrerror' function. */476#define HAVE_HSTRERROR 1477478/* Define if you have the `h_errlist' variable. */479#define HAVE_H_ERRLIST 1480481/* Define if you have the `h_errno' variable. */482#define HAVE_H_ERRNO 1483484/* Define if you have the `h_nerr' variable. */485/* #undef HAVE_H_NERR */486487/* Define to 1 if you have the <ifaddrs.h> header file. */488#define HAVE_IFADDRS_H 1489490/* Define if you have the in6addr_loopback variable */491#define HAVE_IN6ADDR_LOOPBACK 1492493/* define */494#define HAVE_INET_ATON 1495496/* define */497#define HAVE_INET_NTOP 1498499/* define */500#define HAVE_INET_PTON 1501502/* Define if you have the function `initgroups'. */503#define HAVE_INITGROUPS 1504505/* Define if you have the function `innetgr'. */506#define HAVE_INNETGR 1507508/* Define to 1 if the system has the type `int16_t'. */509#define HAVE_INT16_T 1510511/* Define to 1 if the system has the type `int32_t'. */512#define HAVE_INT32_T 1513514/* Define to 1 if the system has the type `int64_t'. */515#define HAVE_INT64_T 1516517/* Define to 1 if the system has the type `int8_t'. */518#define HAVE_INT8_T 1519520/* Define to 1 if you have the <inttypes.h> header file. */521#define HAVE_INTTYPES_H 1522523/* Define to 1 if you have the <io.h> header file. */524/* #undef HAVE_IO_H */525526/* Define if you have IPv6. */527#define HAVE_IPV6 1528529/* Define if you have the function `iruserok'. */530#define HAVE_IRUSEROK 1531532/* Define to 1 if you have the `issetugid' function. */533#define HAVE_ISSETUGID 1534535/* Define if you want to use the Kerberos Credentials Manager. */536#define HAVE_KCM 1537538/* Define to 1 if you have the <libutil.h> header file. */539#define HAVE_LIBUTIL_H 1540541/* Define to 1 if you have the <limits.h> header file. */542#define HAVE_LIMITS_H 1543544/* Define to 1 if you have the `loadquery' function. */545/* #undef HAVE_LOADQUERY */546547/* Define to 1 if you have the <locale.h> header file. */548#define HAVE_LOCALE_H 1549550/* Define if you have the function `localtime_r'. */551#define HAVE_LOCALTIME_R 1552553/* Define to 1 if you have the `logout' function. */554/* #undef HAVE_LOGOUT */555556/* Define to 1 if you have the `logwtmp' function. */557/* #undef HAVE_LOGWTMP */558559/* Define to 1 if the system has the type `long long'. */560#define HAVE_LONG_LONG 1561562/* Define if you have the function `lstat'. */563#define HAVE_LSTAT 1564565/* Define to 1 if you have the <maillock.h> header file. */566/* #undef HAVE_MAILLOCK_H */567568/* Define if you have the function `memmove'. */569#define HAVE_MEMMOVE 1570571/* Define to 1 if you have the <memory.h> header file. */572#define HAVE_MEMORY_H 1573574/* Define if you have the function `mkstemp'. */575#define HAVE_MKSTEMP 1576577/* Define to 1 if you have the `mktime' function. */578#define HAVE_MKTIME 1579580/* Define to 1 if you have a working `mmap' system call. */581#define HAVE_MMAP 1582583/* define if you have a ndbm library */584#define HAVE_NDBM 1585586/* Define to 1 if you have the <ndbm.h> header file. */587#define HAVE_NDBM_H 1588589/* Define to 1 if you have the <netdb.h> header file. */590#define HAVE_NETDB_H 1591592/* Define to 1 if you have the <netgroup.h> header file. */593/* #undef HAVE_NETGROUP_H */594595/* Define to 1 if you have the <netinet6/in6.h> header file. */596/* #undef HAVE_NETINET6_IN6_H */597598/* Define to 1 if you have the <netinet6/in6_var.h> header file. */599/* #undef HAVE_NETINET6_IN6_VAR_H */600601/* Define to 1 if you have the <netinet/in6.h> header file. */602/* #undef HAVE_NETINET_IN6_H */603604/* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */605/* #undef HAVE_NETINET_IN6_MACHTYPES_H */606607/* Define to 1 if you have the <netinet/in.h> header file. */608#define HAVE_NETINET_IN_H 1609610/* Define to 1 if you have the <netinet/in_systm.h> header file. */611#define HAVE_NETINET_IN_SYSTM_H 1612613/* Define to 1 if you have the <netinet/ip.h> header file. */614#define HAVE_NETINET_IP_H 1615616/* Define to 1 if you have the <netinet/tcp.h> header file. */617#define HAVE_NETINET_TCP_H 1618619/* Define to 1 if you have the <net/if.h> header file. */620#define HAVE_NET_IF_H 1621622/* Define if NDBM really is DB (creates files *.db) */623#define HAVE_NEW_DB 1624625/* Define to 1 if you have the `on_exit' function. */626/* #undef HAVE_ON_EXIT */627628/* Define to 1 if you have the `openpty' function. */629#define HAVE_OPENPTY 1630631/* define to use openssl's libcrypto */632#define HAVE_OPENSSL 1633634/* Define to enable basic OSF C2 support. */635/* #undef HAVE_OSFC2 */636637/* Define to 1 if you have the <paths.h> header file. */638#define HAVE_PATHS_H 1639640/* Define to 1 if you have the `pidfile' function. */641/* #undef HAVE_PIDFILE */642643/* Define to 1 if you have the `poll' function. */644#define HAVE_POLL 1645646/* Define to 1 if you have the <poll.h> header file. */647#define HAVE_POLL_H 1648649/* Define to 1 if you have the <pthread.h> header file. */650#define HAVE_PTHREAD_H 1651652/* Define to 1 if you have the `ptsname' function. */653#define HAVE_PTSNAME 1654655/* Define to 1 if you have the <pty.h> header file. */656/* #undef HAVE_PTY_H */657658/* Define if you have the function `putenv'. */659#define HAVE_PUTENV 1660661/* Define to 1 if you have the <pwd.h> header file. */662#define HAVE_PWD_H 1663664/* Define to 1 if you have the `rand' function. */665#define HAVE_RAND 1666667/* Define to 1 if you have the `random' function. */668#define HAVE_RANDOM 1669670/* Define if you have the function `rcmd'. */671#define HAVE_RCMD 1672673/* Define if you have a readline compatible library. */674#define HAVE_READLINE 1675676/* Define to 1 if you have the677<[readline.h])[][]_AH_CHECK_HEADER([readline/readline.h]> header file. */678/* #undef HAVE_READLINE_H */679680/* Define to 1 if you have the <readline/readline.h > header file. */681/* #undef HAVE_READLINE_READLINE_H_ */682683/* Define if you have the function `readv'. */684#define HAVE_READV 1685686/* Define if you have the function `recvmsg'. */687#define HAVE_RECVMSG 1688689/* Define to 1 if you have the <resolv.h> header file. */690#define HAVE_RESOLV_H 1691692/* Define to 1 if you have the `res_ndestroy' function. */693#define HAVE_RES_NDESTROY 1694695/* Define to 1 if you have the `res_nsearch' function. */696#define HAVE_RES_NSEARCH 1697698/* Define to 1 if you have the `res_search' function. */699#define HAVE_RES_SEARCH 1700701/* Define to 1 if you have the `revoke' function. */702#define HAVE_REVOKE 1703704/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */705#define HAVE_RPCSVC_YPCLNT_H 1706707/* Define to 1 if you have the <sac.h> header file. */708/* #undef HAVE_SAC_H */709710/* Define to 1 if the system has the type `sa_family_t'. */711#define HAVE_SA_FAMILY_T 1712713/* Define if you want support for cache in sqlite. */714#undef HAVE_SCC715716/* Define to 1 if you have the <search.h> header file. */717#define HAVE_SEARCH_H 1718719/* Define to 1 if you have the <security/pam_modules.h> header file. */720#define HAVE_SECURITY_PAM_MODULES_H 1721722/* Define to 1 if you have the `select' function. */723#define HAVE_SELECT 1724725/* Define if you have the function `sendmsg'. */726#define HAVE_SENDMSG 1727728/* Define if you have the function `setegid'. */729#define HAVE_SETEGID 1730731/* Define if you have the function `setenv'. */732#define HAVE_SETENV 1733734/* Define if you have the function `seteuid'. */735#define HAVE_SETEUID 1736737/* Define to 1 if you have the `setitimer' function. */738#define HAVE_SETITIMER 1739740/* Define to 1 if you have the `setlim' function. */741/* #undef HAVE_SETLIM */742743/* Define to 1 if you have the `setlogin' function. */744#define HAVE_SETLOGIN 1745746/* Define to 1 if you have the `setpcred' function. */747/* #undef HAVE_SETPCRED */748749/* Define to 1 if you have the `setpgid' function. */750#define HAVE_SETPGID 1751752/* Define to 1 if you have the `setproctitle' function. */753#define HAVE_SETPROCTITLE 1754755/* Define to 1 if you have the `setprogname' function. */756#define HAVE_SETPROGNAME 1757758/* Define to 1 if you have the `setregid' function. */759#define HAVE_SETREGID 1760761/* Define to 1 if you have the `setresgid' function. */762#define HAVE_SETRESGID 1763764/* Define to 1 if you have the `setresuid' function. */765#define HAVE_SETRESUID 1766767/* Define to 1 if you have the `setreuid' function. */768#define HAVE_SETREUID 1769770/* Define to 1 if you have the `setsid' function. */771#define HAVE_SETSID 1772773/* Define to 1 if you have the `setsockopt' function. */774#define HAVE_SETSOCKOPT 1775776/* Define to 1 if you have the `setutent' function. */777/* #undef HAVE_SETUTENT */778779/* Define to 1 if you have the `sgi_getcapabilitybyname' function. */780/* #undef HAVE_SGI_GETCAPABILITYBYNAME */781782/* Define to 1 if you have the <sgtty.h> header file. */783/* #undef HAVE_SGTTY_H */784785/* Define to 1 if you have the <shadow.h> header file. */786/* #undef HAVE_SHADOW_H */787788/* Define to 1 if you have the <siad.h> header file. */789/* #undef HAVE_SIAD_H */790791/* Define to 1 if you have the `sigaction' function. */792#define HAVE_SIGACTION 1793794/* Define to 1 if you have the <signal.h> header file. */795#define HAVE_SIGNAL_H 1796797/* define if you have a working snprintf */798#define HAVE_SNPRINTF 1799800/* Define to 1 if you have the `socket' function. */801#define HAVE_SOCKET 1802803/* Define to 1 if the system has the type `socklen_t'. */804#define HAVE_SOCKLEN_T 1805806/* Define if you want support for sqlite in Heimdal. */807#define HAVE_SQLITE3 1808809/* Define to 1 if the system has the type `ssize_t'. */810#define HAVE_SSIZE_T 1811812/* Define to 1 if you have the <standards.h> header file. */813/* #undef HAVE_STANDARDS_H */814815/* Define to 1 if you have the <stdint.h> header file. */816#define HAVE_STDINT_H 1817818/* Define to 1 if you have the <stdlib.h> header file. */819#define HAVE_STDLIB_H 1820821/* Define if you have the function `strcasecmp'. */822#define HAVE_STRCASECMP 1823824/* Define if you have the function `strdup'. */825#define HAVE_STRDUP 1826827/* Define if you have the function `strerror'. */828#define HAVE_STRERROR 1829830/* Define if you have the function strerror_r. */831#define HAVE_STRERROR_R 1832833/* Define if you have the function `strftime'. */834#define HAVE_STRFTIME 1835836/* Define to 1 if you have the <strings.h> header file. */837#define HAVE_STRINGS_H 1838839/* Define to 1 if you have the <string.h> header file. */840#define HAVE_STRING_H 1841842/* Define if you have the function `strlcat'. */843#define HAVE_STRLCAT 1844845/* Define if you have the function `strlcpy'. */846#define HAVE_STRLCPY 1847848/* Define if you have the function `strlwr'. */849/* #undef HAVE_STRLWR */850851/* Define if you have the function `strncasecmp'. */852#define HAVE_STRNCASECMP 1853854/* Define if you have the function `strndup'. */855#define HAVE_STRNDUP 1856857/* Define if you have the function `strnlen'. */858#define HAVE_STRNLEN 1859860/* Define to 1 if you have the <stropts.h> header file. */861/* #undef HAVE_STROPTS_H */862863/* Define if you have the function `strptime'. */864#define HAVE_STRPTIME 1865866/* Define if you have the function `strsep'. */867#define HAVE_STRSEP 1868869/* Define if you have the function `strsep_copy'. */870/* #undef HAVE_STRSEP_COPY */871872/* Define to 1 if you have the `strstr' function. */873#define HAVE_STRSTR 1874875/* Define to 1 if you have the `strsvis' function. */876/* #undef HAVE_STRSVIS */877878/* Define to 1 if you have the `strsvisx' function. */879/* #undef HAVE_STRSVISX */880881/* Define if you have the function `strtok_r'. */882#define HAVE_STRTOK_R 1883884/* Define to 1 if the system has the type `struct addrinfo'. */885#define HAVE_STRUCT_ADDRINFO 1886887/* Define to 1 if the system has the type `struct ifaddrs'. */888#define HAVE_STRUCT_IFADDRS 1889890/* Define to 1 if the system has the type `struct iovec'. */891#define HAVE_STRUCT_IOVEC 1892893/* Define to 1 if the system has the type `struct msghdr'. */894#define HAVE_STRUCT_MSGHDR 1895896/* Define to 1 if the system has the type `struct sockaddr'. */897#define HAVE_STRUCT_SOCKADDR 1898899/* Define if struct sockaddr has field sa_len. */900#define HAVE_STRUCT_SOCKADDR_SA_LEN 1901902/* Define to 1 if the system has the type `struct sockaddr_storage'. */903#define HAVE_STRUCT_SOCKADDR_STORAGE 1904905/* define if you have struct spwd */906/* #undef HAVE_STRUCT_SPWD */907908/* Define if struct tm has field tm_gmtoff. */909#define HAVE_STRUCT_TM_TM_GMTOFF 1910911/* Define if struct tm has field tm_zone. */912#define HAVE_STRUCT_TM_TM_ZONE 1913914/* Define if struct utmpx has field ut_exit. */915/* #undef HAVE_STRUCT_UTMPX_UT_EXIT */916917/* Define if struct utmpx has field ut_host. */918#define HAVE_STRUCT_UTMPX_UT_HOST 1919920/* Define if struct utmpx has field ut_id. */921#define HAVE_STRUCT_UTMPX_UT_ID 1922923/* Define if struct utmpx has field ut_line. */924#define HAVE_STRUCT_UTMPX_UT_LINE 1925926/* Define if struct utmpx has field ut_pid. */927#define HAVE_STRUCT_UTMPX_UT_PID 1928929/* Define if struct utmpx has field ut_syslen. */930/* #undef HAVE_STRUCT_UTMPX_UT_SYSLEN */931932/* Define if struct utmpx has field ut_tv. */933#define HAVE_STRUCT_UTMPX_UT_TV 1934935/* Define if struct utmpx has field ut_type. */936#define HAVE_STRUCT_UTMPX_UT_TYPE 1937938/* Define if struct utmpx has field ut_user. */939#define HAVE_STRUCT_UTMPX_UT_USER 1940941/* Define if struct utmp has field ut_addr. */942/* #undef HAVE_STRUCT_UTMP_UT_ADDR */943944/* Define if struct utmp has field ut_host. */945/* #undef HAVE_STRUCT_UTMP_UT_HOST */946947/* Define if struct utmp has field ut_id. */948/* #undef HAVE_STRUCT_UTMP_UT_ID */949950/* Define if struct utmp has field ut_pid. */951/* #undef HAVE_STRUCT_UTMP_UT_PID */952953/* Define if struct utmp has field ut_type. */954/* #undef HAVE_STRUCT_UTMP_UT_TYPE */955956/* Define if struct utmp has field ut_user. */957/* #undef HAVE_STRUCT_UTMP_UT_USER */958959/* define if struct winsize is declared in sys/termios.h */960#define HAVE_STRUCT_WINSIZE 1961962/* Define to 1 if you have the `strunvis' function. */963#define HAVE_STRUNVIS 1964965/* Define if you have the function `strupr'. */966/* #undef HAVE_STRUPR */967968/* Define to 1 if you have the `strvis' function. */969#define HAVE_STRVIS 1970971/* Define to 1 if you have the `strvisx' function. */972#define HAVE_STRVISX 1973974/* Define to 1 if you have the `svis' function. */975#define HAVE_SVIS 1976977/* Define if you have the function `swab'. */978#define HAVE_SWAB 1979980/* Define to 1 if you have the `sysconf' function. */981#define HAVE_SYSCONF 1982983/* Define to 1 if you have the `sysctl' function. */984#define HAVE_SYSCTL 1985986/* Define to 1 if you have the `syslog' function. */987#define HAVE_SYSLOG 1988989/* Define to 1 if you have the <syslog.h> header file. */990#define HAVE_SYSLOG_H 1991992/* Define to 1 if you have the <sys/bitypes.h> header file. */993/* #undef HAVE_SYS_BITYPES_H */994995/* Define to 1 if you have the <sys/bswap.h> header file. */996/* #undef HAVE_SYS_BSWAP_H */997998/* Define to 1 if you have the <sys/capability.h> header file. */999#define HAVE_SYS_CAPABILITY_H 110001001/* Define to 1 if you have the <sys/category.h> header file. */1002/* #undef HAVE_SYS_CATEGORY_H */10031004/* Define to 1 if you have the <sys/file.h> header file. */1005#define HAVE_SYS_FILE_H 110061007/* Define to 1 if you have the <sys/filio.h> header file. */1008#define HAVE_SYS_FILIO_H 110091010/* Define to 1 if you have the <sys/ioccom.h> header file. */1011#define HAVE_SYS_IOCCOM_H 110121013/* Define to 1 if you have the <sys/ioctl.h> header file. */1014#define HAVE_SYS_IOCTL_H 110151016/* Define to 1 if you have the <sys/mman.h> header file. */1017#define HAVE_SYS_MMAN_H 110181019/* Define to 1 if you have the <sys/param.h> header file. */1020#define HAVE_SYS_PARAM_H 110211022/* Define to 1 if you have the <sys/proc.h> header file. */1023#define HAVE_SYS_PROC_H 110241025/* Define to 1 if you have the <sys/ptyio.h> header file. */1026/* #undef HAVE_SYS_PTYIO_H */10271028/* Define to 1 if you have the <sys/ptyvar.h> header file. */1029/* #undef HAVE_SYS_PTYVAR_H */10301031/* Define to 1 if you have the <sys/pty.h> header file. */1032/* #undef HAVE_SYS_PTY_H */10331034/* Define to 1 if you have the <sys/resource.h> header file. */1035#define HAVE_SYS_RESOURCE_H 110361037/* Define to 1 if you have the <sys/select.h> header file. */1038#define HAVE_SYS_SELECT_H 110391040/* Define to 1 if you have the <sys/socket.h> header file. */1041#define HAVE_SYS_SOCKET_H 110421043/* Define to 1 if you have the <sys/sockio.h> header file. */1044#define HAVE_SYS_SOCKIO_H 110451046/* Define to 1 if you have the <sys/stat.h> header file. */1047#define HAVE_SYS_STAT_H 110481049/* Define to 1 if you have the <sys/stream.h> header file. */1050/* #undef HAVE_SYS_STREAM_H */10511052/* Define to 1 if you have the <sys/stropts.h> header file. */1053/* #undef HAVE_SYS_STROPTS_H */10541055/* Define to 1 if you have the <sys/strtty.h> header file. */1056/* #undef HAVE_SYS_STRTTY_H */10571058/* Define to 1 if you have the <sys/str_tty.h> header file. */1059/* #undef HAVE_SYS_STR_TTY_H */10601061/* Define to 1 if you have the <sys/syscall.h> header file. */1062#define HAVE_SYS_SYSCALL_H 110631064/* Define to 1 if you have the <sys/sysctl.h> header file. */1065#define HAVE_SYS_SYSCTL_H 110661067/* Define to 1 if you have the <sys/termio.h> header file. */1068/* #undef HAVE_SYS_TERMIO_H */10691070/* Define to 1 if you have the <sys/timeb.h> header file. */1071#define HAVE_SYS_TIMEB_H 110721073/* Define to 1 if you have the <sys/times.h> header file. */1074#define HAVE_SYS_TIMES_H 110751076/* Define to 1 if you have the <sys/time.h> header file. */1077#define HAVE_SYS_TIME_H 110781079/* Define to 1 if you have the <sys/tty.h> header file. */1080#define HAVE_SYS_TTY_H 110811082/* Define to 1 if you have the <sys/types.h> header file. */1083#define HAVE_SYS_TYPES_H 110841085/* Define to 1 if you have the <sys/ucred.h> header file. */1086#define HAVE_SYS_UCRED_H 110871088/* Define to 1 if you have the <sys/uio.h> header file. */1089#define HAVE_SYS_UIO_H 110901091/* Define to 1 if you have the <sys/un.h> header file. */1092#define HAVE_SYS_UN_H 110931094/* Define to 1 if you have the <sys/utsname.h> header file. */1095#define HAVE_SYS_UTSNAME_H 110961097/* Define to 1 if you have the <sys/wait.h> header file. */1098#define HAVE_SYS_WAIT_H 110991100/* Define to 1 if you have the `tdelete' function. */1101#define HAVE_TDELETE 111021103/* Define to 1 if you have the <termcap.h> header file. */1104#define HAVE_TERMCAP_H 111051106/* Define to 1 if you have the <termios.h> header file. */1107#define HAVE_TERMIOS_H 111081109/* Define to 1 if you have the <termio.h> header file. */1110/* #undef HAVE_TERMIO_H */11111112/* Define to 1 if you have the <term.h> header file. */1113#define HAVE_TERM_H 111141115/* Define to 1 if you have the `tfind' function. */1116#define HAVE_TFIND 111171118/* Define to 1 if you have the `tgetent' function. */1119#define HAVE_TGETENT 111201121/* Define if you have the function `timegm'. */1122#define HAVE_TIMEGM 111231124/* Define if you have the `timezone' variable. */1125#define HAVE_TIMEZONE 111261127/* Define to 1 if you have the <time.h> header file. */1128#define HAVE_TIME_H 111291130/* Define to 1 if you have the <tmpdir.h> header file. */1131/* #undef HAVE_TMPDIR_H */11321133/* Define if you have the function `tsearch'. */1134#define HAVE_TSEARCH 111351136/* Define to 1 if you have the `ttyname' function. */1137#define HAVE_TTYNAME 111381139/* Define to 1 if you have the `ttyslot' function. */1140/* #undef HAVE_TTYSLOT */11411142/* Define to 1 if you have the `twalk' function. */1143#define HAVE_TWALK 111441145/* Define to 1 if you have the <udb.h> header file. */1146/* #undef HAVE_UDB_H */11471148/* Define to 1 if the system has the type `uint16_t'. */1149#define HAVE_UINT16_T 111501151/* Define to 1 if the system has the type `uint32_t'. */1152#define HAVE_UINT32_T 111531154/* Define to 1 if the system has the type `uint64_t'. */1155#define HAVE_UINT64_T 111561157/* Define to 1 if the system has the type `uint8_t'. */1158#define HAVE_UINT8_T 111591160/* Define to 1 if the system has the type `uintptr_t'. */1161#define HAVE_UINTPTR_T 111621163/* Define to 1 if you have the `umask' function. */1164#define HAVE_UMASK 111651166/* Define to 1 if you have the `uname' function. */1167#define HAVE_UNAME 111681169/* Define to 1 if you have the <unistd.h> header file. */1170#define HAVE_UNISTD_H 111711172/* Define to 1 if you have the `unlockpt' function. */1173#define HAVE_UNLOCKPT 111741175/* Define if you have the function `unsetenv'. */1176#define HAVE_UNSETENV 111771178/* Define to 1 if you have the `unvis' function. */1179#define HAVE_UNVIS 111801181/* Define to 1 if you have the <userconf.h> header file. */1182/* #undef HAVE_USERCONF_H */11831184/* Define to 1 if you have the <usersec.h> header file. */1185/* #undef HAVE_USERSEC_H */11861187/* Define to 1 if you have the <util.h> header file. */1188/* #undef HAVE_UTIL_H */11891190/* Define to 1 if you have the <utmpx.h> header file. */1191#define HAVE_UTMPX_H 111921193/* Define to 1 if you have the <utmp.h> header file. */1194/* #undef HAVE_UTMP_H */11951196/* Define to 1 if the system has the type `u_int16_t'. */1197#define HAVE_U_INT16_T 111981199/* Define to 1 if the system has the type `u_int32_t'. */1200#define HAVE_U_INT32_T 112011202/* Define to 1 if the system has the type `u_int64_t'. */1203#define HAVE_U_INT64_T 112041205/* Define to 1 if the system has the type `u_int8_t'. */1206#define HAVE_U_INT8_T 112071208/* Define to 1 if you have the `vasnprintf' function. */1209/* #undef HAVE_VASNPRINTF */12101211/* Define to 1 if you have the `vasprintf' function. */1212#define HAVE_VASPRINTF 112131214/* Define if you have the function `verr'. */1215#define HAVE_VERR 112161217/* Define if you have the function `verrx'. */1218#define HAVE_VERRX 112191220/* Define to 1 if you have the `vhangup' function. */1221/* #undef HAVE_VHANGUP */12221223/* Define to 1 if you have the `vis' function. */1224#define HAVE_VIS 112251226/* Define to 1 if you have the <vis.h> header file. */1227#define HAVE_VIS_H 112281229/* define if you have a working vsnprintf */1230#define HAVE_VSNPRINTF 112311232/* Define if you have the function `vsyslog'. */1233#define HAVE_VSYSLOG 112341235/* Define if you have the function `vwarn'. */1236#define HAVE_VWARN 112371238/* Define if you have the function `vwarnx'. */1239#define HAVE_VWARNX 112401241/* Define if you have the function `warn'. */1242#define HAVE_WARN 112431244/* Define if you have the function `warnx'. */1245#define HAVE_WARNX 112461247/* Define to 1 if you have the <winsock2.h> header file. */1248/* #undef HAVE_WINSOCK2_H */12491250/* Define if you have the function `writev'. */1251#define HAVE_WRITEV 112521253/* Define to 1 if you have the <ws2tcpip.h> header file. */1254/* #undef HAVE_WS2TCPIP_H */12551256/* define if struct winsize has ws_xpixel */1257#define HAVE_WS_XPIXEL 112581259/* define if struct winsize has ws_ypixel */1260#define HAVE_WS_YPIXEL 112611262/* Define to 1 if you have the `XauFileName' function. */1263/* #undef HAVE_XAUFILENAME */12641265/* Define to 1 if you have the `XauReadAuth' function. */1266/* #undef HAVE_XAUREADAUTH */12671268/* Define to 1 if you have the `XauWriteAuth' function. */1269/* #undef HAVE_XAUWRITEAUTH */12701271/* Define to 1 if you have the `yp_get_default_domain' function. */1272#define HAVE_YP_GET_DEFAULT_DOMAIN 112731274/* Define to 1 if you have the `_getpty' function. */1275/* #undef HAVE__GETPTY */12761277/* Define if you have the `_res' variable. */1278#define HAVE__RES 112791280/* Define to 1 if you have the `_scrsize' function. */1281/* #undef HAVE__SCRSIZE */12821283/* define if your compiler has __attribute__ */1284#define HAVE___ATTRIBUTE__ 112851286/* Define if you have the `__progname' variable. */1287#define HAVE___PROGNAME 112881289/* have __sync_add_and_fetch */1290#if defined(__FreeBSD__) && defined(__arm__)1291#undef HAVE___SYNC_ADD_AND_FETCH /* Not supported on FreeBSD/arm */1292#else1293#define HAVE___SYNC_ADD_AND_FETCH 11294#endif12951296/* Define if you want support for weak crypto */1297#define HEIM_WEAK_CRYPTO 112981299/* Define if you have the hesiod package. */1300/* #undef HESIOD */13011302/* Enable Kerberos 5 support in applications. */1303#define KRB5 113041305/* Define to enable kx509. */1306#define KX509 113071308/* path to lib */1309#define LIBDIR "/usr/lib"13101311/* Define if you have the libedit package. */1312/* #undef LIBEDIT */13131314/* path to libexec */1315#define LIBEXECDIR "/usr/libexec"13161317/* Define if you have the libintl package. */1318/* #undef LIBINTL */13191320/* path to localstate */1321#define LOCALSTATEDIR "/var/heimdal"13221323/* Define to the sub-directory in which libtool stores uninstalled libraries.1324*/1325#define LT_OBJDIR ".libs/"13261327/* define if the system is missing a prototype for asnprintf() */1328#define NEED_ASNPRINTF_PROTO 113291330/* define if the system is missing a prototype for asprintf() */1331/* #undef NEED_ASPRINTF_PROTO */13321333/* define if the system is missing a prototype for crypt() */1334/* #undef NEED_CRYPT_PROTO */13351336/* define if the system is missing a prototype for daemon() */1337#define NEED_DAEMON_PROTO 113381339/* define if the system is missing a prototype for gethostname() */1340/* #undef NEED_GETHOSTNAME_PROTO */13411342/* define if the system is missing a prototype for getusershell() */1343/* #undef NEED_GETUSERSHELL_PROTO */13441345/* define if the system is missing a prototype for glob() */1346/* #undef NEED_GLOB_PROTO */13471348/* define if the system is missing a prototype for hstrerror() */1349/* #undef NEED_HSTRERROR_PROTO */13501351/* define if the system is missing a prototype for inet_aton() */1352/* #undef NEED_INET_ATON_PROTO */13531354/* define if the system is missing a prototype for iruserok() */1355/* #undef NEED_IRUSEROK_PROTO */13561357/* define if the system is missing a prototype for mkstemp() */1358/* #undef NEED_MKSTEMP_PROTO */13591360/* if your qsort is not a stable sort */1361/* #undef NEED_QSORT */13621363/* define if the system is missing a prototype for SecKeyGetCSPHandle() */1364/* #undef NEED_SECKEYGETCSPHANDLE_PROTO */13651366/* define if the system is missing a prototype for setenv() */1367/* #undef NEED_SETENV_PROTO */13681369/* define if the system is missing a prototype for snprintf() */1370/* #undef NEED_SNPRINTF_PROTO */13711372/* define if the system is missing a prototype for strndup() */1373/* #undef NEED_STRNDUP_PROTO */13741375/* define if the system is missing a prototype for strsep() */1376/* #undef NEED_STRSEP_PROTO */13771378/* define if the system is missing a prototype for strsvisx() */1379#define NEED_STRSVISX_PROTO 113801381/* define if the system is missing a prototype for strsvis() */1382#define NEED_STRSVIS_PROTO 113831384/* define if the system is missing a prototype for strtok_r() */1385/* #undef NEED_STRTOK_R_PROTO */13861387/* define if the system is missing a prototype for strunvis() */1388/* #undef NEED_STRUNVIS_PROTO */13891390/* define if the system is missing a prototype for strvisx() */1391/* #undef NEED_STRVISX_PROTO */13921393/* define if the system is missing a prototype for strvis() */1394/* #undef NEED_STRVIS_PROTO */13951396/* define if the system is missing a prototype for svis() */1397#define NEED_SVIS_PROTO 113981399/* define if the system is missing a prototype for unsetenv() */1400/* #undef NEED_UNSETENV_PROTO */14011402/* define if the system is missing a prototype for unvis() */1403/* #undef NEED_UNVIS_PROTO */14041405/* define if the system is missing a prototype for vasnprintf() */1406#define NEED_VASNPRINTF_PROTO 114071408/* define if the system is missing a prototype for vasprintf() */1409/* #undef NEED_VASPRINTF_PROTO */14101411/* define if the system is missing a prototype for vis() */1412/* #undef NEED_VIS_PROTO */14131414/* define if the system is missing a prototype for vsnprintf() */1415/* #undef NEED_VSNPRINTF_PROTO */14161417/* Define if you don't wan't support for AFS. */1418/* #undef NO_AFS */14191420/* Define to 1 if your C compiler doesn't accept -c and -o together. */1421/* #undef NO_MINUS_C_MINUS_O */14221423/* Define if you don't want to use mmap. */1424/* #undef NO_MMAP */14251426/* Define this to enable old environment option in telnet. */1427#define OLD_ENVIRON 114281429/* Define if you have the openldap package. */1430/* #undef OPENLDAP */14311432/* Define if you want support for hdb ldap module */1433/* #undef OPENLDAP_MODULE */14341435/* define if prototype of openlog is compatible with void openlog(const char1436*, int, int) */1437#define OPENLOG_PROTO_COMPATIBLE 114381439/* Define if you want OTP support in applications. */1440#define OTP 114411442/* Name of package */1443#define PACKAGE "heimdal"14441445/* Define to the address where bug reports for this package should be sent. */1446#define PACKAGE_BUGREPORT "[email protected]"14471448/* Define to the full name of this package. */1449#define PACKAGE_NAME "Heimdal"14501451/* Define to the full name and version of this package. */1452#define PACKAGE_STRING "Heimdal 1.5.2"14531454/* Define to the one symbol short name of this package. */1455#define PACKAGE_TARNAME "heimdal"14561457/* Define to the home page for this package. */1458#define PACKAGE_URL ""14591460/* Define to the version of this package. */1461#define PACKAGE_VERSION "1.5.2"14621463/* Define to enable PKINIT. */1464#define PKINIT 114651466/* Define if getlogin has POSIX flavour (and not BSD). */1467/* #undef POSIX_GETLOGIN */14681469/* Define if getpwnam_r has POSIX flavour. */1470#define POSIX_GETPWNAM_R 114711472/* Define if you have the readline package. */1473/* #undef READLINE */14741475/* Define as the return type of signal handlers (`int' or `void'). */1476#define RETSIGTYPE void14771478/* path to sbin */1479#define SBINDIR "/usr/sbin"14801481/* Define if you want to use samba socket wrappers. */1482/* #undef SOCKET_WRAPPER_REPLACE */14831484/* Define if you have the sqlite3 package. */1485/* #undef SQLITE3 */14861487/* Define to 1 if you have the ANSI C header files. */1488#define STDC_HEADERS 114891490/* Define if you have streams ptys. */1491/* #undef STREAMSPTY */14921493/* define if prototype of strerror_r is compatible with int strerror_r(int,1494char *, size_t) */1495#define STRERROR_R_PROTO_COMPATIBLE 114961497/* Define if os support want to detach is daemonens. */1498#define SUPPORT_DETACH 114991500/* Enable use of inetd style startup. */1501#define SUPPORT_INETD 115021503/* path to sysconf */1504#define SYSCONFDIR "/etc"15051506/* Define to what version of SunOS you are running. */1507/* #undef SunOS */15081509/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */1510#define TIME_WITH_SYS_TIME 115111512/* Define to 1 if your <sys/time.h> declares `struct tm'. */1513/* #undef TM_IN_SYS_TIME */15141515/* Version number of package */1516#define VERSION "1.5.2"15171518/* Define if signal handlers return void. */1519#define VOID_RETSIGTYPE 115201521/* define if target is big endian */1522/* #undef WORDS_BIGENDIAN */15231524/* Define to 1 if the X Window System is missing or not being used. */1525#define X_DISPLAY_MISSING 115261527/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a1528`char[]'. */1529#define YYTEXT_POINTER 115301531/* Required for functional/sane headers on AIX */1532/* #undef _ALL_SOURCE */15331534/* Number of bits in a file offset, on hosts where this is settable. */1535/* #undef _FILE_OFFSET_BITS */15361537/* Define to enable extensions on glibc-based systems such as Linux. */1538#define _GNU_SOURCE 115391540/* Define for large files, on AIX-style hosts. */1541/* #undef _LARGE_FILES */15421543/* Define to get POSIX getpwnam_r in some systems. */1544/* #undef _POSIX_PTHREAD_SEMANTICS */15451546/* Define to empty if `const' does not conform to ANSI C. */1547/* #undef const */15481549/* Define to `int' if <sys/types.h> doesn't define. */1550/* #undef gid_t */15511552/* Define to `__inline__' or `__inline' if that's what the C compiler1553calls it, or to nothing if 'inline' is not supported under any name. */1554#ifndef __cplusplus1555/* #undef inline */1556#endif15571558/* Define this to what the type mode_t should be. */1559/* #undef mode_t */15601561/* Define to `long int' if <sys/types.h> does not define. */1562/* #undef off_t */15631564/* Define to `int' if <sys/types.h> does not define. */1565/* #undef pid_t */15661567/* Path name delimiter */1568#define rk_PATH_DELIM '/'15691570/* Define this to what the type sig_atomic_t should be. */1571/* #undef sig_atomic_t */15721573/* Define to `unsigned int' if <sys/types.h> does not define. */1574/* #undef size_t */15751576/* Define to `int' if <sys/types.h> doesn't define. */1577/* #undef uid_t */15781579#ifdef _AIX1580/* XXX this is gross, but kills about a gazillion warnings */1581struct ether_addr;1582struct sockaddr;1583struct sockaddr_dl;1584struct sockaddr_in;1585#endif15861587#ifdef __APPLE__1588#include <AvailabilityMacros.h>1589#endif15901591#ifdef ROKEN_RENAME1592#include "roken_rename.h"1593#endif15941595#ifdef VOID_RETSIGTYPE1596#define SIGRETURN(x) return1597#else1598#define SIGRETURN(x) return (RETSIGTYPE)(x)1599#endif16001601#ifdef BROKEN_REALLOC1602#define realloc(X, Y) rk_realloc((X), (Y))1603#endif160416051606#ifdef ENDIANESS_IN_SYS_PARAM_H1607# include <sys/types.h>1608# include <sys/param.h>1609# if BYTE_ORDER == BIG_ENDIAN1610# define WORDS_BIGENDIAN 11611# endif1612#endif16131614161516161617/* Set this to the default system lead string for telnetd1618* can contain %-escapes: %s=sysname, %m=machine, %r=os-release1619* %v=os-version, %t=tty, %h=hostname, %d=date and time1620*/1621/* #undef USE_IM */16221623/* Used with login -p */1624/* #undef LOGIN_ARGS */16251626/* set this to a sensible login */1627#ifndef LOGIN_PATH1628#define LOGIN_PATH BINDIR "/login"1629#endif1630163116321633