add support for os.tmpfile()

This commit is contained in:
Andrew MacIntyre 2003-06-09 08:16:59 +00:00
parent 58f22ccc01
commit 0dda40035f

View 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