]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Modules/expat/macconfig.h
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Modules / expat / macconfig.h
CommitLineData
4710c53d 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\r
11#ifndef MACCONFIG_H\r
12#define MACCONFIG_H\r
13\r
14\r
15/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */\r
16#define BYTEORDER 4321\r
17\r
18/* Define to 1 if you have the `bcopy' function. */\r
19#undef HAVE_BCOPY\r
20\r
21/* Define to 1 if you have the `memmove' function. */\r
22#define HAVE_MEMMOVE\r
23\r
24/* Define to 1 if you have a working `mmap' system call. */\r
25#undef HAVE_MMAP\r
26\r
27/* Define to 1 if you have the <unistd.h> header file. */\r
28#undef HAVE_UNISTD_H\r
29\r
30/* whether byteorder is bigendian */\r
31#define WORDS_BIGENDIAN\r
32\r
33/* Define to specify how much context to retain around the current parse\r
34 point. */\r
35#undef XML_CONTEXT_BYTES\r
36\r
37/* Define to make parameter entity parsing functionality available. */\r
38#define XML_DTD\r
39\r
40/* Define to make XML Namespaces functionality available. */\r
41#define XML_NS\r
42\r
43/* Define to empty if `const' does not conform to ANSI C. */\r
44#undef const\r
45\r
46/* Define to `long' if <sys/types.h> does not define. */\r
47#define off_t long\r
48\r
49/* Define to `unsigned' if <sys/types.h> does not define. */\r
50#undef size_t\r
51\r
52\r
53#endif /* ifndef MACCONFIG_H */\r