Commit 0dda4003 authored by Andrew MacIntyre's avatar Andrew MacIntyre

add support for os.tmpfile()

parent 58f22ccc
...@@ -236,6 +236,9 @@ typedef long intptr_t; ...@@ -236,6 +236,9 @@ typedef long intptr_t;
/* Define if you have the tcsetpgrp function. */ /* Define if you have the tcsetpgrp function. */
#define HAVE_TCSETPGRP 1 #define HAVE_TCSETPGRP 1
/* Define if you have the tmpfile function. */
#define HAVE_TMPFILE 1
/* Define if you have the times function. */ /* Define if you have the times function. */
#define HAVE_TIMES 1 #define HAVE_TIMES 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment