diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-04-16 05:51:02 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-04-16 05:51:02 (GMT) |
commit | e8aea58b99c28bf7404cc9bf292c0a9edd3fd4e5 (patch) | |
tree | 715ead59bc16298152e7cd8e91d8e28c52e8b5a9 /pyconfig.h.in | |
parent | 16f9055a9bf1c28bd398ea7b82195d32f8ab44b1 (diff) | |
download | cpython-e8aea58b99c28bf7404cc9bf292c0a9edd3fd4e5.zip cpython-e8aea58b99c28bf7404cc9bf292c0a9edd3fd4e5.tar.gz cpython-e8aea58b99c28bf7404cc9bf292c0a9edd3fd4e5.tar.bz2 |
Move WITH_UNIVERSAL_NEWLINES template into configure.in.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index cb8b1b5..24dc3d1 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -715,9 +715,6 @@ /* Define if you want to compile in cycle garbage collection. */ #undef WITH_CYCLE_GC -/* Define if you want to read files with foreign newlines. */ -#undef WITH_UNIVERSAL_NEWLINES - /* Define if you want to emulate SGI (IRIX 4) dynamic linking. This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4), Sequent Symmetry (Dynix), and Atari ST. This requires the 'dl-dld' library, @@ -747,6 +744,9 @@ /* Define if you want to compile in rudimentary thread support */ #undef WITH_THREAD +/* Define if you want to read files with foreign newlines. */ +#undef WITH_UNIVERSAL_NEWLINES + /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN |