Last change
on this file was 2, checked in by Yuri Dario, 15 years ago |
Initial import for vendor code.
|
-
Property svn:eol-style
set to
native
|
File size:
341 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * Expat configuration for python. This file is not part of the expat
|
---|
3 | * distribution.
|
---|
4 | */
|
---|
5 | #ifndef EXPAT_CONFIG_H
|
---|
6 | #define EXPAT_CONFIG_H
|
---|
7 |
|
---|
8 | #include <pyconfig.h>
|
---|
9 | #ifdef WORDS_BIGENDIAN
|
---|
10 | #define BYTEORDER 4321
|
---|
11 | #else
|
---|
12 | #define BYTEORDER 1234
|
---|
13 | #endif
|
---|
14 |
|
---|
15 | #define XML_NS 1
|
---|
16 | #define XML_DTD 1
|
---|
17 | #define XML_CONTEXT_BYTES 1024
|
---|
18 |
|
---|
19 | #endif /* EXPAT_CONFIG_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.