pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/pax/files libnbcompat tests for pwd.h, so no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06e9df84b23f
branches:  trunk
changeset: 460884:06e9df84b23f
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Sep 06 05:53:03 2003 +0000

description:
libnbcompat tests for pwd.h, so no need to test for it here.

diffstat:

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

diffs (38 lines):

diff -r ba1c4850bb3d -r 06e9df84b23f archivers/pax/files/config.h.in
--- a/archivers/pax/files/config.h.in   Sat Sep 06 05:10:17 2003 +0000
+++ b/archivers/pax/files/config.h.in   Sat Sep 06 05:53:03 2003 +0000
@@ -18,9 +18,6 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
-/* Define to 1 if you have the <pwd.h> header file. */
-#undef HAVE_PWD_H
-
 /* Define to 1 if you have the <regexp.h> header file. */
 #undef HAVE_REGEXP_H
 
diff -r ba1c4850bb3d -r 06e9df84b23f archivers/pax/files/configure
--- a/archivers/pax/files/configure     Sat Sep 06 05:10:17 2003 +0000
+++ b/archivers/pax/files/configure     Sat Sep 06 05:53:03 2003 +0000
@@ -2800,8 +2800,7 @@
 
 
 
-
-for ac_header in ctype.h grp.h pwd.h regex.h regexp.h rmt.h stdarg.h
+for ac_header in ctype.h grp.h regex.h regexp.h rmt.h stdarg.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
diff -r ba1c4850bb3d -r 06e9df84b23f archivers/pax/files/configure.ac
--- a/archivers/pax/files/configure.ac  Sat Sep 06 05:10:17 2003 +0000
+++ b/archivers/pax/files/configure.ac  Sat Sep 06 05:53:03 2003 +0000
@@ -14,7 +14,7 @@
 
 # Checks for header files.
 AC_HEADER_STDC
-AC_CHECK_HEADERS([ctype.h grp.h pwd.h regex.h regexp.h rmt.h stdarg.h])
+AC_CHECK_HEADERS([ctype.h grp.h regex.h regexp.h rmt.h stdarg.h])
 AC_CHECK_HEADERS([sys/ioctl.h sys/mtio.h sys/resource.h sys/uio.h sys/wait.h])
 
 # Checks for library functions.



Home | Main Index | Thread Index | Old Index