Clean up a big chunk of ap_config.h. This basically stops ap_config.h from

including any files.  Because of this change, other files must include
their own headers.  I also cleaned up a couple of other bugs in some
modules because I had to compile them all.

I expect this to break multiple platforms, but this will be fixed over time.
The massive configure cleanup is almost done.  I will go through the files
one more time after this commit.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85553 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
2000-06-12 21:47:17 +00:00
parent db096af6a5
commit 580852da85
24 changed files with 81 additions and 97 deletions

View File

@ -66,6 +66,7 @@
#include "http_log.h"
#include "util_uri.h"
#include <string.h>
#include <netdb.h>
/* Some WWW schemes and their default ports; this is basically /etc/services */
/* This will become global when the protocol abstraction comes */