summaryrefslogtreecommitdiffstatsabout
path: root/apache20.h
diff options
context:
space:
mode:
Diffstat (limited to 'apache20.h')
-rw-r--r--apache20.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/apache20.h b/apache20.h
deleted file mode 100644
index 9d87588..0000000
--- a/apache20.h
+++ /dev/null
@@ -1,25 +0,0 @@
1/* $Id$ */
2#ifndef APACHE20_H
3#define APACHE20_H
4
5#include "apr_strings.h"
6#include "apr_lib.h"
7#include "apr_hash.h"
8#include "apr_optional.h"
9#define APR_WANT_STRFUNC
10#include "apr_want.h"
11#include "apr_tables.h"
12
13#include "ap_config.h"
14
15#include "httpd.h"
16#include "http_config.h"
17#include "http_core.h"
18#include "http_log.h"
19#include "http_protocol.h"
20
21#include "util_time.h"
22
23#define log_error ap_log_error
24
25#endif /* APACHE20_H */