Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/compat Just check for poll.h, don't fail if it's not p...
details: https://anonhg.NetBSD.org/src/rev/99bf0bd7356d
branches: trunk
changeset: 537894:99bf0bd7356d
user: briggs <briggs%NetBSD.org@localhost>
date: Mon Oct 07 18:12:36 2002 +0000
description:
Just check for poll.h, don't fail if it's not present.
diffstat:
tools/compat/configure | 4 ++--
tools/compat/configure.ac | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (47 lines):
diff -r 694a4371f592 -r 99bf0bd7356d tools/compat/configure
--- a/tools/compat/configure Mon Oct 07 16:28:24 2002 +0000
+++ b/tools/compat/configure Mon Oct 07 18:12:36 2002 +0000
@@ -2293,7 +2293,7 @@
for ac_header in sys/ioctl.h sys/mman.h sys/mtio.h sys/param.h \
sys/stat.h sys/time.h sys/types.h sys/utsname.h sys/wait.h \
assert.h ctype.h errno.h fcntl.h grp.h limits.h locale.h \
- netdb.h poll.h pwd.h signal.h stdarg.h stdio.h stdlib.h string.h \
+ netdb.h pwd.h signal.h stdarg.h stdio.h stdlib.h string.h \
termios.h unistd.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -2514,7 +2514,7 @@
fi
for ac_header in sys/sysmacros.h sys/syslimits.h \
- features.h malloc.h stddef.h
+ features.h malloc.h poll.h stddef.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
echo "$as_me:2520: checking for $ac_header" >&5
diff -r 694a4371f592 -r 99bf0bd7356d tools/compat/configure.ac
--- a/tools/compat/configure.ac Mon Oct 07 16:28:24 2002 +0000
+++ b/tools/compat/configure.ac Mon Oct 07 18:12:36 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.27 2002/10/06 12:09:34 lukem Exp $
+# $NetBSD: configure.ac,v 1.28 2002/10/07 18:12:36 briggs Exp $
#
# Autoconf definition file for libnbcompat.
#
@@ -30,14 +30,14 @@
AC_CHECK_HEADERS(sys/ioctl.h sys/mman.h sys/mtio.h sys/param.h \
sys/stat.h sys/time.h sys/types.h sys/utsname.h sys/wait.h \
assert.h ctype.h errno.h fcntl.h grp.h limits.h locale.h \
- netdb.h poll.h pwd.h signal.h stdarg.h stdio.h stdlib.h string.h \
+ netdb.h pwd.h signal.h stdarg.h stdio.h stdlib.h string.h \
termios.h unistd.h,,
AC_MSG_ERROR([standard system header file not found]))
# Find headers that may not be available.
AC_HEADER_DIRENT
AC_CHECK_HEADERS(sys/sysmacros.h sys/syslimits.h \
- features.h malloc.h stddef.h)
+ features.h malloc.h poll.h stddef.h)
AC_CHECK_HEADERS(machine/bswap.h sys/cdefs.h sys/endian.h sys/featuretest.h \
err.h inttypes.h libgen.h paths.h stdint.h util.h,,
[test -f include/$ac_header || touch include/$ac_header])
Home |
Main Index |
Thread Index |
Old Index