~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to srclib/apr/build/nw_export.inc

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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_file_info.h"
 
19
#include "apr_file_io.h"
 
20
#include "apr_fnmatch.h"
 
21
#include "apr_general.h"
 
22
#include "apr_getopt.h"
 
23
#include "apr_global_mutex.h"
 
24
#include "apr_hash.h"
 
25
#include "apr_inherit.h"
 
26
#include "apr_lib.h"
 
27
#include "apr_mmap.h"
 
28
#include "apr_network_io.h"
 
29
#include "apr_poll.h"
 
30
#include "apr_pools.h"
 
31
#include "apr_portable.h"
 
32
#include "apr_proc_mutex.h"
 
33
#include "apr_ring.h"
 
34
#include "apr_random.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_dbd.h"
 
65
#include "apr_dbm.h"
 
66
#include "apr_hooks.h"
 
67
#include "apr_ldap.h"
 
68
#include "apr_ldap_url.h"
 
69
#include "apr_md4.h"
 
70
#include "apr_md5.h"
 
71
#include "apr_optional.h"
 
72
#include "apr_optional_hooks.h"
 
73
#include "apr_queue.h"
 
74
#include "apr_reslist.h"
 
75
#include "apr_rmm.h"
 
76
#include "apr_sdbm.h"
 
77
#include "apr_sha1.h"
 
78
#include "apr_strmatch.h"
 
79
#include "apr_uri.h"
 
80
#include "apr_uuid.h"
 
81
#include "apr_xlate.h"
 
82
#include "apr_xml.h"
 
83
#include "apu_version.h"
 
84
#include "apu_want.h"
 
85