mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
python-3.6.zip added from Github
README.cosmo contains the necessary links.
This commit is contained in:
parent
75fc601ff5
commit
0c4c56ff39
4219 changed files with 1968626 additions and 0 deletions
19
third_party/python/Modules/expat/expat_config.h
vendored
Normal file
19
third_party/python/Modules/expat/expat_config.h
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
* Expat configuration for python. This file is not part of the expat
|
||||
* distribution.
|
||||
*/
|
||||
#ifndef EXPAT_CONFIG_H
|
||||
#define EXPAT_CONFIG_H
|
||||
|
||||
#include <pyconfig.h>
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
#define BYTEORDER 4321
|
||||
#else
|
||||
#define BYTEORDER 1234
|
||||
#endif
|
||||
|
||||
#define XML_NS 1
|
||||
#define XML_DTD 1
|
||||
#define XML_CONTEXT_BYTES 1024
|
||||
|
||||
#endif /* EXPAT_CONFIG_H */
|
Loading…
Add table
Add a link
Reference in a new issue