summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2003-04-01 16:50:41 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2003-04-01 16:50:41 +0000
commit82ce7176f7e99064291762e59444f16b948f4848 (patch)
tree0359362c5c5aa81677a0eae441770667fc8223a6
parent5f8a497f0c9dc0a23d87bd9559e4122beda3efdf (diff)
downloadtinyproxy-82ce7176f7e99064291762e59444f16b948f4848.tar.gz
tinyproxy-82ce7176f7e99064291762e59444f16b948f4848.zip
Removed duplicate header tests.
Diffstat (limited to '')
-rw-r--r--configure.ac10
1 files changed, 4 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 10e7f84..9719b4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-dnl $Id: configure.ac,v 2.51 2003-04-01 16:46:45 rjkaes Exp $
+dnl $Id: configure.ac,v 2.52 2003-04-01 16:50:41 rjkaes Exp $
dnl Devlopers, please strive to achieve this order:
dnl
@@ -195,13 +195,11 @@ dnl
AC_HEADER_STDC
AC_HEADER_TIME
AC_CHECK_HEADERS([sys/ioctl.h sys/mman.h sys/resource.h \
- sys/select.h sys/socket.h sys/stat.h sys/time.h sys/uio.h \
+ sys/select.h sys/socket.h sys/time.h sys/uio.h \
sys/un.h sys/wait.h arpa/inet.h netinet/in.h alloca.h \
assert.h ctype.h errno.h fcntl.h grp.h io.h libintl.h \
- memory.h netdb.h pwd.h regex.h signal.h \
- stdarg.h stddef.h stdint.h stdio.h stdlib.h string.h \
- strings.h sysexits.h syslog.h time.h unistd.h wchar.h \
- wctype.h])
+ netdb.h pwd.h regex.h signal.h stdarg.h stddef.h stdio.h \
+ sysexits.h syslog.h time.h wchar.h wctype.h])
dnl OpenBSD machines don't like having malloc included (even if it's present)
dnl as they expect you to use stdlib.h