summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/pyconfig.h
diff options
context:
space:
mode:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>2002-12-31 11:24:43 (GMT)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>2002-12-31 11:24:43 (GMT)
commite52aa5ce481b0d86f264a49b8647941fa4256072 (patch)
tree795bcf14dce5c5f54c3a001fd0a280c57ebe6f23 /PC/os2emx/pyconfig.h
parentd65778a9bff4b14cbd5e66b73c6fea28bc2cfedc (diff)
downloadcpython-e52aa5ce481b0d86f264a49b8647941fa4256072.zip
cpython-e52aa5ce481b0d86f264a49b8647941fa4256072.tar.gz
cpython-e52aa5ce481b0d86f264a49b8647941fa4256072.tar.bz2
add universal newline support to configuration
Diffstat (limited to 'PC/os2emx/pyconfig.h')
-rw-r--r--PC/os2emx/pyconfig.h3
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