Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src Catch up to -current.
details: https://anonhg.NetBSD.org/src/rev/db9d99a5f533
branches: nathanw_sa
changeset: 506229:db9d99a5f533
user: nathanw <nathanw%NetBSD.org@localhost>
date: Tue Sep 17 21:32:42 2002 +0000
description:
Catch up to -current.
diffstat:
include/heimdal/config.h | 923 +++++++++++++-----------
include/heimdal/crypto-headers.h | 8 +
include/heimdal/krb5-types.h | 10 -
include/heimdal/ktypes.h | 10 -
include/heimdal/roken.h | 18 +-
include/heimdal/version.h | 10 +-
lib/libc/arch/arm/sys/__clone.S | 4 +-
lib/libc/arch/sh3/gen/Makefile.inc | 10 +-
lib/libc/arch/sh3/gen/movstr_i4.S | 72 +
lib/libc/arch/sh3/string/ffs.S | 90 +-
lib/libc/arch/vax/Makefile.inc | 4 +-
lib/libc/arch/vax/sys/__sigaction14_sigtramp.c | 6 +-
lib/libc/arch/vax/sys/__sigtramp.S | 49 +
lib/libc/arch/vax/sys/__sigtramp1.S | 47 -
lib/libc/gen/__fts13.c | 6 +-
lib/libc/gen/nice.3 | 6 +-
lib/libc/gen/usleep.3 | 8 +-
lib/libc/net/ns_ntoa.c | 10 +-
lib/libc/net/nsdispatch.3 | 6 +-
lib/libc/net/res_mkquery.c | 8 +-
lib/libc/shlib_version | 4 +-
lib/libc/stdio/gettemp.c | 20 +-
lib/libc/stdio/mkdtemp.c | 19 +-
lib/libc/stdio/mkstemp.c | 19 +-
lib/libc/sys/Makefile.inc | 13 +-
lib/libc/sys/makelintstub | 31 +-
lib/libc/sys/rasctl.2 | 146 +++
lib/libc/yp/ypclnt.3 | 4 +-
28 files changed, 962 insertions(+), 599 deletions(-)
diffs (truncated from 2841 to 300 lines):
diff -r edac58d54337 -r db9d99a5f533 include/heimdal/config.h
--- a/include/heimdal/config.h Tue Sep 17 21:22:19 2002 +0000
+++ b/include/heimdal/config.h Tue Sep 17 21:32:42 2002 +0000
@@ -1,25 +1,11 @@
-/* include/config.h. Generated automatically by configure. */
-/* include/config.h.in. Generated automatically from configure.in by autoheader. */
+/* include/config.h. Generated by configure. */
+/* include/config.h.in. Generated from configure.in by autoheader. */
#ifndef RCSID
#define RCSID(msg) \
-static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
+static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
#endif
-#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
-#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
-
/* Maximum values on all known systems */
#define MaxHostNameLen (64+4)
#define MaxPathLen (1024+4)
@@ -29,6 +15,9 @@
/* Define if you want authentication support in telnet. */
#define AUTHENTICATION 1
+/* path to bin */
+#define BINDIR "/usr/bin"
+
/* Define if realloc(NULL) doesn't work. */
/* #undef BROKEN_REALLOC */
@@ -66,153 +55,168 @@
struct sockaddr*, socklen_t*) */
#define GETSOCKNAME_PROTO_COMPATIBLE 1
-/* Define if you have the <arpa/ftp.h> header file. */
+/* 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. */
#define HAVE_ARPA_FTP_H 1
-/* Define if you have the <arpa/inet.h> header file. */
+/* Define to 1 if you have the <arpa/inet.h> header file. */
#define HAVE_ARPA_INET_H 1
-/* Define if you have the <arpa/nameser.h> header file. */
+/* Define to 1 if you have the <arpa/nameser.h> header file. */
#define HAVE_ARPA_NAMESER_H 1
-/* Define if you have the <arpa/telnet.h> header file. */
+/* Define to 1 if you have the <arpa/telnet.h> header file. */
#define HAVE_ARPA_TELNET_H 1
-/* Define if you have the `asnprintf' function. */
+/* Define to 1 if you have the `asnprintf' function. */
/* #undef HAVE_ASNPRINTF */
-/* Define if you have the `asprintf' function. */
+/* Define to 1 if you have the `asprintf' function. */
#define HAVE_ASPRINTF 1
-/* Define if you have the <bind/bitypes.h> header file. */
+/* Define to 1 if you have the `atexit' function. */
+#define HAVE_ATEXIT 1
+
+/* Define to 1 if you have the <bind/bitypes.h> header file. */
/* #undef HAVE_BIND_BITYPES_H */
-/* Define if you have the <bsdsetjmp.h> header file. */
+/* Define to 1 if you have the <bsdsetjmp.h> header file. */
/* #undef HAVE_BSDSETJMP_H */
-/* Define if you have the `bswap16' function. */
+/* Define to 1 if you have the `bswap16' function. */
#define HAVE_BSWAP16 1
-/* Define if you have the `bswap32' function. */
+/* Define to 1 if you have the `bswap32' function. */
#define HAVE_BSWAP32 1
-/* Define if you have the <capability.h> header file. */
+/* Define to 1 if you have the <capability.h> header file. */
/* #undef HAVE_CAPABILITY_H */
-/* Define if you have the `cap_set_proc' function. */
+/* Define to 1 if you have the `cap_set_proc' function. */
/* #undef HAVE_CAP_SET_PROC */
-/* Define if you have the `cgetent' function. */
+/* Define to 1 if you have the `cgetent' function. */
#define HAVE_CGETENT 1
-/* Define if you have the `chown' function. */
+/* Define if you have the function `chown'. */
#define HAVE_CHOWN 1
-/* Define if you have the <config.h> header file. */
+/* Define to 1 if you have the <config.h> header file. */
/* #undef HAVE_CONFIG_H */
-/* Define if you have the `copyhostent' function. */
+/* Define if you have the function `copyhostent'. */
/* #undef HAVE_COPYHOSTENT */
-/* Define if you have the `crypt' function. */
+/* Define to 1 if you have the `crypt' function. */
#define HAVE_CRYPT 1
-/* Define if you have the <crypt.h> header file. */
+/* Define to 1 if you have the <crypt.h> header file. */
/* #undef HAVE_CRYPT_H */
-/* Define if you have the <curses.h> header file. */
+/* Define to 1 if you have the <curses.h> header file. */
#define HAVE_CURSES_H 1
-/* Define if you have the `daemon' function. */
+/* Define if you have the function `daemon'. */
#define HAVE_DAEMON 1
/* define if you have a berkeley db1/2 library */
#define HAVE_DB1 1
-/* define if you have a berkeley db3 library */
+/* define if you have a berkeley db3/4 library */
/* #undef HAVE_DB3 */
-/* Define if you have the `dbm_firstkey' function. */
+/* 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. */
#define HAVE_DBM_FIRSTKEY 1
-/* Define if you have the <dbm.h> header file. */
+/* Define to 1 if you have the <dbm.h> header file. */
/* #undef HAVE_DBM_H */
-/* Define if you have the `dbopen' function. */
+/* Define to 1 if you have the `dbopen' function. */
#define HAVE_DBOPEN 1
-/* Define if you have the <db_185.h> header file. */
+/* Define to 1 if you have the <db_185.h> header file. */
/* #undef HAVE_DB_185_H */
-/* Define if you have the `db_create' function. */
+/* Define to 1 if you have the `db_create' function. */
/* #undef HAVE_DB_CREATE */
-/* Define if you have the <db.h> header file. */
+/* Define to 1 if you have the <db.h> header file. */
#define HAVE_DB_H 1
/* define if you have ndbm compat in db */
/* #undef HAVE_DB_NDBM */
-/* Define if you have the <dirent.h> header file. */
+/* Define to 1 if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1
-/* Define if you have the <dlfcn.h> header file. */
+/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
-/* Define if you have the `dlopen' function. */
+/* Define to 1 if you have the `dlopen' function. */
#if !defined(NO_DLOPEN)
#define HAVE_DLOPEN 1
#endif
-/* Define if you have the `dn_expand' function. */
+/* Define to 1 if you have the `dn_expand' function. */
#define HAVE_DN_EXPAND 1
-/* Define if you have the `ecalloc' function. */
+/* Define if you have the function `ecalloc'. */
/* #undef HAVE_ECALLOC */
-/* Define if you have the `el_init' function. */
+/* Define to 1 if you have the `el_init' function. */
#define HAVE_EL_INIT 1
-/* Define if you have the `emalloc' function. */
-#define HAVE_EMALLOC 1
+/* Define if you have the function `emalloc'. */
+/* #undef HAVE_EMALLOC */
/* define if your system declares environ */
/* #undef HAVE_ENVIRON_DECLARATION */
-/* Define if you have the `erealloc' function. */
-#define HAVE_EREALLOC 1
+/* Define if you have the function `erealloc'. */
+/* #undef HAVE_EREALLOC */
-/* Define if you have the `err' function. */
+/* Define if you have the function `err'. */
#define HAVE_ERR 1
-/* Define if you have the <errno.h> header file. */
+/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
-/* Define if you have the `errx' function. */
+/* Define if you have the function `errx'. */
#define HAVE_ERRX 1
-/* Define if you have the <err.h> header file. */
+/* Define to 1 if you have the <err.h> header file. */
#define HAVE_ERR_H 1
-/* Define if you have the `estrdup' function. */
-#define HAVE_ESTRDUP 1
+/* Define if you have the function `estrdup'. */
+/* #undef HAVE_ESTRDUP */
-/* Define if you have the `fchown' function. */
+/* Define if you have the function `fchown'. */
#define HAVE_FCHOWN 1
-/* Define if you have the `fcntl' function. */
+/* Define to 1 if you have the `fcntl' function. */
#define HAVE_FCNTL 1
-/* Define if you have the <fcntl.h> header file. */
+/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
-/* Define if you have the `flock' function. */
+/* Define if you have the function `flock'. */
#define HAVE_FLOCK 1
-/* Define if you have the `fnmatch' function. */
+/* Define if you have the function `fnmatch'. */
#define HAVE_FNMATCH 1
-/* Define if you have the <fnmatch.h> header file. */
+/* Define to 1 if you have the <fnmatch.h> header file. */
#define HAVE_FNMATCH_H 1
/* Define if el_init takes four arguments. */
@@ -221,107 +225,110 @@
/* define if krb_put_int takes four arguments. */
#define HAVE_FOUR_VALUED_KRB_PUT_INT 1
-/* Define if you have the `freeaddrinfo' function. */
+/* Define to 1 if you have the `freeaddrinfo' function. */
#define HAVE_FREEADDRINFO 1
-/* Define if you have the `freehostent' function. */
+/* Define if you have the function `freehostent'. */
/* #undef HAVE_FREEHOSTENT */
-/* Define if you have the `gai_strerror' function. */
+/* Define to 1 if you have the `gai_strerror' function. */
#define HAVE_GAI_STRERROR 1
-/* Define if you have the <gdbm/ndbm.h> header file. */
+/* Define to 1 if you have the <gdbm/ndbm.h> header file. */
/* #undef HAVE_GDBM_NDBM_H */
-/* Define if you have the `getaddrinfo' function. */
+/* Define to 1 if you have the `getaddrinfo' function. */
#define HAVE_GETADDRINFO 1
-/* Define if you have the `getconfattr' function. */
+/* Define to 1 if you have the `getconfattr' function. */
/* #undef HAVE_GETCONFATTR */
-/* Define if you have the `getcwd' function. */
+/* Define if you have the function `getcwd'. */
#define HAVE_GETCWD 1
-/* Define if you have the `getdtablesize' function. */
+/* Define if you have the function `getdtablesize'. */
#define HAVE_GETDTABLESIZE 1
-/* Define if you have the `getegid' function. */
+/* Define if you have the function `getegid'. */
#define HAVE_GETEGID 1
Home |
Main Index |
Thread Index |
Old Index