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

« back to all changes in this revision

Viewing changes to srclib/apr-util/xml/expat/lib/winconfig.h

  • 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 WINCONFIG_H
 
13
#define WINCONFIG_H
 
14
 
 
15
#define WIN32_LEAN_AND_MEAN
 
16
#include <windows.h>
 
17
#undef WIN32_LEAN_AND_MEAN
 
18
 
 
19
#include <memory.h>
 
20
#include <string.h>
 
21
 
 
22
#define XML_NS 1
 
23
#define XML_DTD 1
 
24
#define XML_BYTE_ORDER 12
 
25
#define XML_CONTEXT_BYTES 1024
 
26
 
 
27
#endif /* ndef WINCONFIG_H */