NetBSD/crypto/dist/heimdal/include/config.h.in

1426 lines
36 KiB
C
Raw Normal View History

2002-09-12 16:41:31 +04:00
/* include/config.h.in. Generated from configure.in by autoheader. */
2000-08-02 23:57:59 +04:00
#ifndef RCSID
2001-09-17 16:24:30 +04:00
#define RCSID(msg) \
2002-09-12 16:41:31 +04:00
static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
2000-08-02 23:57:59 +04:00
#endif
2000-08-02 23:57:59 +04:00
/* Maximum values on all known systems */
#define MaxHostNameLen (64+4)
#define MaxPathLen (1024+4)
2000-08-02 23:57:59 +04:00
/* Define if you want authentication support in telnet. */
#undef AUTHENTICATION
2002-09-12 16:41:31 +04:00
/* path to bin */
#undef BINDIR
2000-08-02 23:57:59 +04:00
/* Define if realloc(NULL) doesn't work. */
#undef BROKEN_REALLOC
2000-08-02 23:57:59 +04:00
/* Define if you want support for DCE/DFS PAG's. */
#undef DCE
2000-08-02 23:57:59 +04:00
/* Define if you want to use DES encryption in telnet. */
#undef DES_ENCRYPTION
2000-08-02 23:57:59 +04:00
/* Define this to enable diagnostics in telnet. */
#undef DIAGNOSTICS
2000-08-02 23:57:59 +04:00
/* Define if you want encryption support in telnet. */
#undef ENCRYPTION
2000-08-02 23:57:59 +04:00
/* define if sys/param.h defines the endiness */
#undef ENDIANESS_IN_SYS_PARAM_H
2000-08-02 23:57:59 +04:00
/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
#undef ENV_HACK
2000-08-02 23:57:59 +04:00
/* define if prototype of gethostbyaddr is compatible with struct hostent
*gethostbyaddr(const void *, size_t, int) */
#undef GETHOSTBYADDR_PROTO_COMPATIBLE
2000-08-02 23:57:59 +04:00
/* define if prototype of gethostbyname is compatible with struct hostent
*gethostbyname(const char *) */
#undef GETHOSTBYNAME_PROTO_COMPATIBLE
2000-08-02 23:57:59 +04:00
/* define if prototype of getservbyname is compatible with struct servent
*getservbyname(const char *, const char *) */
#undef GETSERVBYNAME_PROTO_COMPATIBLE
2001-02-11 16:51:06 +03:00
/* define if prototype of getsockname is compatible with int getsockname(int,
struct sockaddr*, socklen_t*) */
#undef GETSOCKNAME_PROTO_COMPATIBLE
2002-09-12 16:41:31 +04:00
/* Define if you have the `altzone' variable. */
#undef HAVE_ALTZONE
/* define if your system declares altzone */
#undef HAVE_ALTZONE_DECLARATION
/* Define to 1 if you have the <arpa/ftp.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_ARPA_FTP_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <arpa/inet.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_ARPA_INET_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <arpa/nameser.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_ARPA_NAMESER_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <arpa/telnet.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_ARPA_TELNET_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `asnprintf' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_ASNPRINTF
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `asprintf' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_ASPRINTF
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `atexit' function. */
#undef HAVE_ATEXIT
/* Define to 1 if you have the <bind/bitypes.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_BIND_BITYPES_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <bsdsetjmp.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_BSDSETJMP_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `bswap16' function. */
2001-06-20 02:07:32 +04:00
#undef HAVE_BSWAP16
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `bswap32' function. */
2001-06-20 02:07:32 +04:00
#undef HAVE_BSWAP32
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <capability.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_CAPABILITY_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `cap_set_proc' function. */
#undef HAVE_CAP_SET_PROC
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `cgetent' function. */
#undef HAVE_CGETENT
2002-09-12 16:41:31 +04:00
/* Define if you have the function `chown'. */
#undef HAVE_CHOWN
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <config.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_CONFIG_H
2002-09-12 16:41:31 +04:00
/* Define if you have the function `copyhostent'. */
#undef HAVE_COPYHOSTENT
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `crypt' function. */
#undef HAVE_CRYPT
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <crypt.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_CRYPT_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <curses.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_CURSES_H
2002-09-12 16:41:31 +04:00
/* Define if you have the function `daemon'. */
#undef HAVE_DAEMON
2001-09-17 16:24:30 +04:00
/* define if you have a berkeley db1/2 library */
#undef HAVE_DB1
2002-09-12 16:41:31 +04:00
/* define if you have a berkeley db3/4 library */
2001-09-17 16:24:30 +04:00
#undef HAVE_DB3
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <db3/db.h> header file. */
#undef HAVE_DB3_DB_H
/* Define to 1 if you have the <db4/db.h> header file. */
#undef HAVE_DB4_DB_H
/* Define to 1 if you have the `dbm_firstkey' function. */
#undef HAVE_DBM_FIRSTKEY
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <dbm.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_DBM_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `dbopen' function. */
#undef HAVE_DBOPEN
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <db_185.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_DB_185_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `db_create' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_DB_CREATE
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <db.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_DB_H
2001-09-17 16:24:30 +04:00
/* define if you have ndbm compat in db */
#undef HAVE_DB_NDBM
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <dirent.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_DIRENT_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <dlfcn.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_DLFCN_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `dlopen' function. */
#undef HAVE_DLOPEN
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `dn_expand' function. */
#undef HAVE_DN_EXPAND
2002-09-12 16:41:31 +04:00
/* Define if you have the function `ecalloc'. */
2001-09-17 16:24:30 +04:00
#undef HAVE_ECALLOC
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `el_init' function. */
#undef HAVE_EL_INIT
2002-09-12 16:41:31 +04:00
/* Define if you have the function `emalloc'. */
2001-09-17 16:24:30 +04:00
#undef HAVE_EMALLOC
2000-08-02 23:57:59 +04:00
/* define if your system declares environ */
#undef HAVE_ENVIRON_DECLARATION
2002-09-12 16:41:31 +04:00
/* Define if you have the function `erealloc'. */
2001-09-17 16:24:30 +04:00
#undef HAVE_EREALLOC
2002-09-12 16:41:31 +04:00
/* Define if you have the function `err'. */
#undef HAVE_ERR
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <errno.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_ERRNO_H
2002-09-12 16:41:31 +04:00
/* Define if you have the function `errx'. */
#undef HAVE_ERRX
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <err.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_ERR_H
2002-09-12 16:41:31 +04:00
/* Define if you have the function `estrdup'. */
2001-09-17 16:24:30 +04:00
#undef HAVE_ESTRDUP
2002-09-12 16:41:31 +04:00
/* Define if you have the function `fchown'. */
#undef HAVE_FCHOWN
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `fcntl' function. */
#undef HAVE_FCNTL
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <fcntl.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_FCNTL_H
2002-09-12 16:41:31 +04:00
/* Define if you have the function `flock'. */
#undef HAVE_FLOCK
2002-09-12 16:41:31 +04:00
/* Define if you have the function `fnmatch'. */
#undef HAVE_FNMATCH
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <fnmatch.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_FNMATCH_H
/* Define if el_init takes four arguments. */
#undef HAVE_FOUR_VALUED_EL_INIT
/* define if krb_put_int takes four arguments. */
#undef HAVE_FOUR_VALUED_KRB_PUT_INT
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `freeaddrinfo' function. */
#undef HAVE_FREEADDRINFO
2002-09-12 16:41:31 +04:00
/* Define if you have the function `freehostent'. */
#undef HAVE_FREEHOSTENT
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `gai_strerror' function. */
#undef HAVE_GAI_STRERROR
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <gdbm/ndbm.h> header file. */
2001-02-11 16:51:06 +03:00
#undef HAVE_GDBM_NDBM_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `getaddrinfo' function. */
#undef HAVE_GETADDRINFO
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `getconfattr' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_GETCONFATTR
2002-09-12 16:41:31 +04:00
/* Define if you have the function `getcwd'. */
#undef HAVE_GETCWD
2002-09-12 16:41:31 +04:00
/* Define if you have the function `getdtablesize'. */
#undef HAVE_GETDTABLESIZE
2002-09-12 16:41:31 +04:00
/* Define if you have the function `getegid'. */
#undef HAVE_GETEGID
2002-09-12 16:41:31 +04:00
/* Define if you have the function `geteuid'. */
#undef HAVE_GETEUID
2002-09-12 16:41:31 +04:00
/* Define if you have the function `getgid'. */
#undef HAVE_GETGID
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `gethostbyname' function. */
#undef HAVE_GETHOSTBYNAME
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `gethostbyname2' function. */
#undef HAVE_GETHOSTBYNAME2
2002-09-12 16:41:31 +04:00
/* Define if you have the function `gethostname'. */
#undef HAVE_GETHOSTNAME
2002-09-12 16:41:31 +04:00
/* Define if you have the function `getifaddrs'. */
2001-02-11 16:51:06 +03:00
#undef HAVE_GETIFADDRS
2002-09-12 16:41:31 +04:00
/* Define if you have the function `getipnodebyaddr'. */
#undef HAVE_GETIPNODEBYADDR
2002-09-12 16:41:31 +04:00
/* Define if you have the function `getipnodebyname'. */
#undef HAVE_GETIPNODEBYNAME
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `getlogin' function. */
#undef HAVE_GETLOGIN
2001-02-11 16:51:06 +03:00
/* Define if you have a working getmsg. */
#undef HAVE_GETMSG
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `getnameinfo' function. */
#undef HAVE_GETNAMEINFO
2002-09-12 16:41:31 +04:00
/* Define if you have the function `getopt'. */
#undef HAVE_GETOPT
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE
/* Define to 1 if you have the `getprogname' function. */
2001-06-20 02:07:32 +04:00
#undef HAVE_GETPROGNAME
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `getpwnam_r' function. */
#undef HAVE_GETPWNAM_R
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `getrlimit' function. */
#undef HAVE_GETRLIMIT
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `getsockopt' function. */
#undef HAVE_GETSOCKOPT
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `getspnam' function. */
#undef HAVE_GETSPNAM
2002-09-12 16:41:31 +04:00
/* Define if you have the function `gettimeofday'. */
#undef HAVE_GETTIMEOFDAY
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `getudbnam' function. */
#undef HAVE_GETUDBNAM
2002-09-12 16:41:31 +04:00
/* Define if you have the function `getuid'. */
#undef HAVE_GETUID
2002-09-12 16:41:31 +04:00
/* Define if you have the function `getusershell'. */
#undef HAVE_GETUSERSHELL
2000-08-02 23:57:59 +04:00
/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
2001-06-20 02:07:32 +04:00
GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
2000-08-02 23:57:59 +04:00
#undef HAVE_GLOB
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `grantpt' function. */
#undef HAVE_GRANTPT
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <grp.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_GRP_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `hstrerror' function. */
#undef HAVE_HSTRERROR
2000-08-02 23:57:59 +04:00
/* Define if you have the `h_errlist' variable. */
#undef HAVE_H_ERRLIST
/* define if your system declares h_errlist */
#undef HAVE_H_ERRLIST_DECLARATION
/* Define if you have the `h_errno' variable. */
#undef HAVE_H_ERRNO
/* define if your system declares h_errno */
#undef HAVE_H_ERRNO_DECLARATION
/* Define if you have the `h_nerr' variable. */
#undef HAVE_H_NERR
/* define if your system declares h_nerr */
#undef HAVE_H_NERR_DECLARATION
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <ifaddrs.h> header file. */
2001-02-11 16:51:06 +03:00
#undef HAVE_IFADDRS_H
2001-09-17 16:24:30 +04:00
/* Define if you have the in6addr_loopback variable */
#undef HAVE_IN6ADDR_LOOPBACK
2002-09-12 16:41:31 +04:00
/* define */
#undef HAVE_INET_ATON
2002-09-12 16:41:31 +04:00
/* define */
#undef HAVE_INET_NTOP
2002-09-12 16:41:31 +04:00
/* define */
#undef HAVE_INET_PTON
2002-09-12 16:41:31 +04:00
/* Define if you have the function `initgroups'. */
#undef HAVE_INITGROUPS
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `initstate' function. */
2001-09-17 16:24:30 +04:00
#undef HAVE_INITSTATE
2002-09-12 16:41:31 +04:00
/* Define if you have the function `innetgr'. */
#undef HAVE_INNETGR
2002-09-12 16:41:31 +04:00
/* Define to 1 if the system has the type `int16_t'. */
#undef HAVE_INT16_T
/* Define to 1 if the system has the type `int32_t'. */
#undef HAVE_INT32_T
/* Define to 1 if the system has the type `int64_t'. */
#undef HAVE_INT64_T
/* Define to 1 if the system has the type `int8_t'. */
#undef HAVE_INT8_T
/* Define to 1 if you have the <inttypes.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_INTTYPES_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <io.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_IO_H
/* Define if you have IPv6. */
#undef HAVE_IPV6
2002-09-12 16:41:31 +04:00
/* Define if you have the function `iruserok'. */
#undef HAVE_IRUSEROK
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `issetugid' function. */
2001-09-17 16:24:30 +04:00
#undef HAVE_ISSETUGID
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `krb_disable_debug' function. */
#undef HAVE_KRB_DISABLE_DEBUG
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `krb_enable_debug' function. */
#undef HAVE_KRB_ENABLE_DEBUG
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `krb_get_kdc_time_diff' function. */
#undef HAVE_KRB_GET_KDC_TIME_DIFF
/* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
#undef HAVE_KRB_GET_OUR_IP_FOR_REALM
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `krb_kdctimeofday' function. */
#undef HAVE_KRB_KDCTIMEOFDAY
/* Define to 1 if you have the <libutil.h> header file. */
2001-09-17 16:24:30 +04:00
#undef HAVE_LIBUTIL_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <limits.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_LIMITS_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `loadquery' function. */
#undef HAVE_LOADQUERY
/* Define if you have the function `localtime_r'. */
#undef HAVE_LOCALTIME_R
/* Define to 1 if you have the `logout' function. */
2001-09-17 16:24:30 +04:00
#undef HAVE_LOGOUT
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `logwtmp' function. */
#undef HAVE_LOGWTMP
2002-09-12 16:41:31 +04:00
/* Define to 1 if the system has the type `long long'. */
#undef HAVE_LONG_LONG
2002-09-12 16:41:31 +04:00
/* Define if you have the function `lstat'. */
#undef HAVE_LSTAT
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <maillock.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_MAILLOCK_H
2002-09-12 16:41:31 +04:00
/* Define if you have the function `memmove'. */
#undef HAVE_MEMMOVE
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <memory.h> header file. */
2001-09-17 16:24:30 +04:00
#undef HAVE_MEMORY_H
2002-09-12 16:41:31 +04:00
/* Define if you have the function `mkstemp'. */
#undef HAVE_MKSTEMP
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `mktime' function. */
#undef HAVE_MKTIME
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have a working `mmap' system call. */
#undef HAVE_MMAP
2001-09-17 16:24:30 +04:00
/* define if you have a ndbm library */
#undef HAVE_NDBM
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <ndbm.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_NDBM_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <netdb.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_NETDB_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <netgroup.h> header file. */
#undef HAVE_NETGROUP_H
/* Define to 1 if you have the <netinet6/in6.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_NETINET6_IN6_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <netinet6/in6_var.h> header file. */
2001-02-11 16:51:06 +03:00
#undef HAVE_NETINET6_IN6_VAR_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <netinet/in6.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_NETINET_IN6_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_NETINET_IN6_MACHTYPES_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <netinet/in.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_NETINET_IN_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <netinet/in_systm.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_NETINET_IN_SYSTM_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <netinet/ip.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_NETINET_IP_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <netinet/tcp.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_NETINET_TCP_H
/* Define if you want to use Netinfo instead of krb5.conf. */
#undef HAVE_NETINFO
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <netinfo/ni.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_NETINFO_NI_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <net/if.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_NET_IF_H
2002-09-12 16:41:31 +04:00
/* Define if NDBM really is DB (creates files *.db) */
#undef HAVE_NEW_DB
/* define if you have hash functions like md4_finito() */
#undef HAVE_OLD_HASH_NAMES
/* Define to 1 if you have the `on_exit' function. */
#undef HAVE_ON_EXIT
/* Define to 1 if you have the `openpty' function. */
2001-09-17 16:24:30 +04:00
#undef HAVE_OPENPTY
2001-02-11 16:51:06 +03:00
2001-09-17 16:24:30 +04:00
/* define to use openssl's libcrypto */
#undef HAVE_OPENSSL
2001-02-11 16:51:06 +03:00
2000-08-02 23:57:59 +04:00
/* define if your system declares optarg */
#undef HAVE_OPTARG_DECLARATION
/* define if your system declares opterr */
#undef HAVE_OPTERR_DECLARATION
/* define if your system declares optind */
#undef HAVE_OPTIND_DECLARATION
/* define if your system declares optopt */
#undef HAVE_OPTOPT_DECLARATION
/* Define to enable basic OSF C2 support. */
#undef HAVE_OSFC2
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <paths.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_PATHS_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `pidfile' function. */
2001-02-11 16:51:06 +03:00
#undef HAVE_PIDFILE
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <pthread.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_PTHREAD_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `ptsname' function. */
#undef HAVE_PTSNAME
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <pty.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_PTY_H
2002-09-12 16:41:31 +04:00
/* Define if you have the function `putenv'. */
#undef HAVE_PUTENV
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <pwd.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_PWD_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `rand' function. */
#undef HAVE_RAND
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `random' function. */
#undef HAVE_RANDOM
2002-09-12 16:41:31 +04:00
/* Define if you have the function `rcmd'. */
#undef HAVE_RCMD
2000-08-02 23:57:59 +04:00
/* Define if you have a readline compatible library. */
#undef HAVE_READLINE
2002-09-12 16:41:31 +04:00
/* Define if you have the function `readv'. */
#undef HAVE_READV
2002-09-12 16:41:31 +04:00
/* Define if you have the function `recvmsg'. */
#undef HAVE_RECVMSG
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <resolv.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_RESOLV_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `res_nsearch' function. */
#undef HAVE_RES_NSEARCH
/* Define to 1 if you have the `res_search' function. */
#undef HAVE_RES_SEARCH
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `revoke' function. */
#undef HAVE_REVOKE
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_RPCSVC_YPCLNT_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sac.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_SAC_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if the system has the type `sa_family_t'. */
#undef HAVE_SA_FAMILY_T
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <security/pam_modules.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_SECURITY_PAM_MODULES_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `select' function. */
#undef HAVE_SELECT
2002-09-12 16:41:31 +04:00
/* Define if you have the function `sendmsg'. */
#undef HAVE_SENDMSG
2002-09-12 16:41:31 +04:00
/* Define if you have the function `setegid'. */
#undef HAVE_SETEGID
2002-09-12 16:41:31 +04:00
/* Define if you have the function `setenv'. */
#undef HAVE_SETENV
2002-09-12 16:41:31 +04:00
/* Define if you have the function `seteuid'. */
#undef HAVE_SETEUID
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setitimer' function. */
#undef HAVE_SETITIMER
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setlim' function. */
#undef HAVE_SETLIM
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setlogin' function. */
#undef HAVE_SETLOGIN
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setpcred' function. */
#undef HAVE_SETPCRED
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setpgid' function. */
#undef HAVE_SETPGID
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setproctitle' function. */
#undef HAVE_SETPROCTITLE
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setprogname' function. */
2001-06-20 02:07:32 +04:00
#undef HAVE_SETPROGNAME
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setregid' function. */
#undef HAVE_SETREGID
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setresgid' function. */
#undef HAVE_SETRESGID
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setresuid' function. */
#undef HAVE_SETRESUID
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setreuid' function. */
#undef HAVE_SETREUID
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setsid' function. */
#undef HAVE_SETSID
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setsockopt' function. */
#undef HAVE_SETSOCKOPT
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setstate' function. */
2001-09-17 16:24:30 +04:00
#undef HAVE_SETSTATE
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `setutent' function. */
#undef HAVE_SETUTENT
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
#undef HAVE_SGI_GETCAPABILITYBYNAME
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sgtty.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_SGTTY_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <shadow.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_SHADOW_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <siad.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_SIAD_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `sigaction' function. */
#undef HAVE_SIGACTION
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <signal.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_SIGNAL_H
/* define if you have a working snprintf */
#undef HAVE_SNPRINTF
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `socket' function. */
#undef HAVE_SOCKET
2002-09-12 16:41:31 +04:00
/* Define to 1 if the system has the type `socklen_t'. */
#undef HAVE_SOCKLEN_T
2002-09-12 16:41:31 +04:00
/* Define to 1 if the system has the type `ssize_t'. */
#undef HAVE_SSIZE_T
/* Define to 1 if you have the <standards.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_STANDARDS_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <stdint.h> header file. */
2001-09-17 16:24:30 +04:00
#undef HAVE_STDINT_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <stdlib.h> header file. */
2001-09-17 16:24:30 +04:00
#undef HAVE_STDLIB_H
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strcasecmp'. */
#undef HAVE_STRCASECMP
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strdup'. */
#undef HAVE_STRDUP
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strerror'. */
#undef HAVE_STRERROR
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strftime'. */
#undef HAVE_STRFTIME
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <strings.h> header file. */
2001-09-17 16:24:30 +04:00
#undef HAVE_STRINGS_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <string.h> header file. */
2001-09-17 16:24:30 +04:00
#undef HAVE_STRING_H
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strlcat'. */
#undef HAVE_STRLCAT
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strlcpy'. */
#undef HAVE_STRLCPY
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strlwr'. */
#undef HAVE_STRLWR
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strncasecmp'. */
#undef HAVE_STRNCASECMP
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strndup'. */
#undef HAVE_STRNDUP
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strnlen'. */
#undef HAVE_STRNLEN
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <stropts.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_STROPTS_H
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strptime'. */
#undef HAVE_STRPTIME
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strsep'. */
#undef HAVE_STRSEP
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strsep_copy'. */
2000-08-02 23:57:59 +04:00
#undef HAVE_STRSEP_COPY
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `strstr' function. */
#undef HAVE_STRSTR
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `strsvis' function. */
2001-02-11 16:51:06 +03:00
#undef HAVE_STRSVIS
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strtok_r'. */
#undef HAVE_STRTOK_R
2002-09-12 16:41:31 +04:00
/* Define to 1 if the system has the type `struct addrinfo'. */
#undef HAVE_STRUCT_ADDRINFO
2002-09-12 16:41:31 +04:00
/* Define to 1 if the system has the type `struct ifaddrs'. */
2001-02-11 16:51:06 +03:00
#undef HAVE_STRUCT_IFADDRS
2002-09-12 16:41:31 +04:00
/* Define to 1 if the system has the type `struct iovec'. */
#undef HAVE_STRUCT_IOVEC
/* Define to 1 if the system has the type `struct msghdr'. */
#undef HAVE_STRUCT_MSGHDR
/* Define to 1 if the system has the type `struct sockaddr'. */
#undef HAVE_STRUCT_SOCKADDR
2000-08-02 23:57:59 +04:00
/* Define if struct sockaddr has field sa_len. */
#undef HAVE_STRUCT_SOCKADDR_SA_LEN
2002-09-12 16:41:31 +04:00
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
#undef HAVE_STRUCT_SOCKADDR_STORAGE
2000-08-02 23:57:59 +04:00
/* define if you have struct spwd */
#undef HAVE_STRUCT_SPWD
2000-08-02 23:57:59 +04:00
/* Define if struct tm has field tm_gmtoff. */
#undef HAVE_STRUCT_TM_TM_GMTOFF
2000-08-02 23:57:59 +04:00
/* Define if struct tm has field tm_zone. */
#undef HAVE_STRUCT_TM_TM_ZONE
2000-08-02 23:57:59 +04:00
/* Define if struct utmpx has field ut_exit. */
#undef HAVE_STRUCT_UTMPX_UT_EXIT
2000-08-02 23:57:59 +04:00
/* Define if struct utmpx has field ut_syslen. */
#undef HAVE_STRUCT_UTMPX_UT_SYSLEN
2000-08-02 23:57:59 +04:00
/* Define if struct utmp has field ut_addr. */
#undef HAVE_STRUCT_UTMP_UT_ADDR
2000-08-02 23:57:59 +04:00
/* Define if struct utmp has field ut_host. */
#undef HAVE_STRUCT_UTMP_UT_HOST
2000-08-02 23:57:59 +04:00
/* Define if struct utmp has field ut_id. */
#undef HAVE_STRUCT_UTMP_UT_ID
2000-08-02 23:57:59 +04:00
/* Define if struct utmp has field ut_pid. */
#undef HAVE_STRUCT_UTMP_UT_PID
2000-08-02 23:57:59 +04:00
/* Define if struct utmp has field ut_type. */
#undef HAVE_STRUCT_UTMP_UT_TYPE
2000-08-02 23:57:59 +04:00
/* Define if struct utmp has field ut_user. */
#undef HAVE_STRUCT_UTMP_UT_USER
2000-08-02 23:57:59 +04:00
/* define if struct winsize is declared in sys/termios.h */
#undef HAVE_STRUCT_WINSIZE
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `strunvis' function. */
2001-02-11 16:51:06 +03:00
#undef HAVE_STRUNVIS
2002-09-12 16:41:31 +04:00
/* Define if you have the function `strupr'. */
2000-08-02 23:57:59 +04:00
#undef HAVE_STRUPR
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `strvis' function. */
2001-02-11 16:51:06 +03:00
#undef HAVE_STRVIS
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `strvisx' function. */
2001-02-11 16:51:06 +03:00
#undef HAVE_STRVISX
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `svis' function. */
2001-02-11 16:51:06 +03:00
#undef HAVE_SVIS
2002-09-12 16:41:31 +04:00
/* Define if you have the function `swab'. */
2000-08-02 23:57:59 +04:00
#undef HAVE_SWAB
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `sysconf' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_SYSCONF
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `sysctl' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_SYSCTL
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `syslog' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_SYSLOG
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <syslog.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_SYSLOG_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/bitypes.h> header file. */
#undef HAVE_SYS_BITYPES_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/bswap.h> header file. */
2001-06-20 02:07:32 +04:00
#undef HAVE_SYS_BSWAP_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/capability.h> header file. */
#undef HAVE_SYS_CAPABILITY_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/category.h> header file. */
#undef HAVE_SYS_CATEGORY_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/filio.h> header file. */
#undef HAVE_SYS_FILIO_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/ioccom.h> header file. */
#undef HAVE_SYS_IOCCOM_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/proc.h> header file. */
#undef HAVE_SYS_PROC_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/ptyio.h> header file. */
#undef HAVE_SYS_PTYIO_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/ptyvar.h> header file. */
#undef HAVE_SYS_PTYVAR_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/pty.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_SYS_PTY_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/sockio.h> header file. */
#undef HAVE_SYS_SOCKIO_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/stream.h> header file. */
#undef HAVE_SYS_STREAM_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/stropts.h> header file. */
#undef HAVE_SYS_STROPTS_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/strtty.h> header file. */
#undef HAVE_SYS_STRTTY_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/str_tty.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_SYS_STR_TTY_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/syscall.h> header file. */
#undef HAVE_SYS_SYSCALL_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/sysctl.h> header file. */
#undef HAVE_SYS_SYSCTL_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/termio.h> header file. */
#undef HAVE_SYS_TERMIO_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/timeb.h> header file. */
#undef HAVE_SYS_TIMEB_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/time.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_SYS_TIME_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/tty.h> header file. */
#undef HAVE_SYS_TTY_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/uio.h> header file. */
#undef HAVE_SYS_UIO_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/un.h> header file. */
#undef HAVE_SYS_UN_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <termcap.h> header file. */
#undef HAVE_TERMCAP_H
/* Define to 1 if you have the <termios.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_TERMIOS_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <termio.h> header file. */
#undef HAVE_TERMIO_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <term.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_TERM_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `tgetent' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_TGETENT
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `timegm' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_TIMEGM
2000-08-02 23:57:59 +04:00
/* Define if you have the `timezone' variable. */
#undef HAVE_TIMEZONE
2000-08-02 23:57:59 +04:00
/* define if your system declares timezone */
#undef HAVE_TIMEZONE_DECLARATION
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <time.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_TIME_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <tmpdir.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_TMPDIR_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `ttyname' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_TTYNAME
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `ttyslot' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_TTYSLOT
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <udb.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_UDB_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if the system has the type `uint16_t'. */
#undef HAVE_UINT16_T
/* Define to 1 if the system has the type `uint32_t'. */
#undef HAVE_UINT32_T
/* Define to 1 if the system has the type `uint64_t'. */
#undef HAVE_UINT64_T
/* Define to 1 if the system has the type `uint8_t'. */
#undef HAVE_UINT8_T
/* Define to 1 if you have the `umask' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_UMASK
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `uname' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_UNAME
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <unistd.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_UNISTD_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `unlockpt' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_UNLOCKPT
2002-09-12 16:41:31 +04:00
/* Define if you have the function `unsetenv'. */
2000-08-02 23:57:59 +04:00
#undef HAVE_UNSETENV
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `unvis' function. */
2001-02-11 16:51:06 +03:00
#undef HAVE_UNVIS
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <userconf.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_USERCONF_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <usersec.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_USERSEC_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <util.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_UTIL_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <utmpx.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_UTMPX_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <utmp.h> header file. */
2000-08-02 23:57:59 +04:00
#undef HAVE_UTMP_H
2002-09-12 16:41:31 +04:00
/* Define to 1 if the system has the type `u_int16_t'. */
#undef HAVE_U_INT16_T
/* Define to 1 if the system has the type `u_int32_t'. */
#undef HAVE_U_INT32_T
/* Define to 1 if the system has the type `u_int64_t'. */
#undef HAVE_U_INT64_T
/* Define to 1 if the system has the type `u_int8_t'. */
#undef HAVE_U_INT8_T
/* Define to 1 if you have the `vasnprintf' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_VASNPRINTF
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `vasprintf' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_VASPRINTF
2002-09-12 16:41:31 +04:00
/* Define if you have the function `verr'. */
2000-08-02 23:57:59 +04:00
#undef HAVE_VERR
2002-09-12 16:41:31 +04:00
/* Define if you have the function `verrx'. */
2000-08-02 23:57:59 +04:00
#undef HAVE_VERRX
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `vhangup' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_VHANGUP
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `vis' function. */
2001-02-11 16:51:06 +03:00
#undef HAVE_VIS
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the <vis.h> header file. */
2001-02-11 16:51:06 +03:00
#undef HAVE_VIS_H
2000-08-02 23:57:59 +04:00
/* define if you have a working vsnprintf */
#undef HAVE_VSNPRINTF
2002-09-12 16:41:31 +04:00
/* Define if you have the function `vsyslog'. */
2000-08-02 23:57:59 +04:00
#undef HAVE_VSYSLOG
2002-09-12 16:41:31 +04:00
/* Define if you have the function `vwarn'. */
2000-08-02 23:57:59 +04:00
#undef HAVE_VWARN
2002-09-12 16:41:31 +04:00
/* Define if you have the function `vwarnx'. */
2000-08-02 23:57:59 +04:00
#undef HAVE_VWARNX
2002-09-12 16:41:31 +04:00
/* Define if you have the function `warn'. */
2000-08-02 23:57:59 +04:00
#undef HAVE_WARN
2002-09-12 16:41:31 +04:00
/* Define if you have the function `warnx'. */
2000-08-02 23:57:59 +04:00
#undef HAVE_WARNX
2002-09-12 16:41:31 +04:00
/* Define if you have the function `writev'. */
2000-08-02 23:57:59 +04:00
#undef HAVE_WRITEV
2000-08-02 23:57:59 +04:00
/* define if struct winsize has ws_xpixel */
#undef HAVE_WS_XPIXEL
2000-08-02 23:57:59 +04:00
/* define if struct winsize has ws_ypixel */
#undef HAVE_WS_YPIXEL
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `XauFileName' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_XAUFILENAME
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `XauReadAuth' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_XAUREADAUTH
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `XauWriteAuth' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_XAUWRITEAUTH
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `yp_get_default_domain' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE_YP_GET_DEFAULT_DOMAIN
2002-09-12 16:41:31 +04:00
/* Define to 1 if you have the `_getpty' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE__GETPTY
2002-09-12 16:41:31 +04:00
/* Define if you have the `_res' variable. */
#undef HAVE__RES
/* define if your system declares _res */
#undef HAVE__RES_DECLARATION
/* Define to 1 if you have the `_scrsize' function. */
2000-08-02 23:57:59 +04:00
#undef HAVE__SCRSIZE
2000-08-02 23:57:59 +04:00
/* define if your compiler has __attribute__ */
#undef HAVE___ATTRIBUTE__
2000-08-02 23:57:59 +04:00
/* Define if you have the `__progname' variable. */
#undef HAVE___PROGNAME
2000-08-02 23:57:59 +04:00
/* define if your system declares __progname */
#undef HAVE___PROGNAME_DECLARATION
/* Define if you have the hesiod package. */
#undef HESIOD
2002-09-12 16:41:31 +04:00
/* Define if you are running IRIX 4. */
#undef IRIX4
2000-08-02 23:57:59 +04:00
/* Define if you have the krb4 package. */
#undef KRB4
2000-08-02 23:57:59 +04:00
/* Enable Kerberos 5 support in applications. */
#undef KRB5
2002-09-12 16:41:31 +04:00
/* Define if krb_mk_req takes const char * */
2000-08-02 23:57:59 +04:00
#undef KRB_MK_REQ_CONST
2002-09-12 16:41:31 +04:00
/* This is the krb4 sendauth version. */
#undef KRB_SENDAUTH_VERS
2000-08-02 23:57:59 +04:00
/* Define to zero if your krb.h doesn't */
#undef KRB_VERIFY_NOT_SECURE
2000-08-02 23:57:59 +04:00
/* Define to one if your krb.h doesn't */
#undef KRB_VERIFY_SECURE
2000-08-02 23:57:59 +04:00
/* Define to two if your krb.h doesn't */
#undef KRB_VERIFY_SECURE_FAIL
2002-09-12 16:41:31 +04:00
/* path to lib */
#undef LIBDIR
/* path to libexec */
#undef LIBEXECDIR
/* path to localstate */
#undef LOCALSTATEDIR
/* define if the system is missing a prototype for asnprintf() */
#undef NEED_ASNPRINTF_PROTO
2000-08-02 23:57:59 +04:00
/* define if the system is missing a prototype for asprintf() */
#undef NEED_ASPRINTF_PROTO
2000-08-02 23:57:59 +04:00
/* define if the system is missing a prototype for crypt() */
#undef NEED_CRYPT_PROTO
/* define if the system is missing a prototype for gethostname() */
#undef NEED_GETHOSTNAME_PROTO
/* define if the system is missing a prototype for getusershell() */
#undef NEED_GETUSERSHELL_PROTO
2000-08-02 23:57:59 +04:00
/* define if the system is missing a prototype for glob() */
#undef NEED_GLOB_PROTO
2000-08-02 23:57:59 +04:00
/* define if the system is missing a prototype for hstrerror() */
#undef NEED_HSTRERROR_PROTO
2000-08-02 23:57:59 +04:00
/* define if the system is missing a prototype for inet_aton() */
#undef NEED_INET_ATON_PROTO
2000-08-02 23:57:59 +04:00
/* define if the system is missing a prototype for mkstemp() */
#undef NEED_MKSTEMP_PROTO
2000-08-02 23:57:59 +04:00
/* define if the system is missing a prototype for setenv() */
#undef NEED_SETENV_PROTO
2000-08-02 23:57:59 +04:00
/* define if the system is missing a prototype for snprintf() */
#undef NEED_SNPRINTF_PROTO
2002-09-12 16:41:31 +04:00
/* define if the system is missing a prototype for strndup() */
#undef NEED_STRNDUP_PROTO
2000-08-02 23:57:59 +04:00
/* define if the system is missing a prototype for strsep() */
#undef NEED_STRSEP_PROTO
2002-09-12 16:41:31 +04:00
/* define if the system is missing a prototype for strsvis() */
#undef NEED_STRSVIS_PROTO
/* define if the system is missing a prototype for strtok_r() */
#undef NEED_STRTOK_R_PROTO
2002-09-12 16:41:31 +04:00
/* define if the system is missing a prototype for strunvis() */
#undef NEED_STRUNVIS_PROTO
/* define if the system is missing a prototype for strvisx() */
#undef NEED_STRVISX_PROTO
/* define if the system is missing a prototype for strvis() */
#undef NEED_STRVIS_PROTO
/* define if the system is missing a prototype for svis() */
#undef NEED_SVIS_PROTO
2000-08-02 23:57:59 +04:00
/* define if the system is missing a prototype for unsetenv() */
#undef NEED_UNSETENV_PROTO
2002-09-12 16:41:31 +04:00
/* define if the system is missing a prototype for unvis() */
#undef NEED_UNVIS_PROTO
2000-08-02 23:57:59 +04:00
/* define if the system is missing a prototype for vasnprintf() */
#undef NEED_VASNPRINTF_PROTO
2000-08-02 23:57:59 +04:00
/* define if the system is missing a prototype for vasprintf() */
#undef NEED_VASPRINTF_PROTO
2002-09-12 16:41:31 +04:00
/* define if the system is missing a prototype for vis() */
#undef NEED_VIS_PROTO
2000-08-02 23:57:59 +04:00
/* define if the system is missing a prototype for vsnprintf() */
#undef NEED_VSNPRINTF_PROTO
2002-09-12 16:41:31 +04:00
/* Define if you don't want to use mmap. */
#undef NO_MMAP
2000-08-02 23:57:59 +04:00
/* Define this to enable old environment option in telnet. */
#undef OLD_ENVIRON
2000-08-02 23:57:59 +04:00
/* Define if you have the openldap package. */
#undef OPENLDAP
2000-08-02 23:57:59 +04:00
/* define if prototype of openlog is compatible with void openlog(const char
*, int, int) */
#undef OPENLOG_PROTO_COMPATIBLE
2000-08-02 23:57:59 +04:00
/* Define if you want OTP support in applications. */
#undef OTP
2000-08-02 23:57:59 +04:00
/* Name of package */
#undef PACKAGE
2002-09-12 16:41:31 +04:00
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
2000-08-02 23:57:59 +04:00
/* Define if getlogin has POSIX flavour (and not BSD). */
#undef POSIX_GETLOGIN
2000-08-02 23:57:59 +04:00
/* Define if getpwnam_r has POSIX flavour. */
#undef POSIX_GETPWNAM_R
2000-08-02 23:57:59 +04:00
/* Define if you have the readline package. */
#undef READLINE
2000-08-02 23:57:59 +04:00
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
2002-09-12 16:41:31 +04:00
/* path to sbin */
#undef SBINDIR
/* Define to 1 if you have the ANSI C header files. */
2000-08-02 23:57:59 +04:00
#undef STDC_HEADERS
2000-08-02 23:57:59 +04:00
/* Define if you have streams ptys. */
#undef STREAMSPTY
2002-09-12 16:41:31 +04:00
/* path to sysconf */
#undef SYSCONFDIR
2000-08-02 23:57:59 +04:00
/* Define to what version of SunOS you are running. */
#undef SunOS
2002-09-12 16:41:31 +04:00
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2000-08-02 23:57:59 +04:00
#undef TIME_WITH_SYS_TIME
2002-09-12 16:41:31 +04:00
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
2000-08-02 23:57:59 +04:00
#undef TM_IN_SYS_TIME
2000-08-02 23:57:59 +04:00
/* Version number of package */
#undef VERSION
2000-08-02 23:57:59 +04:00
/* Define if signal handlers return void. */
#undef VOID_RETSIGTYPE
2000-08-02 23:57:59 +04:00
/* define if target is big endian */
#undef WORDS_BIGENDIAN
2002-09-12 16:41:31 +04:00
/* Define to 1 if the X Window System is missing or not being used. */
2000-08-02 23:57:59 +04:00
#undef X_DISPLAY_MISSING
2002-09-12 16:41:31 +04:00
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */
2000-08-02 23:57:59 +04:00
#undef YYTEXT_POINTER
2002-09-12 16:41:31 +04:00
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define to enable extensions on glibc-based systems such as Linux. */
#undef _GNU_SOURCE
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
2000-08-02 23:57:59 +04:00
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
2000-08-02 23:57:59 +04:00
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
2000-08-02 23:57:59 +04:00
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
if it is not supported. */
#undef inline
2000-08-02 23:57:59 +04:00
/* Define this to what the type mode_t should be. */
#undef mode_t
2000-08-02 23:57:59 +04:00
/* Define to `long' if <sys/types.h> does not define. */
#undef off_t
2000-08-02 23:57:59 +04:00
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
2000-08-02 23:57:59 +04:00
/* Define this to what the type sig_atomic_t should be. */
#undef sig_atomic_t
2000-08-02 23:57:59 +04:00
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
2000-08-02 23:57:59 +04:00
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
#if defined(HAVE_FOUR_VALUED_KRB_PUT_INT) || !defined(KRB4)
#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L), (S))
#else
#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (S))
#endif
#if defined(ENCRYPTION) && !defined(AUTHENTICATION)
#define AUTHENTICATION 1
#endif
/* Set this to the default system lead string for telnetd
* can contain %-escapes: %s=sysname, %m=machine, %r=os-release
* %v=os-version, %t=tty, %h=hostname, %d=date and time
*/
#undef USE_IM
/* Used with login -p */
#undef LOGIN_ARGS
/* set this to a sensible login */
#ifndef LOGIN_PATH
#define LOGIN_PATH BINDIR "/login"
#endif
2002-09-12 16:41:31 +04:00
#ifdef ROKEN_RENAME
#include "roken_rename.h"
#endif
2002-09-12 16:41:31 +04:00
#ifndef HAVE_KRB_KDCTIMEOFDAY
#define krb_kdctimeofday(X) gettimeofday((X), NULL)
#endif
#ifndef HAVE_KRB_GET_KDC_TIME_DIFF
#define krb_get_kdc_time_diff() (0)
#endif
#ifdef VOID_RETSIGTYPE
#define SIGRETURN(x) return
#else
#define SIGRETURN(x) return (RETSIGTYPE)(x)
#endif
#ifdef BROKEN_REALLOC
#define realloc(X, Y) isoc_realloc((X), (Y))
#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
#endif
#if ENDIANESS_IN_SYS_PARAM_H
# include <sys/types.h>
# include <sys/param.h>
# if BYTE_ORDER == BIG_ENDIAN
# define WORDS_BIGENDIAN 1
# endif
#endif
2001-06-20 02:07:32 +04:00
2002-09-12 16:41:31 +04:00
#if _AIX
#define _ALL_SOURCE
/* XXX this is gross, but kills about a gazillion warnings */
struct ether_addr;
struct sockaddr;
struct sockaddr_dl;
struct sockaddr_in;
2001-06-20 02:07:32 +04:00
#endif
2002-09-12 16:41:31 +04:00
/* IRIX 4 braindamage */
#if IRIX == 4 && !defined(__STDC__)
#define __STDC__ 0
#endif