summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
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/pyconfig.h
parenta84d0c25d85dc5b88491ce5e3c1b27c72341a202 (diff)
downloadcpython-e2f8770d83391300b011a0f35430424d3e8739b5.tar.gz
Remove support for --without-universal-newlines (see PEP 11).
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h3
1 files changed, 0 insertions, 3 deletions
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 */