[Python-checkins] python/dist/src/PC/os2emx pyconfig.h,1.2,1.3

aimacintyre@users.sourceforge.net aimacintyre@users.sourceforge.net
Tue, 31 Dec 2002 03:24:46 -0800


Update of /cvsroot/python/python/dist/src/PC/os2emx
In directory sc8-pr-cvs1:/tmp/cvs-serv13637

Modified Files:
	pyconfig.h 
Log Message:
add universal newline support to configuration

Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2emx/pyconfig.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pyconfig.h	9 Jun 2002 13:41:37 -0000	1.2
--- pyconfig.h	31 Dec 2002 11:24:43 -0000	1.3
***************
*** 26,29 ****
--- 26,32 ----
  #define OS2_THREADS
  
+ /* Define if you want to read files with foreign newlines. */
+ #define WITH_UNIVERSAL_NEWLINES 1
+ 
  /* We want sockets */
  #define USE_SOCKET