]> granicus.if.org Git - apache/commitdiff
Cleanup APR header files a bit. Basically, this splits ap_table_t related
authorRyan Bloom <rbb@apache.org>
Thu, 8 Jun 2000 19:29:40 +0000 (19:29 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 8 Jun 2000 19:29:40 +0000 (19:29 +0000)
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

configure.in
os/win32/os.h

index dd86a8b038da5497b395aeba61a9ac343e9df679..2be2f09286d939f5ca698504660bca35d419ac2a 100644 (file)
@@ -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
index fda91168543eb6ea759b8bf942cb54d88dc84c44..1b5deb3e4dc934366879b63e9788c2f587301906 100644 (file)
 #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