upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / build / nw_export.inc
1 /* Must include ap_config.h first so that we can redefine
2     the standard prototypes macros after it messes with
3     them. */
4 #include "ap_config.h"
5
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
16 #undef  APACHE_OS_H
17
18 #include "httpd.h"
19
20 /* Preprocess all of the standard HTTPD headers. */
21 #include "ap_compat.h"
22 #include "ap_listen.h"
23 #include "ap_mmn.h"
24 #include "ap_mpm.h"
25 #include "ap_provider.h"
26 #include "ap_release.h"
27 #include "http_config.h"
28 #include "http_connection.h"
29 #include "http_core.h"
30 #include "http_log.h"
31 #include "http_main.h"
32 #include "http_protocol.h"
33 #include "http_request.h"
34 #include "http_vhost.h"
35 #include "mpm_common.h"
36 #include "pcreposix.h"
37 #include "rfc1413.h"
38 #include "scoreboard.h"
39 #include "util_cfgtree.h"
40 #include "util_charset.h"
41 #include "util_ebcdic.h"
42 #include "util_filter.h"
43 /*#include "util_ldap.h"*/
44 #include "util_md5.h"
45 #include "util_script.h"
46 #include "util_time.h"
47 #include "util_xml.h"
48
49 #include "mod_core.h"