diff options
author | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2002-12-31 11:24:43 (GMT) |
---|---|---|
committer | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2002-12-31 11:24:43 (GMT) |
commit | e52aa5ce481b0d86f264a49b8647941fa4256072 (patch) | |
tree | 795bcf14dce5c5f54c3a001fd0a280c57ebe6f23 | |
parent | d65778a9bff4b14cbd5e66b73c6fea28bc2cfedc (diff) | |
download | cpython-e52aa5ce481b0d86f264a49b8647941fa4256072.zip cpython-e52aa5ce481b0d86f264a49b8647941fa4256072.tar.gz cpython-e52aa5ce481b0d86f264a49b8647941fa4256072.tar.bz2 |
add universal newline support to configuration
-rw-r--r-- | PC/os2emx/pyconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PC/os2emx/pyconfig.h b/PC/os2emx/pyconfig.h index d3207d6..807083e 100644 --- a/PC/os2emx/pyconfig.h +++ b/PC/os2emx/pyconfig.h @@ -25,6 +25,9 @@ #define WITH_THREAD #define OS2_THREADS +/* Define if you want to read files with foreign newlines. */ +#define WITH_UNIVERSAL_NEWLINES 1 + /* We want sockets */ #define USE_SOCKET #define socklen_t int |