mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user