[Python-checkins] CVS: python/dist/src pyconfig.h.in,1.22,1.23

Neal Norwitz nnorwitz@users.sourceforge.net
Wed, 20 Mar 2002 13:32:09 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv5936

Modified Files:
	pyconfig.h.in 
Log Message:
Remove compiler warnings on Solaris 8.
Can go into 2.2.x, but not necessary.


Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** pyconfig.h.in	16 Feb 2002 23:33:23 -0000	1.22
--- pyconfig.h.in	20 Mar 2002 21:32:07 -0000	1.23
***************
*** 107,111 ****
--- 107,113 ----
  
  /* This must be set to 64 on some systems to enable large file support */
+ #ifndef _FILE_OFFSET_BITS
  #undef _FILE_OFFSET_BITS
+ #endif
  
  /* Define if getpgrp() must be called as getpgrp(0). */