]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/expat/lib/winconfig.h
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / contrib / expat / lib / winconfig.h
1 /*================================================================\r
2 ** Copyright 2000, Clark Cooper\r
3 ** All rights reserved.\r
4 **\r
5 ** This is free software. You are permitted to copy, distribute, or modify\r
6 ** it under the terms of the MIT/X license (contained in the COPYING file\r
7 ** with this distribution.)\r
8 */\r
9 \r
10 #ifndef WINCONFIG_H\r
11 #define WINCONFIG_H\r
12 \r
13 #define WIN32_LEAN_AND_MEAN\r
14 #include <windows.h>\r
15 #undef WIN32_LEAN_AND_MEAN\r
16 \r
17 #include <memory.h>\r
18 #include <string.h>\r
19 \r
20 #define XML_NS 1\r
21 #define XML_DTD 1\r
22 #define XML_CONTEXT_BYTES 1024\r
23 \r
24 /* we will assume all Windows platforms are little endian */\r
25 #define BYTEORDER 1234\r
26 \r
27 /* Windows has memmove() available. */\r
28 #define HAVE_MEMMOVE\r
29 \r
30 #endif /* ndef WINCONFIG_H */\r