From 98648e83e3e145ada4121bc6b2ee0f891a4e7821 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 7 Oct 2008 16:03:10 +0000 Subject: Check for existance of sysexits.h and regen config.h.in. --- pkgtools/libnbcompat/files/configure | 3 ++- pkgtools/libnbcompat/files/configure.ac | 4 ++-- pkgtools/libnbcompat/files/nbcompat/config.h.in | 10 ++-------- 3 files changed, 6 insertions(+), 11 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/libnbcompat/files/configure b/pkgtools/libnbcompat/files/configure index fd8f7bd913f..8240adf7de9 100755 --- a/pkgtools/libnbcompat/files/configure +++ b/pkgtools/libnbcompat/files/configure @@ -3991,6 +3991,7 @@ done + for ac_header in alloca.h assert.h ctype.h dirent.h err.h errno.h fcntl.h \ @@ -4000,7 +4001,7 @@ for ac_header in alloca.h assert.h ctype.h dirent.h err.h errno.h fcntl.h \ stdlib.h string.h sys/byteorder.h sys/cdefs.h sys/dir.h sys/endian.h \ sys/file.h sys/mkdev.h sys/ndir.h sys/param.h sys/socket.h sys/stat.h \ sys/statfs.h sys/statvfs.h sys/time.h sys/ttycom.h sys/types.h \ - sys/uio.h sys/vfs.h termcap.h time.h tzfile.h unistd.h \ + sys/uio.h sys/vfs.h sysexits.h termcap.h time.h tzfile.h unistd.h \ util.h utime.h do diff --git a/pkgtools/libnbcompat/files/configure.ac b/pkgtools/libnbcompat/files/configure.ac index 99bc8a68449..bd93aa4f032 100644 --- a/pkgtools/libnbcompat/files/configure.ac +++ b/pkgtools/libnbcompat/files/configure.ac @@ -1,4 +1,4 @@ -dnl $NetBSD: configure.ac,v 1.66 2008/10/06 12:36:20 joerg Exp $ +dnl $NetBSD: configure.ac,v 1.67 2008/10/07 16:03:10 joerg Exp $ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) @@ -39,7 +39,7 @@ AC_CHECK_HEADERS([alloca.h assert.h ctype.h dirent.h err.h errno.h fcntl.h \ stdlib.h string.h sys/byteorder.h sys/cdefs.h sys/dir.h sys/endian.h \ sys/file.h sys/mkdev.h sys/ndir.h sys/param.h sys/socket.h sys/stat.h \ sys/statfs.h sys/statvfs.h sys/time.h sys/ttycom.h sys/types.h \ - sys/uio.h sys/vfs.h termcap.h time.h tzfile.h unistd.h \ + sys/uio.h sys/vfs.h sysexits.h termcap.h time.h tzfile.h unistd.h \ util.h utime.h ]) AC_CHECK_HEADERS([sys/mount.h], [:], [:], [ diff --git a/pkgtools/libnbcompat/files/nbcompat/config.h.in b/pkgtools/libnbcompat/files/nbcompat/config.h.in index 6ef7445cb58..d6e5db48cad 100644 --- a/pkgtools/libnbcompat/files/nbcompat/config.h.in +++ b/pkgtools/libnbcompat/files/nbcompat/config.h.in @@ -15,9 +15,6 @@ /* Define to 1 if you have the `bcopy' function. */ #undef HAVE_BCOPY -/* Define to 1 if you have the header file. */ -#undef HAVE_BIND_BITYPES_H - /* Define to 1 if you have the `bzero' function. */ #undef HAVE_BZERO @@ -236,9 +233,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NETDB_H -/* Define to 1 if you have the header file. */ -#undef HAVE_NETINET_IN6_MACHTYPES_H - /* Define to 1 if you have the header file. */ #undef HAVE_PATHS_H @@ -387,8 +381,8 @@ /* Define to 1 if you have the `svis' function. */ #undef HAVE_SVIS -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_BITYPES_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYSEXITS_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_BYTEORDER_H -- cgit v1.2.3