summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-06-08 21:29:40 +0200
committerRyan Bloom <rbb@apache.org>2000-06-08 21:29:40 +0200
commit9b90f11c5f035bf557fb4e60110dec11ebd769de (patch)
tree9666b88852c7a88356dd5efff068d8187e9c1187 /configure.in
parenta couple of data type issues have a more generic solution (diff)
downloadapache2-9b90f11c5f035bf557fb4e60110dec11ebd769de.tar.xz
apache2-9b90f11c5f035bf557fb4e60110dec11ebd769de.zip
Cleanup APR header files a bit. Basically, this splits ap_table_t related
functions into their own header file, away from apr_pools.h. At the same time as I was doing this, I removed a couple of definitions that aren't used anywhere anymore, like ap_child_info_t. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85473 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index dd86a8b038..2be2f09286 100644
--- a/configure.in
+++ b/configure.in
@@ -116,10 +116,6 @@ AC_CHECK_LIB(nsl, gethostname)
AC_CHECK_LIB(socket, socket)
AC_CHECK_LIB(resolv, sethostent)
-AC_CHECK_FUNCS(inet_addr inet_network, break, [
- AC_MSG_ERROR(inet_addr function not found)
-])
-
APACHE_INADDR_NONE
APACHE_EBCDIC