summaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-02-07 13:53:46 +0000
committerSkip Montanaro <skip@pobox.com>2004-02-07 13:53:46 +0000
commite2f8770d83391300b011a0f35430424d3e8739b5 (patch)
tree4093401c51a457863d8a9d8d9f8df2d43a1a647f /PC
parenta84d0c25d85dc5b88491ce5e3c1b27c72341a202 (diff)
downloadcpython-e2f8770d83391300b011a0f35430424d3e8739b5.tar.gz
Remove support for --without-universal-newlines (see PEP 11).
Diffstat (limited to 'PC')
-rw-r--r--PC/os2emx/pyconfig.h3
-rw-r--r--PC/pyconfig.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/PC/os2emx/pyconfig.h b/PC/os2emx/pyconfig.h
index 044c0001ec..a0817f8df7 100644
--- a/PC/os2emx/pyconfig.h
+++ b/PC/os2emx/pyconfig.h
@@ -53,9 +53,6 @@
/* enable the GC module */
#define WITH_CYCLE_GC 1
-/* Define if you want to read files with foreign newlines. */
-#define WITH_UNIVERSAL_NEWLINES 1
-
/* Define if you want documentation strings in extension modules */
#define WITH_DOC_STRINGS 1
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index e8b65c76a0..54c98d18d0 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -397,9 +397,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
/* Use Python's own small-block memory-allocator. */
#define WITH_PYMALLOC 1
-/* Enable \n, \r, \r\n line ends on import; also the 'U' mode flag for open. */
-#define WITH_UNIVERSAL_NEWLINES 1
-
/* Define if you have clock. */
/* #define HAVE_CLOCK */