]> granicus.if.org Git - python/commitdiff
Enable universal newline support for MacPython.
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 14 Apr 2002 22:13:35 +0000 (22:13 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 14 Apr 2002 22:13:35 +0000 (22:13 +0000)
Mac/Include/pyconfig.h

index 15bef5a1fc3bada61cff557fed3bfb9f6057370c..11c5e6f583c6d6618365a73f417430d4fd0404ba 100644 (file)
@@ -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.