]> granicus.if.org Git - python/commitdiff
add universal newline support to configuration
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Tue, 31 Dec 2002 11:24:43 +0000 (11:24 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Tue, 31 Dec 2002 11:24:43 +0000 (11:24 +0000)
PC/os2emx/pyconfig.h

index d3207d609084879af33b1b27ca310a022e0fdd22..807083e72e653d249357f9956486f9bbb34cede7 100644 (file)
@@ -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