[Python-checkins] python/dist/src/PC/os2emx pyconfig.h,1.4,1.5

aimacintyre@users.sourceforge.net aimacintyre@users.sourceforge.net
Mon, 09 Jun 2003 01:17:01 -0700


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

Modified Files:
	pyconfig.h 
Log Message:
add support for os.tmpfile()

Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2emx/pyconfig.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pyconfig.h	21 Apr 2003 14:28:01 -0000	1.4
--- pyconfig.h	9 Jun 2003 08:16:59 -0000	1.5
***************
*** 237,240 ****
--- 237,243 ----
  #define HAVE_TCSETPGRP 1
  
+ /* Define if you have the tmpfile function.  */
+ #define HAVE_TMPFILE 1
+ 
  /* Define if you have the times function. */
  #define HAVE_TIMES 1