Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/tools/compat Pull up revision 1.20 (via patch, requeste...



details:   https://anonhg.NetBSD.org/src/rev/653d9d18085d
branches:  netbsd-1-6
changeset: 529264:653d9d18085d
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 03 16:19:10 2002 +0000

description:
Pull up revision 1.20 (via patch, requested by thorpej in ticket #797):
  Include various more functions in libnbcompat, mostly
  becuase our tools use features not universally present in
  other versions. This applies to glob(3), vis(3), and the
  MD2, MD4, RMD160 and SHA1 implementations.
  Also add checks for random(3) and termios.h for the Heimdal
  host tools.
  Update README to indicate the current state of building the
  host tools on Solaris 8 (for SPARC).

diffstat:

 tools/compat/config.h.in |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 256e975d5024 -r 653d9d18085d tools/compat/config.h.in
--- a/tools/compat/config.h.in  Sun Nov 03 16:18:39 2002 +0000
+++ b/tools/compat/config.h.in  Sun Nov 03 16:19:10 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h.in,v 1.18 2002/04/24 19:41:58 bjh21 Exp $     */
+/*     $NetBSD: config.h.in,v 1.18.2.1 2002/11/03 16:19:10 he Exp $    */
 
 #ifndef        __NETBSD_COMPAT_CONFIG_H__
 #define        __NETBSD_COMPAT_CONFIG_H__
@@ -14,15 +14,10 @@
 #undef HAVE_FTS_H
 #undef HAVE_INTTYPES_H
 #undef HAVE_LIBGEN_H
-#undef HAVE_MD2_H
-#undef HAVE_MD4_H
-#undef HAVE_MD5_H
 #undef HAVE_NDIR_H
 #undef HAVE_NETDB_H
 #undef HAVE_MACHINE_BSWAP_H
 #undef HAVE_MALLOC_H
-#undef HAVE_RMD160_H
-#undef HAVE_SHA1_H
 #undef HAVE_STDDEF_H
 #undef HAVE_STRING_H
 #undef HAVE_SYS_DIR_H
@@ -31,8 +26,8 @@
 #undef HAVE_SYS_SYSLIMITS_H
 #undef HAVE_SYS_SYSMACROS_H
 #undef HAVE_SYS_TYPES_H
+#undef HAVE_TERMIOS_H
 #undef HAVE_UNISTD_H
-#undef HAVE_VIS_H
 #undef STDC_HEADERS
 
 #undef HAVE_ID_T
@@ -70,6 +65,7 @@
 #undef HAVE_PREAD
 #undef HAVE_PWCACHE_USERDB
 #undef HAVE_PWRITE
+#undef HAVE_RANDOM
 #undef HAVE_SETENV
 #undef HAVE_SETGROUPENT
 #undef HAVE_SETPASSENT



Home | Main Index | Thread Index | Old Index