• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_dso.h"
16#include "apr_env.h"
17#include "apr_errno.h"
18#include "apr_escape.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_random.h"
36#include "apr_shm.h"
37#include "apr_signal.h"
38#include "apr_skiplist.h"
39#include "apr_strings.h"
40#include "apr_support.h"
41#include "apr_tables.h"
42#include "apr_thread_cond.h"
43#include "apr_thread_mutex.h"
44#include "apr_thread_proc.h"
45#include "apr_thread_rwlock.h"
46#include "apr_time.h"
47#include "apr_user.h"
48#include "apr_version.h"
49#include "apr_want.h"
50
51#include "nw_apu_export.inc"
52
53