]> granicus.if.org Git - python/commitdiff
add support for os.tmpfile()
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Mon, 9 Jun 2003 08:16:59 +0000 (08:16 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Mon, 9 Jun 2003 08:16:59 +0000 (08:16 +0000)
PC/os2emx/pyconfig.h

index 23f0cfeaacadea8dc475e798ce0da058f36983b2..209d161d374b32d5d6830ecdf802cb90fbd4b40f 100644 (file)
@@ -236,6 +236,9 @@ typedef long intptr_t;
 /* Define if you have the tcsetpgrp function. */
 #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