diff --git a/netbsd/include/arpa/tftp.h b/netbsd/include/arpa/tftp.h index 83ffc2c4a4..d560d1b04c 100644 --- a/netbsd/include/arpa/tftp.h +++ b/netbsd/include/arpa/tftp.h @@ -1,4 +1,4 @@ -/* $NetBSD: tftp.h,v 1.5 1998/02/10 00:32:59 perry Exp $ */ +/* $NetBSD: tftp.h,v 1.5.10.1 2001/02/26 16:59:50 he Exp $ */ /* * Copyright (c) 1983, 1993 @@ -55,7 +55,7 @@ struct tftphdr { short th_opcode; /* packet type */ union { - short tu_block; /* block # */ + unsigned short tu_block; /* block # */ short tu_code; /* error code */ char tu_stuff[1]; /* request packet stuff */ } th_u; diff --git a/netbsd/include/glob.h b/netbsd/include/glob.h index f22e4a53ca..a138b94c7e 100644 --- a/netbsd/include/glob.h +++ b/netbsd/include/glob.h @@ -1,4 +1,4 @@ -/* $NetBSD: glob.h,v 1.11 1998/06/22 12:01:43 tv Exp $ */ +/* $NetBSD: glob.h,v 1.11.10.1 2001/03/29 13:01:38 lukem Exp $ */ /* * Copyright (c) 1989, 1993 @@ -90,6 +90,7 @@ typedef struct { #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */ #define GLOB_MAGCHAR 0x0100 /* Pattern had globbing characters. */ #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ +#define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */ #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ #define GLOB_QUOTE 0 /* source compatibility */ diff --git a/netbsd/include/heimdal/config.h b/netbsd/include/heimdal/config.h index eb7ee4c393..dc4247c983 100644 --- a/netbsd/include/heimdal/config.h +++ b/netbsd/include/heimdal/config.h @@ -1,637 +1,756 @@ /* include/config.h. Generated automatically by configure. */ /* include/config.h.in. Generated automatically from configure.in by autoheader. */ -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define to `int' if doesn't define. */ -/* #undef gid_t */ - -/* Define as __inline if that's what the C compiler calls it. */ -/* #undef inline */ +#ifndef RCSID +#define RCSID(msg) static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } +#endif -/* Define to `long' if doesn't define. */ -/* #undef off_t */ +#define BINDIR "/usr/heimdal/bin" +#define LIBDIR "/usr/heimdal/lib" +#define LIBEXECDIR "/usr/heimdal/libexec" +#define SBINDIR "/usr/heimdal/sbin" -/* Define to `int' if doesn't define. */ -/* #undef pid_t */ +#define HAVE_INT8_T 1 +#define HAVE_INT16_T 1 +#define HAVE_INT32_T 1 +#define HAVE_INT64_T 1 +#define HAVE_U_INT8_T 1 +#define HAVE_U_INT16_T 1 +#define HAVE_U_INT32_T 1 +#define HAVE_U_INT64_T 1 -/* Define as the return type of signal handlers (int or void). */ -#define RETSIGTYPE void +/* Maximum values on all known systems */ +#define MaxHostNameLen (64+4) +#define MaxPathLen (1024+4) -/* Define to `unsigned' if doesn't define. */ -/* #undef size_t */ -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 -/* Define if you can safely include both and . */ -#define TIME_WITH_SYS_TIME 1 +/* Define if you want authentication support in telnet. */ +#define AUTHENTICATION 1 -/* Define if your declares struct tm. */ -/* #undef TM_IN_SYS_TIME */ +/* Define if realloc(NULL) doesn't work. */ +/* #undef BROKEN_REALLOC */ -/* Define to `int' if doesn't define. */ -/* #undef uid_t */ +/* Define if you want support for DCE/DFS PAG's. */ +/* #undef DCE */ -/* Define if the X Window System is missing or not being used. */ -/* #undef X_DISPLAY_MISSING */ +/* Define if you want to use DES encryption in telnet. */ +#define DES_ENCRYPTION 1 -/* Define if lex declares yytext as a char * by default, not a char[]. */ -#define YYTEXT_POINTER 1 +/* Define this to enable diagnostics in telnet. */ +#define DIAGNOSTICS 1 -/* Define if you have the MD4Init function. */ -#define HAVE_MD4INIT 1 +/* Define if you want encryption support in telnet. */ +#define ENCRYPTION 1 -/* Define if you have the MD4_Init function. */ -/* #undef HAVE_MD4_INIT */ +/* define if sys/param.h defines the endiness */ +#define ENDIANESS_IN_SYS_PARAM_H 1 -/* Define if you have the MD5Init function. */ -#define HAVE_MD5INIT 1 +/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */ +/* #undef ENV_HACK */ -/* Define if you have the MD5_Init function. */ -#define HAVE_MD5_INIT 1 +/* define if prototype of gethostbyaddr is compatible with struct hostent + *gethostbyaddr(const void *, size_t, int) */ +/* #undef GETHOSTBYADDR_PROTO_COMPATIBLE */ -/* Define if you have the SHA1Init function. */ -#define HAVE_SHA1INIT 1 +/* define if prototype of gethostbyname is compatible with struct hostent + *gethostbyname(const char *) */ +#define GETHOSTBYNAME_PROTO_COMPATIBLE 1 -/* Define if you have the SHA1_Init function. */ -#define HAVE_SHA1_INIT 1 +/* define if prototype of getservbyname is compatible with struct servent + *getservbyname(const char *, const char *) */ +#define GETSERVBYNAME_PROTO_COMPATIBLE 1 -/* Define if you have the XauFileName function. */ -#define HAVE_XAUFILENAME 1 +/* define if prototype of getsockname is compatible with int getsockname(int, + struct sockaddr*, socklen_t*) */ +#define GETSOCKNAME_PROTO_COMPATIBLE 1 -/* Define if you have the XauReadAuth function. */ -#define HAVE_XAUREADAUTH 1 +/* Define if you have the header file. */ +#define HAVE_ARPA_FTP_H 1 -/* Define if you have the XauWriteAuth function. */ -#define HAVE_XAUWRITEAUTH 1 +/* Define if you have the header file. */ +#define HAVE_ARPA_INET_H 1 -/* Define if you have the _getpty function. */ -/* #undef HAVE__GETPTY */ +/* Define if you have the header file. */ +#define HAVE_ARPA_NAMESER_H 1 -/* Define if you have the _scrsize function. */ -/* #undef HAVE__SCRSIZE */ +/* Define if you have the header file. */ +#define HAVE_ARPA_TELNET_H 1 -/* Define if you have the asnprintf function. */ +/* Define if you have the `asnprintf' function. */ /* #undef HAVE_ASNPRINTF */ -/* Define if you have the asprintf function. */ +/* Define if you have the `asprintf' function. */ #define HAVE_ASPRINTF 1 -/* Define if you have the cap_set_proc function. */ +/* Define if you have the header file. */ +/* #undef HAVE_BIND_BITYPES_H */ + +/* Define if you have the header file. */ +/* #undef HAVE_BSDSETJMP_H */ + +/* Define if you have the header file. */ +/* #undef HAVE_CAPABILITY_H */ + +/* Define if you have the `cap_set_proc' function. */ /* #undef HAVE_CAP_SET_PROC */ -/* Define if you have the cgetent function. */ +/* Define if you have the `cgetent' function. */ #define HAVE_CGETENT 1 -/* Define if you have the chown function. */ +/* Define if you have the `chown' function. */ #define HAVE_CHOWN 1 -/* Define if you have the copyhostent function. */ +/* Define if you have the header file. */ +/* #undef HAVE_CONFIG_H */ + +/* Define if you have the `copyhostent' function. */ /* #undef HAVE_COPYHOSTENT */ -/* Define if you have the crypt function. */ +/* Define if you have the `crypt' function. */ #define HAVE_CRYPT 1 -/* Define if you have the daemon function. */ +/* Define if you have the header file. */ +/* #undef HAVE_CRYPT_H */ + +/* Define if you have the header file. */ +#define HAVE_CURSES_H 1 + +/* Define if you have the `daemon' function. */ #define HAVE_DAEMON 1 -/* Define if you have the dbm_firstkey function. */ +/* Define if you have the `dbm_firstkey' function. */ #define HAVE_DBM_FIRSTKEY 1 -/* Define if you have the dbopen function. */ -#define HAVE_DBOPEN 1 +/* Define if you have the header file. */ +/* #undef HAVE_DBM_H */ + +/* Define if you have the `dbopen' function. */ +/* #undef HAVE_DBOPEN */ + +/* Define if you have the header file. */ +/* #undef HAVE_DB_185_H */ + +/* Define if you have the `db_create' function. */ +/* #undef HAVE_DB_CREATE */ -/* Define if you have the des_cbc_encrypt function. */ +/* Define if you have the header file. */ +#define HAVE_DB_H 1 + +/* Define if you have the `des_cbc_encrypt' function. */ #define HAVE_DES_CBC_ENCRYPT 1 -/* Define if you have the dlopen function. */ +/* Define if you have the header file. */ +#define HAVE_DIRENT_H 1 + +/* Define if you have the header file. */ +#define HAVE_DLFCN_H 1 + +/* Define if you have the `dlopen' function. */ #if !defined(NO_DLOPEN) #define HAVE_DLOPEN 1 #endif -/* Define if you have the dn_expand function. */ +/* Define if you have the `dn_expand' function. */ #define HAVE_DN_EXPAND 1 -/* Define if you have the el_init function. */ +/* Define if you have the `el_init' function. */ #define HAVE_EL_INIT 1 -/* Define if you have the err function. */ +/* define if your system declares environ */ +/* #undef HAVE_ENVIRON_DECLARATION */ + +/* Define if you have the `err' function. */ #define HAVE_ERR 1 -/* Define if you have the errx function. */ +/* Define if you have the header file. */ +#define HAVE_ERRNO_H 1 + +/* Define if you have the `errx' function. */ #define HAVE_ERRX 1 -/* Define if you have the fchown function. */ +/* Define if you have the header file. */ +#define HAVE_ERR_H 1 + +/* Define if you have the `fchown' function. */ #define HAVE_FCHOWN 1 -/* Define if you have the fcntl function. */ +/* Define if you have the `fcntl' function. */ #define HAVE_FCNTL 1 -/* Define if you have the flock function. */ +/* Define if you have the header file. */ +#define HAVE_FCNTL_H 1 + +/* Define if you have the `flock' function. */ #define HAVE_FLOCK 1 -/* Define if you have the fnmatch function. */ +/* Define if you have the `fnmatch' function. */ #define HAVE_FNMATCH 1 -/* Define if you have the freeaddrinfo function. */ +/* Define if you have the header file. */ +#define HAVE_FNMATCH_H 1 + +/* Define if el_init takes four arguments. */ +#define HAVE_FOUR_VALUED_EL_INIT 1 + +/* define if krb_put_int takes four arguments. */ +#define HAVE_FOUR_VALUED_KRB_PUT_INT 1 + +/* Define if you have the `freeaddrinfo' function. */ #define HAVE_FREEADDRINFO 1 -/* Define if you have the freehostent function. */ +/* Define if you have the `freehostent' function. */ /* #undef HAVE_FREEHOSTENT */ -/* Define if you have the gai_strerror function. */ +/* Define if you have the `gai_strerror' function. */ #define HAVE_GAI_STRERROR 1 -/* Define if you have the getaddrinfo function. */ +/* Define if you have the header file. */ +/* #undef HAVE_GDBM_NDBM_H */ + +/* Define if you have the `getaddrinfo' function. */ #define HAVE_GETADDRINFO 1 -/* Define if you have the getcwd function. */ +/* Define if you have the `getconfattr' function. */ +/* #undef HAVE_GETCONFATTR */ + +/* Define if you have the `getcwd' function. */ #define HAVE_GETCWD 1 -/* Define if you have the getdtablesize function. */ +/* Define if you have the `getdtablesize' function. */ #define HAVE_GETDTABLESIZE 1 -/* Define if you have the getegid function. */ +/* Define if you have the `getegid' function. */ #define HAVE_GETEGID 1 -/* Define if you have the geteuid function. */ +/* Define if you have the `geteuid' function. */ #define HAVE_GETEUID 1 -/* Define if you have the getgid function. */ +/* Define if you have the `getgid' function. */ #define HAVE_GETGID 1 -/* Define if you have the gethostbyname function. */ +/* Define if you have the `gethostbyname' function. */ #define HAVE_GETHOSTBYNAME 1 -/* Define if you have the gethostbyname2 function. */ +/* Define if you have the `gethostbyname2' function. */ #define HAVE_GETHOSTBYNAME2 1 -/* Define if you have the gethostname function. */ +/* Define if you have the `gethostname' function. */ #define HAVE_GETHOSTNAME 1 -/* Define if you have the getipnodebyaddr function. */ +/* Define if you have the `getifaddrs' function. */ +#define HAVE_GETIFADDRS 1 + +/* Define if you have the `getipnodebyaddr' function. */ /* #undef HAVE_GETIPNODEBYADDR */ -/* Define if you have the getipnodebyname function. */ +/* Define if you have the `getipnodebyname' function. */ /* #undef HAVE_GETIPNODEBYNAME */ -/* Define if you have the getlogin function. */ +/* Define if you have the `getlogin' function. */ #define HAVE_GETLOGIN 1 -/* Define if you have the getmsg function. */ +/* Define if you have a working getmsg. */ /* #undef HAVE_GETMSG */ -/* Define if you have the getnameinfo function. */ +/* Define if you have the `getnameinfo' function. */ #define HAVE_GETNAMEINFO 1 -/* Define if you have the getopt function. */ +/* Define if you have the `getopt' function. */ #define HAVE_GETOPT 1 -/* Define if you have the getpwnam_r function. */ +/* Define if you have the `getpwnam_r' function. */ /* #undef HAVE_GETPWNAM_R */ -/* Define if you have the getrlimit function. */ +/* Define if you have the `getrlimit' function. */ #define HAVE_GETRLIMIT 1 -/* Define if you have the getsockopt function. */ +/* Define if you have the `getsockopt' function. */ #define HAVE_GETSOCKOPT 1 -/* Define if you have the getspnam function. */ +/* Define if you have the `getspnam' function. */ /* #undef HAVE_GETSPNAM */ -/* Define if you have the gettimeofday function. */ +/* Define if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 -/* Define if you have the getudbnam function. */ +/* Define if you have the `getudbnam' function. */ /* #undef HAVE_GETUDBNAM */ -/* Define if you have the getuid function. */ +/* Define if you have the `getuid' function. */ #define HAVE_GETUID 1 -/* Define if you have the getusershell function. */ +/* Define if you have the `getusershell' function. */ #define HAVE_GETUSERSHELL 1 -/* Define if you have the grantpt function. */ +/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK, + GLOB_QUOTE, and GLOB_TILDE */ +#define HAVE_GLOB 1 + +/* Define if you have the `grantpt' function. */ /* #undef HAVE_GRANTPT */ -/* Define if you have the hstrerror function. */ +/* Define if you have the header file. */ +#define HAVE_GRP_H 1 + +/* Define if you have the `hstrerror' function. */ #define HAVE_HSTRERROR 1 -/* Define if you have the inet_aton function. */ +/* Define if you have the `h_errlist' variable. */ +#define HAVE_H_ERRLIST 1 + +/* define if your system declares h_errlist */ +/* #undef HAVE_H_ERRLIST_DECLARATION */ + +/* Define if you have the `h_errno' variable. */ +#define HAVE_H_ERRNO 1 + +/* define if your system declares h_errno */ +#define HAVE_H_ERRNO_DECLARATION 1 + +/* Define if you have the `h_nerr' variable. */ +#define HAVE_H_NERR 1 + +/* define if your system declares h_nerr */ +/* #undef HAVE_H_NERR_DECLARATION */ + +/* Define if you have the header file. */ +#define HAVE_IFADDRS_H 1 + +/* Define if you have the `inet_aton' function. */ #define HAVE_INET_ATON 1 -/* Define if you have the inet_ntop function. */ +/* Define if you have the `inet_ntop' function. */ #define HAVE_INET_NTOP 1 -/* Define if you have the inet_pton function. */ +/* Define if you have the `inet_pton' function. */ #define HAVE_INET_PTON 1 -/* Define if you have the initgroups function. */ +/* Define if you have the `initgroups' function. */ #define HAVE_INITGROUPS 1 -/* Define if you have the innetgr function. */ +/* Define if you have the `innetgr' function. */ #define HAVE_INNETGR 1 -/* Define if you have the iruserok function. */ +/* Define if you have the header file. */ +#define HAVE_INTTYPES_H 1 + +/* Define if you have the header file. */ +/* #undef HAVE_IO_H */ + +/* Define if you have IPv6. */ +#define HAVE_IPV6 1 + +/* Define if you have the `iruserok' function. */ #define HAVE_IRUSEROK 1 -/* Define if you have the krb_disable_debug function. */ +/* Define if you have the `krb_disable_debug' function. */ #define HAVE_KRB_DISABLE_DEBUG 1 -/* Define if you have the krb_enable_debug function. */ +/* Define if you have the `krb_enable_debug' function. */ #define HAVE_KRB_ENABLE_DEBUG 1 -/* Define if you have the krb_get_our_ip_for_realm function. */ -/* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */ +/* Define if you have the `krb_get_our_ip_for_realm' function. */ +#define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 + +/* Define if you have the header file. */ +#define HAVE_LIMITS_H 1 -/* Define if you have the logwtmp function. */ +/* Define if you have the `logwtmp' function. */ #define HAVE_LOGWTMP 1 -/* Define if you have the long_long function. */ +/* Define if the system has the type `long long'. */ #define HAVE_LONG_LONG 1 -/* Define if you have the lstat function. */ +/* Define if you have the `lstat' function. */ #define HAVE_LSTAT 1 -/* Define if you have the memmove function. */ +/* Define if you have the header file. */ +/* #undef HAVE_MAILLOCK_H */ + +/* Define if you have the `MD4_Init' function. */ +/* #undef HAVE_MD4_INIT */ + +/* Define if you have the `MD5_Init' function. */ +#define HAVE_MD5_INIT 1 + +/* Define if you have the `memmove' function. */ #define HAVE_MEMMOVE 1 -/* Define if you have the mkstemp function. */ +/* Define if you have the header file. */ +#define HAVE_MEMORY_H 1 + +/* Define if you have the `mkstemp' function. */ #define HAVE_MKSTEMP 1 -/* Define if you have the mktime function. */ +/* Define if you have the `mktime' function. */ #define HAVE_MKTIME 1 -/* Define if you have the ptsname function. */ +/* Define if you have the header file. */ +#define HAVE_NDBM_H 1 + +/* Define if you have the header file. */ +#define HAVE_NETDB_H 1 + +/* Define if you have the header file. */ +/* #undef HAVE_NETINET6_IN6_H */ + +/* Define if you have the header file. */ +#define HAVE_NETINET6_IN6_VAR_H 1 + +/* Define if you have the header file. */ +/* #undef HAVE_NETINET_IN6_H */ + +/* Define if you have the header file. */ +/* #undef HAVE_NETINET_IN6_MACHTYPES_H */ + +/* Define if you have the header file. */ +/* #undef HAVE_NETINET_IN6_VAR_H */ + +/* Define if you have the header file. */ +#define HAVE_NETINET_IN_H 1 + +/* Define if you have the header file. */ +#define HAVE_NETINET_IN_SYSTM_H 1 + +/* Define if you have the header file. */ +#define HAVE_NETINET_IP_H 1 + +/* Define if you have the header file. */ +#define HAVE_NETINET_TCP_H 1 + +/* Define if you want to use Netinfo instead of krb5.conf. */ +/* #undef HAVE_NETINFO */ + +/* Define if you have the header file. */ +/* #undef HAVE_NETINFO_NI_H */ + +/* Define if you have the header file. */ +#define HAVE_NET_IF_H 1 + +/* Define if you have the header file. */ +#define HAVE_OPENSSL_DES_H 1 + +/* Define if you have the header file. */ +/* #undef HAVE_OPENSSL_MD4_H */ + +/* Define if you have the header file. */ +#define HAVE_OPENSSL_MD5_H 1 + +/* Define if you have the header file. */ +#define HAVE_OPENSSL_RC4_H 1 + +/* Define if you have the header file. */ +#define HAVE_OPENSSL_SHA_H 1 + +/* define if your system declares optarg */ +#define HAVE_OPTARG_DECLARATION 1 + +/* define if your system declares opterr */ +#define HAVE_OPTERR_DECLARATION 1 + +/* define if your system declares optind */ +#define HAVE_OPTIND_DECLARATION 1 + +/* define if your system declares optopt */ +#define HAVE_OPTOPT_DECLARATION 1 + +/* Define to enable basic OSF C2 support. */ +/* #undef HAVE_OSFC2 */ + +/* Define if you have the header file. */ +#define HAVE_PATHS_H 1 + +/* Define if you have the `pidfile' function. */ +#define HAVE_PIDFILE 1 + +/* Define if you have the header file. */ +/* #undef HAVE_PTHREAD_H */ + +/* Define if you have the `ptsname' function. */ /* #undef HAVE_PTSNAME */ -/* Define if you have the putenv function. */ +/* Define if you have the header file. */ +/* #undef HAVE_PTY_H */ + +/* Define if you have the `putenv' function. */ #define HAVE_PUTENV 1 -/* Define if you have the rand function. */ +/* Define if you have the header file. */ +#define HAVE_PWD_H 1 + +/* Define if you have the `rand' function. */ #define HAVE_RAND 1 -/* Define if you have the random function. */ +/* Define if you have the `random' function. */ #define HAVE_RANDOM 1 -/* Define if you have the rcmd function. */ +/* Define if you have the `RC4' function. */ +#define HAVE_RC4 1 + +/* Define if you have the `rcmd' function. */ #define HAVE_RCMD 1 -/* Define if you have the readv function. */ +/* Define if you have a readline compatible library. */ +#define HAVE_READLINE 1 + +/* Define if you have the `readv' function. */ #define HAVE_READV 1 -/* Define if you have the recvmsg function. */ +/* Define if you have the `recvmsg' function. */ #define HAVE_RECVMSG 1 -/* Define if you have the res_search function. */ +/* Define if you have the header file. */ +#define HAVE_RESOLV_H 1 + +/* Define if you have the `res_search' function. */ #define HAVE_RES_SEARCH 1 -/* Define if you have the revoke function. */ +/* Define if you have the `revoke' function. */ #define HAVE_REVOKE 1 -/* Define if you have the sa_family_t function. */ +/* Define if you have the header file. */ +/* #undef HAVE_RPCSVC_DBM_H */ + +/* Define if you have the header file. */ +#define HAVE_RPCSVC_YPCLNT_H 1 + +/* Define if you have the header file. */ +/* #undef HAVE_SAC_H */ + +/* Define if the system has the type `sa_family_t'. */ /* #undef HAVE_SA_FAMILY_T */ -/* Define if you have the select function. */ +/* Define if you have the header file. */ +/* #undef HAVE_SECURITY_PAM_MODULES_H */ + +/* Define if you have the `select' function. */ #define HAVE_SELECT 1 -/* Define if you have the sendmsg function. */ +/* Define if you have the `sendmsg' function. */ #define HAVE_SENDMSG 1 -/* Define if you have the setegid function. */ +/* Define if you have the `setegid' function. */ #define HAVE_SETEGID 1 -/* Define if you have the setenv function. */ +/* Define if you have the `setenv' function. */ #define HAVE_SETENV 1 -/* Define if you have the seteuid function. */ +/* Define if you have the `seteuid' function. */ #define HAVE_SETEUID 1 -/* Define if you have the setitimer function. */ +/* Define if you have the `setitimer' function. */ #define HAVE_SETITIMER 1 -/* Define if you have the setlim function. */ +/* Define if you have the `setlim' function. */ /* #undef HAVE_SETLIM */ -/* Define if you have the setlogin function. */ +/* Define if you have the `setlogin' function. */ #define HAVE_SETLOGIN 1 -/* Define if you have the setpcred function. */ +/* Define if you have the `setpcred' function. */ /* #undef HAVE_SETPCRED */ -/* Define if you have the setpgid function. */ +/* Define if you have the `setpgid' function. */ #define HAVE_SETPGID 1 -/* Define if you have the setproctitle function. */ +/* Define if you have the `setproctitle' function. */ #define HAVE_SETPROCTITLE 1 -/* Define if you have the setregid function. */ +/* Define if you have the `setregid' function. */ #define HAVE_SETREGID 1 -/* Define if you have the setresgid function. */ +/* Define if you have the `setresgid' function. */ /* #undef HAVE_SETRESGID */ -/* Define if you have the setresuid function. */ +/* Define if you have the `setresuid' function. */ /* #undef HAVE_SETRESUID */ -/* Define if you have the setreuid function. */ +/* Define if you have the `setreuid' function. */ #define HAVE_SETREUID 1 -/* Define if you have the setsid function. */ +/* Define if you have the `setsid' function. */ #define HAVE_SETSID 1 -/* Define if you have the setsockopt function. */ +/* Define if you have the `setsockopt' function. */ #define HAVE_SETSOCKOPT 1 -/* Define if you have the setutent function. */ +/* Define if you have the `setutent' function. */ /* #undef HAVE_SETUTENT */ -/* Define if you have the sgi_getcapabilitybyname function. */ +/* Define if you have the `sgi_getcapabilitybyname' function. */ /* #undef HAVE_SGI_GETCAPABILITYBYNAME */ -/* Define if you have the sigaction function. */ +/* Define if you have the header file. */ +#define HAVE_SGTTY_H 1 + +/* Define if you have the `SHA1_Init' function. */ +#define HAVE_SHA1_INIT 1 + +/* Define if you have the header file. */ +/* #undef HAVE_SHADOW_H */ + +/* Define if you have the header file. */ +/* #undef HAVE_SIAD_H */ + +/* Define if you have the `sigaction' function. */ #define HAVE_SIGACTION 1 -/* Define if you have the socket function. */ +/* Define if you have the header file. */ +#define HAVE_SIGNAL_H 1 + +/* define if you have a working snprintf */ +#define HAVE_SNPRINTF 1 + +/* Define if you have the `socket' function. */ #define HAVE_SOCKET 1 -/* Define if you have the socklen_t function. */ +/* Define if the system has the type `socklen_t'. */ #define HAVE_SOCKLEN_T 1 -/* Define if you have the strcasecmp function. */ +/* Define if you have the header file. */ +/* #undef HAVE_STANDARDS_H */ + +/* Define if you have the header file. */ +#define HAVE_STDLIB_H 1 + +/* Define if you have the `strcasecmp' function. */ #define HAVE_STRCASECMP 1 -/* Define if you have the strdup function. */ +/* Define if you have the `strdup' function. */ #define HAVE_STRDUP 1 -/* Define if you have the strerror function. */ +/* Define if you have the `strerror' function. */ #define HAVE_STRERROR 1 -/* Define if you have the strftime function. */ +/* Define if you have the `strftime' function. */ #define HAVE_STRFTIME 1 -/* Define if you have the strlcat function. */ +/* Define if you have the header file. */ +#define HAVE_STRINGS_H 1 + +/* Define if you have the header file. */ +#define HAVE_STRING_H 1 + +/* Define if you have the `strlcat' function. */ #define HAVE_STRLCAT 1 -/* Define if you have the strlcpy function. */ +/* Define if you have the `strlcpy' function. */ #define HAVE_STRLCPY 1 -/* Define if you have the strlwr function. */ +/* Define if you have the `strlwr' function. */ /* #undef HAVE_STRLWR */ -/* Define if you have the strncasecmp function. */ +/* Define if you have the `strncasecmp' function. */ #define HAVE_STRNCASECMP 1 -/* Define if you have the strndup function. */ +/* Define if you have the `strndup' function. */ /* #undef HAVE_STRNDUP */ -/* Define if you have the strnlen function. */ +/* Define if you have the `strnlen' function. */ /* #undef HAVE_STRNLEN */ -/* Define if you have the strptime function. */ +/* Define if you have the header file. */ +/* #undef HAVE_STROPTS_H */ + +/* Define if you have the `strptime' function. */ #define HAVE_STRPTIME 1 -/* Define if you have the strsep function. */ +/* Define if you have the `strsep' function. */ #define HAVE_STRSEP 1 -/* Define if you have the strstr function. */ +/* Define if you have the `strsep_copy' function. */ +/* #undef HAVE_STRSEP_COPY */ + +/* Define if you have the `strstr' function. */ #define HAVE_STRSTR 1 -/* Define if you have the strtok_r function. */ +/* Define if you have the `strsvis' function. */ +#define HAVE_STRSVIS 1 + +/* Define if you have the `strtok_r' function. */ #define HAVE_STRTOK_R 1 -/* Define if you have the struct_addrinfo function. */ +/* Define if the system has the type `struct addrinfo'. */ #define HAVE_STRUCT_ADDRINFO 1 -/* Define if you have the struct_sockaddr function. */ +/* Define if the system has the type `struct ifaddrs'. */ +#define HAVE_STRUCT_IFADDRS 1 + +/* Define if the system has the type `struct sockaddr'. */ #define HAVE_STRUCT_SOCKADDR 1 -/* Define if you have the struct_sockaddr_storage function. */ -#define HAVE_STRUCT_SOCKADDR_STORAGE 1 +/* Define if struct sockaddr has field sa_len. */ +#define HAVE_STRUCT_SOCKADDR_SA_LEN 1 -/* Define if you have the strupr function. */ -/* #undef HAVE_STRUPR */ +/* Define if the system has the type `struct sockaddr_storage'. */ +#define HAVE_STRUCT_SOCKADDR_STORAGE 1 -/* Define if you have the swab function. */ -#define HAVE_SWAB 1 +/* define if you have struct spwd */ +/* #undef HAVE_STRUCT_SPWD */ -/* Define if you have the sysconf function. */ -#define HAVE_SYSCONF 1 +/* Define if struct tm has field tm_gmtoff. */ +#define HAVE_STRUCT_TM_TM_GMTOFF 1 -/* Define if you have the sysctl function. */ -#define HAVE_SYSCTL 1 +/* Define if struct tm has field tm_zone. */ +#define HAVE_STRUCT_TM_TM_ZONE 1 -/* Define if you have the syslog function. */ -#define HAVE_SYSLOG 1 +/* Define if struct utmpx has field ut_exit. */ +/* #undef HAVE_STRUCT_UTMPX_UT_EXIT */ -/* Define if you have the tgetent function. */ -#define HAVE_TGETENT 1 +/* Define if struct utmpx has field ut_syslen. */ +/* #undef HAVE_STRUCT_UTMPX_UT_SYSLEN */ -/* Define if you have the timegm function. */ -#define HAVE_TIMEGM 1 +/* Define if struct utmp has field ut_addr. */ +/* #undef HAVE_STRUCT_UTMP_UT_ADDR */ -/* Define if you have the ttyname function. */ -#define HAVE_TTYNAME 1 +/* Define if struct utmp has field ut_host. */ +/* #undef HAVE_STRUCT_UTMP_UT_HOST */ -/* Define if you have the ttyslot function. */ -#define HAVE_TTYSLOT 1 +/* Define if struct utmp has field ut_id. */ +/* #undef HAVE_STRUCT_UTMP_UT_ID */ -/* Define if you have the umask function. */ -#define HAVE_UMASK 1 - -/* Define if you have the uname function. */ -#define HAVE_UNAME 1 - -/* Define if you have the unlockpt function. */ -/* #undef HAVE_UNLOCKPT */ - -/* Define if you have the unsetenv function. */ -#define HAVE_UNSETENV 1 - -/* Define if you have the vasnprintf function. */ -/* #undef HAVE_VASNPRINTF */ - -/* Define if you have the vasprintf function. */ -#define HAVE_VASPRINTF 1 - -/* Define if you have the verr function. */ -#define HAVE_VERR 1 - -/* Define if you have the verrx function. */ -#define HAVE_VERRX 1 - -/* Define if you have the vhangup function. */ -/* #undef HAVE_VHANGUP */ - -/* Define if you have the vsyslog function. */ -#define HAVE_VSYSLOG 1 - -/* Define if you have the vwarn function. */ -#define HAVE_VWARN 1 - -/* Define if you have the vwarnx function. */ -#define HAVE_VWARNX 1 - -/* Define if you have the warn function. */ -#define HAVE_WARN 1 - -/* Define if you have the warnx function. */ -#define HAVE_WARNX 1 - -/* Define if you have the writev function. */ -#define HAVE_WRITEV 1 - -/* Define if you have the yp_get_default_domain function. */ -#define HAVE_YP_GET_DEFAULT_DOMAIN 1 - -/* Define if you have the header file. */ -#define HAVE_ARPA_FTP_H 1 - -/* Define if you have the header file. */ -#define HAVE_ARPA_INET_H 1 - -/* Define if you have the header file. */ -#define HAVE_ARPA_NAMESER_H 1 - -/* Define if you have the header file. */ -#define HAVE_ARPA_TELNET_H 1 - -/* Define if you have the header file. */ -/* #undef HAVE_BIND_BITYPES_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_BSDSETJMP_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_CAPABILITY_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_CRYPT_H */ - -/* Define if you have the header file. */ -#define HAVE_CURSES_H 1 - -/* Define if you have the header file. */ -#define HAVE_DB_H 1 - -/* Define if you have the header file. */ -/* #undef HAVE_DB_185_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_DBM_H */ - -/* Define if you have the header file. */ -#define HAVE_DIRENT_H 1 - -/* Define if you have the header file. */ -#define HAVE_DLFCN_H 1 - -/* Define if you have the header file. */ -#define HAVE_ERR_H 1 - -/* Define if you have the header file. */ -#define HAVE_ERRNO_H 1 - -/* Define if you have the header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the header file. */ -#define HAVE_FNMATCH_H 1 - -/* Define if you have the header file. */ -#define HAVE_GRP_H 1 - -/* Define if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define if you have the header file. */ -/* #undef HAVE_IO_H */ - -/* Define if you have the header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the header file. */ -/* #undef HAVE_MAILLOCK_H */ - -/* Define if you have the header file. */ -#define HAVE_NDBM_H 1 - -/* Define if you have the header file. */ -#define HAVE_NET_IF_H 1 - -/* Define if you have the header file. */ -#define HAVE_NETDB_H 1 - -/* Define if you have the header file. */ -#define HAVE_NETINET_IN_H 1 - -/* Define if you have the header file. */ -/* #undef HAVE_NETINET_IN6_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_NETINET_IN6_MACHTYPES_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_NETINET_IN6_VAR_H */ - -/* Define if you have the header file. */ -#define HAVE_NETINET_IN_SYSTM_H 1 - -/* Define if you have the header file. */ -#define HAVE_NETINET_IP_H 1 - -/* Define if you have the header file. */ -#define HAVE_NETINET_TCP_H 1 - -/* Define if you have the header file. */ -/* #undef HAVE_NETINET6_IN6_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_NETINFO_NI_H */ - -/* Define if you have the header file. */ -#define HAVE_PATHS_H 1 +/* Define if struct utmp has field ut_pid. */ +/* #undef HAVE_STRUCT_UTMP_UT_PID */ -/* Define if you have the header file. */ -/* #undef HAVE_PTHREAD_H */ +/* Define if struct utmp has field ut_type. */ +/* #undef HAVE_STRUCT_UTMP_UT_TYPE */ -/* Define if you have the header file. */ -/* #undef HAVE_PTY_H */ +/* Define if struct utmp has field ut_user. */ +/* #undef HAVE_STRUCT_UTMP_UT_USER */ -/* Define if you have the header file. */ -#define HAVE_PWD_H 1 +/* define if struct winsize is declared in sys/termios.h */ +#define HAVE_STRUCT_WINSIZE 1 -/* Define if you have the header file. */ -#define HAVE_RESOLV_H 1 +/* Define if you have the `strunvis' function. */ +#define HAVE_STRUNVIS 1 -/* Define if you have the header file. */ -/* #undef HAVE_RPCSVC_DBM_H */ +/* Define if you have the `strupr' function. */ +/* #undef HAVE_STRUPR */ -/* Define if you have the header file. */ -/* #undef HAVE_SAC_H */ +/* Define if you have the `strvis' function. */ +#define HAVE_STRVIS 1 -/* Define if you have the header file. */ -/* #undef HAVE_SECURITY_PAM_MODULES_H */ +/* Define if you have the `strvisx' function. */ +#define HAVE_STRVISX 1 -/* Define if you have the header file. */ -#define HAVE_SGTTY_H 1 +/* Define if you have the `svis' function. */ +#define HAVE_SVIS 1 -/* Define if you have the header file. */ -/* #undef HAVE_SHADOW_H */ +/* Define if you have the `swab' function. */ +#define HAVE_SWAB 1 -/* Define if you have the header file. */ -/* #undef HAVE_SIAD_H */ +/* Define if you have the `sysconf' function. */ +#define HAVE_SYSCONF 1 -/* Define if you have the header file. */ -#define HAVE_SIGNAL_H 1 +/* Define if you have the `sysctl' function. */ +#define HAVE_SYSCTL 1 -/* Define if you have the header file. */ -/* #undef HAVE_STANDARDS_H */ +/* Define if you have the `syslog' function. */ +#define HAVE_SYSLOG 1 -/* Define if you have the header file. */ -/* #undef HAVE_STROPTS_H */ +/* Define if you have the header file. */ +#define HAVE_SYSLOG_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_BITYPES_H */ @@ -660,15 +779,15 @@ /* Define if you have the header file. */ #define HAVE_SYS_PROC_H 1 -/* Define if you have the header file. */ -/* #undef HAVE_SYS_PTY_H */ - /* Define if you have the header file. */ /* #undef HAVE_SYS_PTYIO_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_PTYVAR_H */ +/* Define if you have the header file. */ +/* #undef HAVE_SYS_PTY_H */ + /* Define if you have the header file. */ #define HAVE_SYS_RESOURCE_H 1 @@ -684,9 +803,6 @@ /* Define if you have the header file. */ #define HAVE_SYS_STAT_H 1 -/* Define if you have the header file. */ -/* #undef HAVE_SYS_STR_TTY_H */ - /* Define if you have the header file. */ /* #undef HAVE_SYS_STREAM_H */ @@ -696,6 +812,9 @@ /* Define if you have the header file. */ /* #undef HAVE_SYS_STRTTY_H */ +/* Define if you have the header file. */ +/* #undef HAVE_SYS_STR_TTY_H */ + /* Define if you have the header file. */ #define HAVE_SYS_SYSCALL_H 1 @@ -705,15 +824,15 @@ /* Define if you have the header file. */ /* #undef HAVE_SYS_TERMIO_H */ -/* Define if you have the header file. */ -#define HAVE_SYS_TIME_H 1 - /* Define if you have the header file. */ #define HAVE_SYS_TIMEB_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TIMES_H 1 +/* Define if you have the header file. */ +#define HAVE_SYS_TIME_H 1 + /* Define if you have the header file. */ #define HAVE_SYS_TTY_H 1 @@ -732,17 +851,26 @@ /* Define if you have the header file. */ #define HAVE_SYS_WAIT_H 1 -/* Define if you have the header file. */ -#define HAVE_SYSLOG_H 1 +/* Define if you have the header file. */ +#define HAVE_TERMIOS_H 1 + +/* Define if you have the header file. */ +/* #undef HAVE_TERMIO_H */ /* Define if you have the header file. */ /* #undef HAVE_TERM_H */ -/* Define if you have the header file. */ -/* #undef HAVE_TERMIO_H */ +/* Define if you have the `tgetent' function. */ +#define HAVE_TGETENT 1 -/* Define if you have the header file. */ -#define HAVE_TERMIOS_H 1 +/* Define if you have the `timegm' function. */ +#define HAVE_TIMEGM 1 + +/* Define if you have the `timezone' variable. */ +#define HAVE_TIMEZONE 1 + +/* define if your system declares timezone */ +#define HAVE_TIMEZONE_DECLARATION 1 /* Define if you have the header file. */ #define HAVE_TIME_H 1 @@ -750,116 +878,128 @@ /* Define if you have the header file. */ /* #undef HAVE_TMPDIR_H */ +/* Define if you have the `ttyname' function. */ +#define HAVE_TTYNAME 1 + +/* Define if you have the `ttyslot' function. */ +#define HAVE_TTYSLOT 1 + /* Define if you have the header file. */ /* #undef HAVE_UDB_H */ +/* Define if you have the `umask' function. */ +#define HAVE_UMASK 1 + +/* Define if you have the `uname' function. */ +#define HAVE_UNAME 1 + /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 -/* Define if you have the header file. */ -#define HAVE_UTIL_H 1 +/* Define if you have the `unlockpt' function. */ +/* #undef HAVE_UNLOCKPT */ -/* Define if you have the header file. */ -#define HAVE_UTMP_H 1 +/* Define if you have the `unsetenv' function. */ +#define HAVE_UNSETENV 1 -/* Define if you have the header file. */ -/* #undef HAVE_UTMPX_H */ +/* Define if you have the `unvis' function. */ +#define HAVE_UNVIS 1 -/* Define if you have the X11 library (-lX11). */ -/* #undef HAVE_LIBX11 */ +/* Define if you have the header file. */ +/* #undef HAVE_USERCONF_H */ -/* Define if you have the Xau library (-lXau). */ -#define HAVE_LIBXAU 1 +/* Define if you have the header file. */ +/* #undef HAVE_USERSEC_H */ -/* Define if you have the c_r library (-lc_r). */ -/* #undef HAVE_LIBC_R */ +/* Define if you have the header file. */ +#define HAVE_UTIL_H 1 -/* Define if you have the crypt library (-lcrypt). */ -#define HAVE_LIBCRYPT 1 +/* Define if you have the header file. */ +/* #undef HAVE_UTMPX_H */ -/* Define if you have the crypto library (-lcrypto). */ -#define HAVE_LIBCRYPTO 1 +/* Define if you have the header file. */ +#define HAVE_UTMP_H 1 -/* Define if you have the curses library (-lcurses). */ -/* #undef HAVE_LIBCURSES */ +/* Define if you have the `vasnprintf' function. */ +/* #undef HAVE_VASNPRINTF */ -/* Define if you have the des library (-ldes). */ -/* #undef HAVE_LIBDES */ +/* Define if you have the `vasprintf' function. */ +#define HAVE_VASPRINTF 1 -/* Define if you have the dl library (-ldl). */ -/* #undef HAVE_LIBDL */ +/* Define if you have the `verr' function. */ +#define HAVE_VERR 1 -/* Define if you have the edit library (-ledit). */ -#define HAVE_LIBEDIT 1 +/* Define if you have the `verrx' function. */ +#define HAVE_VERRX 1 -/* Define if you have the gdbm library (-lgdbm). */ -/* #undef HAVE_LIBGDBM */ +/* Define if you have the `vhangup' function. */ +/* #undef HAVE_VHANGUP */ -/* Define if you have the inet6 library (-linet6). */ -/* #undef HAVE_LIBINET6 */ +/* Define if you have the `vis' function. */ +#define HAVE_VIS 1 -/* Define if you have the ip6 library (-lip6). */ -/* #undef HAVE_LIBIP6 */ +/* Define if you have the header file. */ +#define HAVE_VIS_H 1 -/* Define if you have the ncurses library (-lncurses). */ -/* #undef HAVE_LIBNCURSES */ +/* define if you have a working vsnprintf */ +#define HAVE_VSNPRINTF 1 -/* Define if you have the ndbm library (-lndbm). */ -/* #undef HAVE_LIBNDBM */ +/* Define if you have the `vsyslog' function. */ +#define HAVE_VSYSLOG 1 -/* Define if you have the nsl library (-lnsl). */ -/* #undef HAVE_LIBNSL */ +/* Define if you have the `vwarn' function. */ +#define HAVE_VWARN 1 -/* Define if you have the resolv library (-lresolv). */ -/* #undef HAVE_LIBRESOLV */ +/* Define if you have the `vwarnx' function. */ +#define HAVE_VWARNX 1 -/* Define if you have the socket library (-lsocket). */ -/* #undef HAVE_LIBSOCKET */ +/* Define if you have the `warn' function. */ +#define HAVE_WARN 1 -/* Define if you have the syslog library (-lsyslog). */ -/* #undef HAVE_LIBSYSLOG */ +/* Define if you have the `warnx' function. */ +#define HAVE_WARNX 1 -/* Define if you have the termcap library (-ltermcap). */ -#define HAVE_LIBTERMCAP 1 +/* Define if you have the header file. */ +/* #undef HAVE_WINSOCK_H */ -/* Define if you have the util library (-lutil). */ -#define HAVE_LIBUTIL 1 +/* Define if you have the `writev' function. */ +#define HAVE_WRITEV 1 -/* Name of package */ -#define PACKAGE "heimdal" +/* define if struct winsize has ws_xpixel */ +#define HAVE_WS_XPIXEL 1 -/* Version number of package */ -#define VERSION "0.2t" +/* define if struct winsize has ws_ypixel */ +#define HAVE_WS_YPIXEL 1 -/* Define to what version of SunOS you are running. */ -/* #undef SunOS */ +/* Define if you have the `XauFileName' function. */ +#define HAVE_XAUFILENAME 1 -/* define if your compiler has __attribute__ */ -#define HAVE___ATTRIBUTE__ 1 +/* Define if you have the `XauReadAuth' function. */ +#define HAVE_XAUREADAUTH 1 -/* Define if you have the openldap package. */ -/* #undef OPENLDAP */ +/* Define if you have the `XauWriteAuth' function. */ +#define HAVE_XAUWRITEAUTH 1 -/* Define if you have the krb4 package. */ -#define KRB4 1 +/* Define if you have the `yp_get_default_domain' function. */ +#define HAVE_YP_GET_DEFAULT_DOMAIN 1 -/* define if krb_put_int takes four arguments. */ -#define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +/* Define if you have the `_getpty' function. */ +/* #undef HAVE__GETPTY */ -/* Define to one if your krb.h doesn't */ -/* #undef KRB_VERIFY_SECURE */ +/* Define if you have the `_scrsize' function. */ +/* #undef HAVE__SCRSIZE */ -/* Define to two if your krb.h doesn't */ -/* #undef KRB_VERIFY_SECURE_FAIL */ +/* define if your compiler has __attribute__ */ +#define HAVE___ATTRIBUTE__ 1 -/* Define to zero if your krb.h doesn't */ -/* #undef KRB_VERIFY_NOT_SECURE */ +/* Define if you have the `__progname' variable. */ +#define HAVE___PROGNAME 1 -/* Define if krb_mk_req takes cons char * */ -/* #undef KRB_MK_REQ_CONST */ +/* define if your system declares __progname */ +/* #undef HAVE___PROGNAME_DECLARATION */ -/* Enable Kerberos 5 support in applications. */ -#define KRB5 1 +/* Define if you have the hesiod package. */ +/* #undef HESIOD */ /* Define if you want to use the KDC as a kaserver. */ /* #undef KASERVER */ @@ -867,250 +1007,203 @@ /* Define if you want support in hprop for reading kaserver databases */ /* #undef KASERVER_DB */ -/* Define if you want OTP support in applications. */ -/* #undef OTP */ - -/* Define to enable basic OSF C2 support. */ -/* #undef HAVE_OSFC2 */ - -/* Define if you have the readline package. */ -/* #undef READLINE */ - -/* Define if you have the hesiod package. */ -/* #undef HESIOD */ - -/* define if target is big endian */ -/* #undef WORDS_BIGENDIAN */ - -/* define if sys/param.h defines the endiness */ -#define ENDIANESS_IN_SYS_PARAM_H 1 - -/* Define this to what the type ssize_t should be. */ -/* #undef ssize_t */ - -/* Define this to what the type mode_t should be. */ -/* #undef mode_t */ - -/* Define this to what the type sig_atomic_t should be. */ -/* #undef sig_atomic_t */ - -/* Define if you want to use Netinfo instead of krb5.conf. */ -/* #undef HAVE_NETINFO */ - -/* Define if you have IPv6. */ -#define HAVE_IPV6 1 - -/* define if you have a working snprintf */ -#define HAVE_SNPRINTF 1 - -/* define if the system is missing a prototype for snprintf() */ -/* #undef NEED_SNPRINTF_PROTO */ - -/* define if you have a working vsnprintf */ -#define HAVE_VSNPRINTF 1 - -/* define if the system is missing a prototype for vsnprintf() */ -/* #undef NEED_VSNPRINTF_PROTO */ - -/* define if you have a glob() that groks - GLOB_BRACE, GLOB_NOCHECK, GLOB_QUOTE, and GLOB_TILDE */ -#define HAVE_GLOB 1 - -/* define if the system is missing a prototype for glob() */ -/* #undef NEED_GLOB_PROTO */ - -/* Define if getlogin has POSIX flavour (and not BSD). */ -/* #undef POSIX_GETLOGIN */ +/* Define if you have the krb4 package. */ +#define KRB4 1 -/* Define if getpwnam_r has POSIX flavour. */ -/* #undef POSIX_GETPWNAM_R */ +/* Enable Kerberos 5 support in applications. */ +#define KRB5 1 -/* Define if signal handlers return void. */ -#define VOID_RETSIGTYPE 1 +/* Define if krb_mk_req takes cons char * */ +/* #undef KRB_MK_REQ_CONST */ -/* define if the system is missing a prototype for hstrerror() */ -/* #undef NEED_HSTRERROR_PROTO */ +/* Define to zero if your krb.h doesn't */ +/* #undef KRB_VERIFY_NOT_SECURE */ -/* define if the system is missing a prototype for asprintf() */ -/* #undef NEED_ASPRINTF_PROTO */ +/* Define to one if your krb.h doesn't */ +/* #undef KRB_VERIFY_SECURE */ -/* define if the system is missing a prototype for vasprintf() */ -/* #undef NEED_VASPRINTF_PROTO */ +/* Define to two if your krb.h doesn't */ +/* #undef KRB_VERIFY_SECURE_FAIL */ /* define if the system is missing a prototype for asnprintf() */ /* #undef NEED_ASNPRINTF_PROTO */ -/* define if the system is missing a prototype for vasnprintf() */ -/* #undef NEED_VASNPRINTF_PROTO */ - -/* define if the system is missing a prototype for setenv() */ -/* #undef NEED_SETENV_PROTO */ +/* define if the system is missing a prototype for asprintf() */ +/* #undef NEED_ASPRINTF_PROTO */ -/* define if the system is missing a prototype for unsetenv() */ -/* #undef NEED_UNSETENV_PROTO */ +/* 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 mkstemp() */ -#define NEED_MKSTEMP_PROTO 1 - /* define if the system is missing a prototype for getusershell() */ /* #undef NEED_GETUSERSHELL_PROTO */ -/* define if the system is missing a prototype for inet_aton() */ -/* #undef NEED_INET_ATON_PROTO */ +/* define if the system is missing a prototype for glob() */ +/* #undef NEED_GLOB_PROTO */ -/* Define if realloc(NULL) doesn't work. */ -/* #undef BROKEN_REALLOC */ +/* define if the system is missing a prototype for hstrerror() */ +/* #undef NEED_HSTRERROR_PROTO */ -/* define if prototype of gethostbyname is compatible with - struct hostent *gethostbyname(const char *) */ -#define GETHOSTBYNAME_PROTO_COMPATIBLE 1 +/* define if the system is missing a prototype for inet_aton() */ +/* #undef NEED_INET_ATON_PROTO */ -/* define if prototype of gethostbyaddr is compatible with - struct hostent *gethostbyaddr(const void *, size_t, int) */ -/* #undef GETHOSTBYADDR_PROTO_COMPATIBLE */ +/* define if the system is missing a prototype for mkstemp() */ +#define NEED_MKSTEMP_PROTO 1 -/* define if prototype of getservbyname is compatible with - struct servent *getservbyname(const char *, const char *) */ -#define GETSERVBYNAME_PROTO_COMPATIBLE 1 +/* define if the system is missing a prototype for setenv() */ +/* #undef NEED_SETENV_PROTO */ -/* define if prototype of openlog is compatible with - void openlog(const char *, int, int) */ -#define OPENLOG_PROTO_COMPATIBLE 1 +/* define if the system is missing a prototype for snprintf() */ +/* #undef NEED_SNPRINTF_PROTO */ -/* define if the system is missing a prototype for crypt() */ -/* #undef NEED_CRYPT_PROTO */ +/* define if the system is missing a prototype for strsep() */ +/* #undef NEED_STRSEP_PROTO */ /* define if the system is missing a prototype for strtok_r() */ /* #undef NEED_STRTOK_R_PROTO */ -/* define if the system is missing a prototype for strsep() */ -/* #undef NEED_STRSEP_PROTO */ - -/* define if you have h_errno */ -#define HAVE_H_ERRNO 1 +/* define if the system is missing a prototype for unsetenv() */ +/* #undef NEED_UNSETENV_PROTO */ -/* define if your system declares h_errno */ -#define HAVE_H_ERRNO_DECLARATION 1 +/* define if the system is missing a prototype for vasnprintf() */ +/* #undef NEED_VASNPRINTF_PROTO */ -/* define if you have h_errlist */ -#define HAVE_H_ERRLIST 1 +/* define if the system is missing a prototype for vasprintf() */ +/* #undef NEED_VASPRINTF_PROTO */ -/* define if your system declares h_errlist */ -/* #undef HAVE_H_ERRLIST_DECLARATION */ +/* define if the system is missing a prototype for vsnprintf() */ +/* #undef NEED_VSNPRINTF_PROTO */ -/* define if you have h_nerr */ -#define HAVE_H_NERR 1 +/* Define this to enable old environment option in telnet. */ +#define OLD_ENVIRON 1 -/* define if your system declares h_nerr */ -/* #undef HAVE_H_NERR_DECLARATION */ +/* Define if you have the openldap package. */ +/* #undef OPENLDAP */ -/* define if you have __progname */ -#define HAVE___PROGNAME 1 +/* define if prototype of openlog is compatible with void openlog(const char + *, int, int) */ +#define OPENLOG_PROTO_COMPATIBLE 1 -/* define if your system declares __progname */ -/* #undef HAVE___PROGNAME_DECLARATION */ +/* Define if you want OTP support in applications. */ +#define OTP 1 -/* define if your system declares optarg */ -#define HAVE_OPTARG_DECLARATION 1 +/* Name of package */ +#define PACKAGE "heimdal" -/* define if your system declares optind */ -#define HAVE_OPTIND_DECLARATION 1 +/* Define if getlogin has POSIX flavour (and not BSD). */ +/* #undef POSIX_GETLOGIN */ -/* define if your system declares opterr */ -#define HAVE_OPTERR_DECLARATION 1 +/* Define if getpwnam_r has POSIX flavour. */ +/* #undef POSIX_GETPWNAM_R */ -/* define if your system declares optopt */ -#define HAVE_OPTOPT_DECLARATION 1 +/* Define if you have the readline package. */ +/* #undef READLINE */ -/* define if your system declares environ */ -/* #undef HAVE_ENVIRON_DECLARATION */ +/* Define as the return type of signal handlers (`int' or `void'). */ +#define RETSIGTYPE void -/* Define if struct utmp has field ut_addr. */ -/* #undef HAVE_STRUCT_UTMP_UT_ADDR */ +/* Define if you have the ANSI C header files. */ +#define STDC_HEADERS 1 -/* Define if struct utmp has field ut_host. */ -/* #undef HAVE_STRUCT_UTMP_UT_HOST */ +/* Define if you have streams ptys. */ +/* #undef STREAMSPTY */ -/* Define if struct utmp has field ut_id. */ -/* #undef HAVE_STRUCT_UTMP_UT_ID */ +/* Define to what version of SunOS you are running. */ +/* #undef SunOS */ -/* Define if struct utmp has field ut_pid. */ -/* #undef HAVE_STRUCT_UTMP_UT_PID */ +/* Define if you can safely include both and . */ +#define TIME_WITH_SYS_TIME 1 -/* Define if struct utmp has field ut_type. */ -/* #undef HAVE_STRUCT_UTMP_UT_TYPE */ +/* Define if your declares `struct tm'. */ +/* #undef TM_IN_SYS_TIME */ -/* Define if struct utmp has field ut_user. */ -/* #undef HAVE_STRUCT_UTMP_UT_USER */ +/* Version number of package */ +#define VERSION "0.3e" -/* Define if struct utmpx has field ut_exit. */ -/* #undef HAVE_STRUCT_UTMPX_UT_EXIT */ +/* Define if signal handlers return void. */ +#define VOID_RETSIGTYPE 1 -/* Define if struct utmpx has field ut_syslen. */ -/* #undef HAVE_STRUCT_UTMPX_UT_SYSLEN */ +/* define if target is big endian */ +/* #undef WORDS_BIGENDIAN */ -/* Define if struct tm has field tm_gmtoff. */ -#define HAVE_STRUCT_TM_TM_GMTOFF 1 +/* Define if the X Window System is missing or not being used. */ +/* #undef X_DISPLAY_MISSING */ -/* Define if struct tm has field tm_zone. */ -#define HAVE_STRUCT_TM_TM_ZONE 1 +/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'. + */ +#define YYTEXT_POINTER 1 -/* define if you have timezone */ -#define HAVE_TIMEZONE 1 +/* Define to empty if `const' does not conform to ANSI C. */ +/* #undef const */ -/* define if your system declares timezone */ -#define HAVE_TIMEZONE_DECLARATION 1 +/* Define to `int' if doesn't define. */ +/* #undef gid_t */ -/* define if struct winsize is declared in sys/termios.h */ -#define HAVE_STRUCT_WINSIZE 1 +/* Define as `__inline' if that's what the C compiler calls it, or to nothing + if it is not supported. */ +/* #undef inline */ -/* define if struct winsize has ws_xpixel */ -#define HAVE_WS_XPIXEL 1 +/* Define this to what the type mode_t should be. */ +/* #undef mode_t */ -/* define if struct winsize has ws_ypixel */ -#define HAVE_WS_YPIXEL 1 +/* Define to `long' if does not define. */ +/* #undef off_t */ -/* define if you have struct spwd */ -/* #undef HAVE_STRUCT_SPWD */ +/* Define to `int' if does not define. */ +/* #undef pid_t */ -/* Define if struct sockaddr has field sa_len. */ -#define HAVE_STRUCT_SOCKADDR_SA_LEN 1 +/* Define this to what the type sig_atomic_t should be. */ +/* #undef sig_atomic_t */ -/* Define if el_init takes four arguments. */ -#define HAVE_FOUR_VALUED_EL_INIT 1 +/* Define to `unsigned' if does not define. */ +/* #undef size_t */ -/* Define if you have a readline compatible library. */ -#define HAVE_READLINE 1 +/* Define this to what the type ssize_t should be. */ +/* #undef ssize_t */ -/* Define if you want authentication support in telnet. */ -#define AUTHENTICATION 1 +/* Define to `int' if doesn't define. */ +/* #undef uid_t */ -/* Define if you want encryption support in telnet. */ -#define ENCRYPTION 1 +#ifdef VOID_RETSIGTYPE +#define SIGRETURN(x) return +#else +#define SIGRETURN(x) return (RETSIGTYPE)(x) +#endif -/* Define if you want to use DES encryption in telnet. */ -#define DES_ENCRYPTION 1 +#ifdef BROKEN_REALLOC +#define realloc(X, Y) isoc_realloc((X), (Y)) +#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y)) +#endif -/* Define this to enable diagnostics in telnet. */ -#define DIAGNOSTICS 1 +#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 -/* Define this to enable old environment option in telnet. */ -#define OLD_ENVIRON 1 -/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */ -/* #undef ENV_HACK */ +#ifdef VOID_RETSIGTYPE +#define SIGRETURN(x) return +#else +#define SIGRETURN(x) return (RETSIGTYPE)(x) +#endif -/* Define if you have streams ptys. */ -/* #undef STREAMSPTY */ +#ifdef BROKEN_REALLOC +#define realloc(X, Y) isoc_realloc((X), (Y)) +#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y)) +#endif +#define BINDIR "/usr/heimdal/bin" +#define LIBDIR "/usr/heimdal/lib" +#define LIBEXECDIR "/usr/heimdal/libexec" +#define SBINDIR "/usr/heimdal/sbin" -#define BINDIR "/usr/bin" -#define LIBDIR "/usr/lib" -#define LIBEXECDIR "/usr/libexec" -#define SBINDIR "/usr/sbin" +#define BINDIR "/usr/heimdal/bin" +#define LIBDIR "/usr/heimdal/lib" +#define LIBEXECDIR "/usr/heimdal/libexec" +#define SBINDIR "/usr/heimdal/sbin" #define HAVE_INT8_T 1 #define HAVE_INT16_T 1 @@ -1120,6 +1213,10 @@ #define HAVE_U_INT16_T 1 #define HAVE_U_INT32_T 1 #define HAVE_U_INT64_T 1 +#define HAVE_UINT8_T 1 +#define HAVE_UINT16_T 1 +#define HAVE_UINT32_T 1 +#define HAVE_UINT64_T 1 #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)) diff --git a/netbsd/include/heimdal/roken.h b/netbsd/include/heimdal/roken.h index 157cf2b62b..6803adc222 100644 --- a/netbsd/include/heimdal/roken.h +++ b/netbsd/include/heimdal/roken.h @@ -6,7 +6,7 @@ /* -*- C -*- */ /* - * Copyright (c) 1995 - 2000 Kungliga Tekniska Högskolan + * Copyright (c) 1995 - 2001 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -38,13 +38,14 @@ * SUCH DAMAGE. */ -/* $Id: roken.h,v 1.1.1.1 2000/12/02 06:23:29 itojun Exp $ */ +/* $Id: roken.h,v 1.1.1.2 2001/07/10 05:40:13 itojun Exp $ */ #include #include #include #include #include + #include #include #include @@ -71,6 +72,7 @@ #include +ROKEN_CPP_START @@ -95,6 +97,8 @@ char * strlwr(char *); size_t strnlen(const char*, size_t); +ssize_t strsep_copy(const char**, const char*, char*, size_t); + @@ -119,7 +123,9 @@ const char *get_default_username (void); +#ifndef BSD4_4 int mkstemp(char *); +#endif @@ -170,8 +176,10 @@ getipnodebyname (const char *name, int af, int flags, int *error_num); struct hostent * getipnodebyaddr (const void *src, size_t len, int af, int *error_num); +#ifndef BSD4_4 void freehostent (struct hostent *h); +#endif struct hostent * copyhostent (const struct hostent *h); @@ -189,8 +197,8 @@ getnameinfo_verified(const struct sockaddr *sa, socklen_t salen, char *serv, size_t servlen, int flags); -int -roken_getaddrinfo_hostspec(const char *, int, struct addrinfo **); +int roken_getaddrinfo_hostspec(const char *, int, struct addrinfo **); +int roken_getaddrinfo_hostspec2(const char *, int, int, struct addrinfo **); @@ -206,6 +214,12 @@ struct hostent* roken_gethostbyaddr(const void*, size_t, int); #define roken_openlog(a,b,c) openlog(a,b,c) +#define roken_getsockname(a,b,c) getsockname(a,b,c) + void set_progname(char *argv0); +const char *get_progname(void); + +ROKEN_CPP_END +#define ROKEN_VERSION 0.3e #endif /* __ROKEN_H__ */ diff --git a/netbsd/include/heimdal/version.h b/netbsd/include/heimdal/version.h index 35c6778d42..db127e20cc 100644 --- a/netbsd/include/heimdal/version.h +++ b/netbsd/include/heimdal/version.h @@ -1,20 +1,20 @@ -/* $NetBSD: version.h,v 1.2.2.2 2000/07/15 17:04:27 thorpej Exp $ */ +/* $NetBSD: version.h,v 1.2.2.3 2001/04/05 23:25:56 he Exp $ */ -#ifdef __KRB5_VERSION +#if defined(__KRB5_VERSION) && !defined(__NO_KRB4_VERSION) #define heimdal_long_version __heimdal_long_version #define heimdal_version __heimdal_version #define __NO_KRB4_VERSION #endif -#ifdef __KRB4_VERSION +#if defined(__KRB4_VERSION) && !defined(__NO_KRB5_VERSION) #define krb4_long_version __krb4_long_version #define krb4_version __krb4_version #define __NO_KRB5_VERSION #endif #ifndef __NO_KRB5_VERSION -const char *heimdal_long_version = "@(#)$Version: heimdal-0.2t (NetBSD) $"; -const char *heimdal_version = "heimdal-0.2t"; +const char *heimdal_long_version = "@(#)$Version: heimdal-0.3e (NetBSD) $"; +const char *heimdal_version = "heimdal-0.3e"; #endif #ifndef __NO_KRB4_VERSION diff --git a/netbsd/include/netdb.h b/netbsd/include/netdb.h index 0dc51c2faf..24faf43253 100644 --- a/netbsd/include/netdb.h +++ b/netbsd/include/netdb.h @@ -1,4 +1,4 @@ -/* $NetBSD: netdb.h,v 1.18.2.2 2000/07/30 06:31:53 lukem Exp $ */ +/* $NetBSD: netdb.h,v 1.18.2.3 2001/05/01 10:28:45 he Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -248,7 +248,7 @@ struct addrinfo { #include #ifndef socklen_t typedef __socklen_t socklen_t; -#define socklen_t socklen_t +#define socklen_t __socklen_t #endif __BEGIN_DECLS