diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-04-14 22:13:35 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-04-14 22:13:35 (GMT) |
commit | a258324a3d6e6c70c13e70b2313c169b6c46ec66 (patch) | |
tree | 11f79a6926c662b75fc792b8a1c779e6af00398a /Mac/Include | |
parent | 077f27141fbd31849d6bba074e445bf391a0e6f4 (diff) | |
download | cpython-a258324a3d6e6c70c13e70b2313c169b6c46ec66.zip cpython-a258324a3d6e6c70c13e70b2313c169b6c46ec66.tar.gz cpython-a258324a3d6e6c70c13e70b2313c169b6c46ec66.tar.bz2 |
Enable universal newline support for MacPython.
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/pyconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Include/pyconfig.h b/Mac/Include/pyconfig.h index 15bef5a..11c5e6f 100644 --- a/Mac/Include/pyconfig.h +++ b/Mac/Include/pyconfig.h @@ -286,6 +286,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* Define if you want to compile in cycle garbage collection */ #define WITH_CYCLE_GC 1 +/* Define if you want cross-platform newline support for reading */ +#define 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. |