summaryrefslogtreecommitdiffstatsabout
path: root/include/apache20.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apache20.h')
-rw-r--r--include/apache20.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/include/apache20.h b/include/apache20.h
new file mode 100644
index 0000000..4c755ab
--- /dev/null
+++ b/include/apache20.h
@@ -0,0 +1,25 @@
1/* $Id: apache20.h 125 2004-04-29 18:05:25Z urkle@drip.ws $ */
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 */