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