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

« back to all changes in this revision

Viewing changes to srclib/apr-util/xml/expat/lib/config.hnw

  • 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
/*================================================================
 
2
** Copyright 2000, Clark Cooper
 
3
** All rights reserved.
 
4
**
 
5
** This is free software. You are permitted to copy, distribute, or modify
 
6
** it under the terms of the MIT/X license (contained in the COPYING file
 
7
** with this distribution.)
 
8
**
 
9
**
 
10
*/
 
11
 
 
12
#ifndef CONFIG_HNW
 
13
#define CONFIG_HNW
 
14
 
 
15
#include <memory.h>
 
16
#include <string.h>
 
17
 
 
18
#define XML_NS 1
 
19
#define XML_DTD 1
 
20
#define XML_BYTE_ORDER 12
 
21
#define XML_CONTEXT_BYTES 1024
 
22
 
 
23
#endif /* ndef CONFIG_HNW */