pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files Check for existance of syse...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/137400045f79
branches:  trunk
changeset: 548047:137400045f79
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Oct 07 16:03:10 2008 +0000

description:
Check for existance of sysexits.h and regen config.h.in.

diffstat:

 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(-)

diffs (72 lines):

diff -r 26f059d46fcd -r 137400045f79 pkgtools/libnbcompat/files/configure
--- a/pkgtools/libnbcompat/files/configure      Tue Oct 07 15:50:00 2008 +0000
+++ b/pkgtools/libnbcompat/files/configure      Tue Oct 07 16:03:10 2008 +0000
@@ -3993,6 +3993,7 @@
 
 
 
+
 for ac_header in alloca.h assert.h ctype.h dirent.h err.h errno.h fcntl.h \
        fnmatch.h fts.h grp.h inttypes.h libutil.h limits.h \
        machine/endian.h ndir.h netdb.h paths.h pwd.h signal.h \
@@ -4000,7 +4001,7 @@
        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 -r 26f059d46fcd -r 137400045f79 pkgtools/libnbcompat/files/configure.ac
--- a/pkgtools/libnbcompat/files/configure.ac   Tue Oct 07 15:50:00 2008 +0000
+++ b/pkgtools/libnbcompat/files/configure.ac   Tue Oct 07 16:03:10 2008 +0000
@@ -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 @@
        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 -r 26f059d46fcd -r 137400045f79 pkgtools/libnbcompat/files/nbcompat/config.h.in
--- a/pkgtools/libnbcompat/files/nbcompat/config.h.in   Tue Oct 07 15:50:00 2008 +0000
+++ b/pkgtools/libnbcompat/files/nbcompat/config.h.in   Tue Oct 07 16:03:10 2008 +0000
@@ -15,9 +15,6 @@
 /* Define to 1 if you have the `bcopy' function. */
 #undef HAVE_BCOPY
 
-/* Define to 1 if you have the <bind/bitypes.h> 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 <netdb.h> header file. */
 #undef HAVE_NETDB_H
 
-/* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
-#undef HAVE_NETINET_IN6_MACHTYPES_H
-
 /* Define to 1 if you have the <paths.h> 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 <sys/bitypes.h> header file. */
-#undef HAVE_SYS_BITYPES_H
+/* Define to 1 if you have the <sysexits.h> header file. */
+#undef HAVE_SYSEXITS_H
 
 /* Define to 1 if you have the <sys/byteorder.h> header file. */
 #undef HAVE_SYS_BYTEORDER_H



Home | Main Index | Thread Index | Old Index