[Python-checkins] python/dist/src/Mac/Include pyconfig.h,1.6,1.7

jackjansen@sourceforge.net jackjansen@sourceforge.net
Sun, 14 Apr 2002 15:13:37 -0700


Update of /cvsroot/python/python/dist/src/Mac/Include
In directory usw-pr-cvs1:/tmp/cvs-serv32120/Python/Mac/Include

Modified Files:
	pyconfig.h 
Log Message:
Enable universal newline support for MacPython.

Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/pyconfig.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pyconfig.h	11 Apr 2002 20:46:07 -0000	1.6
--- pyconfig.h	14 Apr 2002 22:13:35 -0000	1.7
***************
*** 287,290 ****
--- 287,293 ----
  #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),