upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / srclib / apr-util / xml / expat / lib / expat_config.hnw
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 EXPAT_CONFIG_HNW
13 #define EXPAT_CONFIG_HNW
14
15 #include <memory.h>
16 #include <string.h>
17
18 #define HAVE_MEMMOVE
19
20 #define XML_NS 1
21 #define XML_DTD 1
22 #define XML_BYTE_ORDER 12
23 #define XML_CONTEXT_BYTES 1024
24
25 #endif /* ndef EXPAT_CONFIG_HNW */