Use of pre_cleanups is not the default for reslists.
[apr-util.git] / build / nw_apu_export.inc
blobf2105b3449c2d03033549d7b63e9606ea1cc8277
2 /* Must include apu.h first so that we can undefine
3     the standard prototypes macros after it messes with
4     them. */
5 #include "apu.h"
7 #undef APU_DECLARE
8 #undef APU_DECLARE_NONSTD
9 #undef APU_DECLARE_DATA
11 /* Preprocess all of the standard APR headers. */
12 #include "apr_anylock.h"
13 #include "apr_base64.h"
14 #include "apr_buckets.h"
15 #include "apr_date.h"
16 #include "apr_dbd.h"
17 #include "apr_dbm.h"
18 #include "apr_hooks.h"
19 #include "apr_ldap.h"
20 #include "apr_ldap_init.h"
21 #include "apr_ldap_option.h"
22 #include "apr_ldap_rebind.h"
23 #include "apr_ldap_url.h"
24 #include "apr_md4.h"
25 #include "apr_md5.h"
26 #include "apr_memcache.h"
27 #include "apr_optional.h"
28 #include "apr_optional_hooks.h"
29 #include "apr_queue.h"
30 #include "apr_reslist.h"
31 #include "apr_rmm.h"
32 #include "apr_sdbm.h"
33 #include "apr_sha1.h"
34 #include "apr_strmatch.h"
35 #include "apr_uri.h"
36 #include "apr_uuid.h"
37 #include "apr_xlate.h"
38 #include "apr_xml.h"
39 #include "apu_version.h"
40 #include "apu_want.h"