From: Jack Jansen Date: Sun, 14 Apr 2002 22:13:35 +0000 (+0000) Subject: Enable universal newline support for MacPython. X-Git-Tag: v2.3c1~5971 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a258324a3d6e6c70c13e70b2313c169b6c46ec66;p=python Enable universal newline support for MacPython. --- diff --git a/Mac/Include/pyconfig.h b/Mac/Include/pyconfig.h index 15bef5a1fc..11c5e6f583 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.