From: Andrew MacIntyre Date: Tue, 31 Dec 2002 11:24:43 +0000 (+0000) Subject: add universal newline support to configuration X-Git-Tag: v2.3c1~2739 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e52aa5ce481b0d86f264a49b8647941fa4256072;p=thirdparty%2FPython%2Fcpython.git add universal newline support to configuration --- diff --git a/PC/os2emx/pyconfig.h b/PC/os2emx/pyconfig.h index d3207d609084..807083e72e65 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