git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84512
13f79535-47bb-0310-9956-
ffa450edef68
#include "httpd.h"
#include "http_config.h"
#include "http_request.h"
+#include "ap_config.h"
typedef struct {
char *real;
#include "http_core.h"
#include "http_log.h"
#include "http_protocol.h"
+#include "ap_config.h"
enum special {
SPECIAL_NOT,
* really running on an NT system.
*/
#define _WIN32_WINNT 0x0400
-
+#include "apr_general.h"
#include <windows.h>
#include <winsock2.h>
#include <mswsock.h>
#include "http_request.h" /* for sub_req_lookup_uri() */
#include "util_script.h"
#include "util_date.h" /* For parseHTTPdate() */
+#include "ap_config.h"
#include <stdlib.h>
#include <string.h>