]> granicus.if.org Git - apache/commitdiff
[ missed in last commit ]
authorGreg Stein <gstein@apache.org>
Sat, 10 Feb 2001 14:13:50 +0000 (14:13 +0000)
committerGreg Stein <gstein@apache.org>
Sat, 10 Feb 2001 14:13:50 +0000 (14:13 +0000)
clean out some headers and libs from the configure process (not needed)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88062 13f79535-47bb-0310-9956-ffa450edef68

configure.in
os/unix/config.m4

index 221853386bfdb70fe2fda923acc3cb127a9c0b5f..6c1e4941bcad9d8c5f9ee7cdfc2dbfa10d0f4efb 100644 (file)
@@ -78,17 +78,10 @@ dnl explicitly so that the normal HAVE_xxx_H symbol is defined.
 AC_HEADER_STDC
 AC_CHECK_HEADERS( \
 string.h \
-stdlib.h \
-ctype.h \
 limits.h \
 unistd.h \
-sys/time.h \
-sys/types.h \
 sys/socket.h \
-netinet/in.h \
 netinet/tcp.h \
-arpa/inet.h \
-netdb.h \
 pwd.h \
 grp.h \
 strings.h
@@ -270,8 +263,6 @@ AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "conf/$progname.conf",
 AC_DEFINE_UNQUOTED(APACHE_MPM_DIR, "$MPM_DIR",
        [Location of the source for the current MPM])
 
-AC_TYPE_RLIM_T
-
 perlbin=`$srcdir/build/PrintPath perl`
 AC_SUBST(perlbin)
 
index b968a40bd109fc53fd574cd40194dff4fc47914c..7c145433f42e66223381fe8987fb6331300fb971 100644 (file)
@@ -1,4 +1,8 @@
 if test "$OS" = "unix" ; then
+    AC_TYPE_RLIM_T
+
+    AC_CHECK_HEADERS(sys/time.h sys/resource.h)
+
     AC_CHECK_FUNCS( \
     setsid \
     killpg \