00001 /* Must include ap_config.h first so that we can redefine 00002 the standard prototypes macros after it messes with 00003 them. */ 00004 #include "ap_config.h" 00005 00006 /* Define all of the standard prototype macros as themselves 00007 so that httpd.h will not mess with them. This allows 00008 them to pass untouched so that the AWK script can pick 00009 them out of the preprocessed result file. */ 00010 #define AP_DECLARE AP_DECLARE 00011 #define AP_CORE_DECLARE AP_CORE_DECLARE 00012 #define AP_DECLARE_NONSTD AP_DECLARE_NONSTD 00013 #define AP_CORE_DECLARE_NONSTD AP_CORE_DECLARE_NONSTD 00014 #define AP_DECLARE_HOOK AP_DECLARE_HOOK 00015 #define AP_DECLARE_DATA AP_DECLARE_DATA 00016 #undef APACHE_OS_H 00017 00018 #include "httpd.h" 00019 00020 /* Preprocess all of the standard HTTPD headers. */ 00021 #include "ap_compat.h" 00022 #include "ap_listen.h" 00023 #include "ap_mmn.h" 00024 #include "ap_mpm.h" 00025 #include "ap_provider.h" 00026 #include "ap_release.h" 00027 #include "http_config.h" 00028 #include "http_connection.h" 00029 #include "http_core.h" 00030 #include "http_log.h" 00031 #include "http_main.h" 00032 #include "http_protocol.h" 00033 #include "http_request.h" 00034 #include "http_vhost.h" 00035 #include "mpm_common.h" 00036 #include "ap_regex.h" 00037 #include "scoreboard.h" 00038 #include "util_cfgtree.h" 00039 #include "util_charset.h" 00040 #include "util_ebcdic.h" 00041 #include "util_filter.h" 00042 /*#include "util_ldap.h"*/ 00043 #include "util_md5.h" 00044 #include "util_script.h" 00045 #include "util_time.h" 00046 #include "util_xml.h" 00047 00048 #include "mod_core.h" 00049 #include "mod_auth.h"