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

« back to all changes in this revision

Viewing changes to 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 ap_config.h first so that we can redefine
 
2
    the standard prototypes macros after it messes with
 
3
    them. */
 
4
#include "ap_config.h"
 
5
 
 
6
/* Define all of the standard prototype macros as themselves
 
7
    so that httpd.h will not mess with them. This allows 
 
8
    them to pass untouched so that the AWK script can pick 
 
9
    them out of the preprocessed result file. */
 
10
#define AP_DECLARE              AP_DECLARE
 
11
#define AP_CORE_DECLARE         AP_CORE_DECLARE
 
12
#define AP_DECLARE_NONSTD       AP_DECLARE_NONSTD
 
13
#define AP_CORE_DECLARE_NONSTD  AP_CORE_DECLARE_NONSTD
 
14
#define AP_DECLARE_HOOK         AP_DECLARE_HOOK
 
15
#define AP_DECLARE_DATA         AP_DECLARE_DATA
 
16
#undef  APACHE_OS_H
 
17
 
 
18
#include "httpd.h"
 
19
 
 
20
/* Preprocess all of the standard HTTPD headers. */
 
21
#include "ap_compat.h"
 
22
#include "ap_listen.h"
 
23
#include "ap_mmn.h"
 
24
#include "ap_mpm.h"
 
25
#include "ap_provider.h"
 
26
#include "ap_release.h"
 
27
#include "http_config.h"
 
28
#include "http_connection.h"
 
29
#include "http_core.h"
 
30
#include "http_log.h"
 
31
#include "http_main.h"
 
32
#include "http_protocol.h"
 
33
#include "http_request.h"
 
34
#include "http_vhost.h"
 
35
#include "mpm_common.h"
 
36
#include "ap_regex.h"
 
37
#include "scoreboard.h"
 
38
#include "util_cfgtree.h"
 
39
#include "util_charset.h"
 
40
#include "util_ebcdic.h"
 
41
#include "util_filter.h"
 
42
/*#include "util_ldap.h"*/
 
43
#include "util_md5.h"
 
44
#include "util_script.h"
 
45
#include "util_time.h"
 
46
#include "util_xml.h"
 
47
 
 
48
#include "mod_core.h"
 
49
#include "mod_auth.h"