pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/pax/files Check for a few more system header...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91b4f5d2f24e
branches:  trunk
changeset: 479698:91b4f5d2f24e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Aug 21 05:06:41 2004 +0000

description:
Check for a few more system headers after the update to pax-20040804.

diffstat:

 archivers/pax/files/config.h.in  |   6 ++++++
 archivers/pax/files/configure    |  11 ++++++-----
 archivers/pax/files/configure.ac |  10 +++++-----
 3 files changed, 17 insertions(+), 10 deletions(-)

diffs (71 lines):

diff -r 5e340f7bfef9 -r 91b4f5d2f24e archivers/pax/files/config.h.in
--- a/archivers/pax/files/config.h.in   Sat Aug 21 04:20:50 2004 +0000
+++ b/archivers/pax/files/config.h.in   Sat Aug 21 05:06:41 2004 +0000
@@ -101,6 +101,9 @@
 /* Define to 1 if you have the <sys/ioctl.h> header file. */
 #undef HAVE_SYS_IOCTL_H
 
+/* Define to 1 if you have the <sys/mman.h> header file. */
+#undef HAVE_SYS_MMAN_H
+
 /* Define to 1 if you have the <sys/mtio.h> header file. */
 #undef HAVE_SYS_MTIO_H
 
@@ -137,6 +140,9 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if you have the <util.h> header file. */
+#undef HAVE_UTIL_H
+
 /* Define to 1 if you have the <vis.h> header file. */
 #undef HAVE_VIS_H
 
diff -r 5e340f7bfef9 -r 91b4f5d2f24e archivers/pax/files/configure
--- a/archivers/pax/files/configure     Sat Aug 21 04:20:50 2004 +0000
+++ b/archivers/pax/files/configure     Sat Aug 21 05:06:41 2004 +0000
@@ -2942,10 +2942,10 @@
 
 
 
-for ac_header in ctype.h errno.h err.h fnctl.h fts.h getopt.h grp.h \
-       inttypes.h limits.h netdb.h paths.h pwd.h regexp.h regex.h rmt.h \
-       signal.h stdarg.h stddef.h stdio.h stdlib.h strings.h string.h \
-       time.h tzfile.h unistd.h vis.h
+for ac_header in ctype.h err.h errno.h fnctl.h fts.h getopt.h grp.h \
+       limits.h netdb.h paths.h pwd.h regex.h regexp.h rmt.h \
+       signal.h stdarg.h stddef.h stdio.h stdlib.h string.h strings.h \
+       time.h tzfile.h unistd.h util.h vis.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
@@ -3105,7 +3105,8 @@
 
 
 
-for ac_header in sys/cdefs.h sys/ioctl.h sys/mtio.h sys/param.h \
+
+for ac_header in sys/cdefs.h sys/ioctl.h sys/mman.h sys/mtio.h sys/param.h \
        sys/resource.h sys/stat.h sys/tape.h sys/time.h sys/types.h sys/uio.h \
        sys/wait.h
 do
diff -r 5e340f7bfef9 -r 91b4f5d2f24e archivers/pax/files/configure.ac
--- a/archivers/pax/files/configure.ac  Sat Aug 21 04:20:50 2004 +0000
+++ b/archivers/pax/files/configure.ac  Sat Aug 21 05:06:41 2004 +0000
@@ -14,11 +14,11 @@
 
 # Checks for header files.
 AC_HEADER_STDC
-AC_CHECK_HEADERS([ctype.h errno.h err.h fnctl.h fts.h getopt.h grp.h \
-       inttypes.h limits.h netdb.h paths.h pwd.h regexp.h regex.h rmt.h \
-       signal.h stdarg.h stddef.h stdio.h stdlib.h strings.h string.h \
-       time.h tzfile.h unistd.h vis.h])
-AC_CHECK_HEADERS([sys/cdefs.h sys/ioctl.h sys/mtio.h sys/param.h \
+AC_CHECK_HEADERS([ctype.h err.h errno.h fnctl.h fts.h getopt.h grp.h \
+       limits.h netdb.h paths.h pwd.h regex.h regexp.h rmt.h \
+       signal.h stdarg.h stddef.h stdio.h stdlib.h string.h strings.h \
+       time.h tzfile.h unistd.h util.h vis.h])
+AC_CHECK_HEADERS([sys/cdefs.h sys/ioctl.h sys/mman.h sys/mtio.h sys/param.h \
        sys/resource.h sys/stat.h sys/tape.h sys/time.h sys/types.h sys/uio.h \
        sys/wait.h])
 AC_CHECK_MEMBERS([struct stat.st_flags],,, [#include <sys/stat.h>])



Home | Main Index | Thread Index | Old Index