From: Ryan Bloom Date: Thu, 8 Jun 2000 19:29:40 +0000 (+0000) Subject: Cleanup APR header files a bit. Basically, this splits ap_table_t related X-Git-Tag: APACHE_2_0_ALPHA_5~408 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b90f11c5f035bf557fb4e60110dec11ebd769de;p=apache 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 --- 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 diff --git a/os/win32/os.h b/os/win32/os.h index fda9116854..1b5deb3e4d 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -104,7 +104,6 @@ #define NO_USE_SIGACTION /* #undef HAVE_TIMES */ #define USE_LONGJMP -#define HAVE_MMAP #define USE_MMAP_SCOREBOARD #define HAVE_CANONICAL_FILENAME #define HAVE_DRIVE_LETTERS