1 /* Must include ap_config.h first so that we can redefine
2 the standard prototypes macros after it messes with
6 /* Define all of the standard prototype macros as themselves
7 so that httpd.h will not mess with them. This allows
8 them to pass untouched so that the AWK script can pick
9 them out of the preprocessed result file. */
10 #define AP_DECLARE AP_DECLARE
11 #define AP_CORE_DECLARE AP_CORE_DECLARE
12 #define AP_DECLARE_NONSTD AP_DECLARE_NONSTD
13 #define AP_CORE_DECLARE_NONSTD AP_CORE_DECLARE_NONSTD
14 #define AP_DECLARE_HOOK AP_DECLARE_HOOK
15 #define AP_DECLARE_DATA AP_DECLARE_DATA
20 /* Preprocess all of the standard HTTPD headers. */
21 #include "ap_compat.h"
22 #include "ap_listen.h"
25 #include "ap_provider.h"
26 #include "ap_release.h"
28 #include "http_config.h"
29 #include "http_connection.h"
30 #include "http_core.h"
32 #include "http_main.h"
33 #include "http_protocol.h"
34 #include "http_request.h"
35 #include "http_vhost.h"
36 #include "mpm_common.h"
38 #include "scoreboard.h"
39 #include "util_cfgtree.h"
40 #include "util_charset.h"
41 #include "util_cookies.h"
42 #include "util_ebcdic.h"
43 #include "util_filter.h"
44 /*#include "util_ldap.h"*/
46 #include "util_mutex.h"
47 #include "util_script.h"
48 #include "util_time.h"