Commit ff95a588 authored by Andrew MacIntyre's avatar Andrew MacIntyre

add support for os.tmpfile()

parent b52e6cfc
......@@ -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
......
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