upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / srclib / apr / build / nw_export.inc
1 /* Must include apr.h first so that we can undefine
2     the standard prototypes macros after it messes with
3     them. */
4 #include "apr.h"
5
6 #undef APR_DECLARE
7 #undef APR_DECLARE_NONSTD
8 #undef APR_DECLARE_HOOK
9 #undef APR_POOL_DECLARE_ACCESSOR
10 #undef APR_DECLARE_DATA
11
12 /* Preprocess all of the standard APR headers. */
13 #include "apr_allocator.h"
14 #include "apr_atomic.h"
15 #include "apr_compat.h"
16 #include "apr_dso.h"
17 #include "apr_env.h"
18 #include "apr_errno.h"
19 #include "apr_file_info.h"
20 #include "apr_file_io.h"
21 #include "apr_fnmatch.h"
22 #include "apr_general.h"
23 #include "apr_getopt.h"
24 #include "apr_global_mutex.h"
25 #include "apr_hash.h"
26 #include "apr_inherit.h"
27 #include "apr_lib.h"
28 #include "apr_mmap.h"
29 #include "apr_network_io.h"
30 #include "apr_poll.h"
31 #include "apr_pools.h"
32 #include "apr_portable.h"
33 #include "apr_proc_mutex.h"
34 #include "apr_ring.h"
35 #include "apr_shm.h"
36 #include "apr_signal.h"
37 #include "apr_strings.h"
38 #include "apr_support.h"
39 #include "apr_tables.h"
40 #include "apr_thread_cond.h"
41 #include "apr_thread_mutex.h"
42 #include "apr_thread_proc.h"
43 #include "apr_thread_rwlock.h"
44 #include "apr_time.h"
45 #include "apr_user.h"
46 #include "apr_version.h"
47 #include "apr_want.h"
48
49
50 /* Must include apu.h first so that we can undefine
51     the standard prototypes macros after it messes with
52     them. */
53 #include "apu.h"
54
55 #undef APU_DECLARE
56 #undef APU_DECLARE_NONSTD
57 #undef APU_DECLARE_DATA
58
59 /* Preprocess all of the standard APR headers. */
60 #include "apr_anylock.h"
61 #include "apr_base64.h"
62 #include "apr_buckets.h"
63 #include "apr_date.h"
64 #include "apr_dbm.h"
65 #include "apr_hooks.h"
66 #include "apr_md4.h"
67 #include "apr_md5.h"
68 #include "apr_optional.h"
69 #include "apr_optional_hooks.h"
70 #include "apr_queue.h"
71 #include "apr_reslist.h"
72 #include "apr_rmm.h"
73 #include "apr_sdbm.h"
74 #include "apr_sha1.h"
75 #include "apr_strmatch.h"
76 #include "apr_uri.h"
77 #include "apr_uuid.h"
78 #include "apr_xlate.h"
79 #include "apr_xml.h"
80 #include "apu_compat.h"
81 #include "apu_version.h"
82 #include "apu_want.h"