commit | e52aa5ce481b0d86f264a49b8647941fa4256072 | [log] [tgz] |
---|---|---|
author | Andrew MacIntyre <andymac@bullseye.apana.org.au> | Tue Dec 31 11:24:43 2002 +0000 |
committer | Andrew MacIntyre <andymac@bullseye.apana.org.au> | Tue Dec 31 11:24:43 2002 +0000 |
tree | 795bcf14dce5c5f54c3a001fd0a280c57ebe6f23 | |
parent | d65778a9bff4b14cbd5e66b73c6fea28bc2cfedc [diff] [blame] |
add universal newline support to configuration
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