diff options
author | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2003-06-09 08:16:59 (GMT) |
---|---|---|
committer | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2003-06-09 08:16:59 (GMT) |
commit | 0dda40035f46579bebb2e72c86d547a573c631a2 (patch) | |
tree | 22e8e4443e378918fccde5dea461dc94fe99ed31 /PC/os2emx | |
parent | 58f22ccc012f0109f802e54e9c3daf2dbe30898a (diff) | |
download | cpython-0dda40035f46579bebb2e72c86d547a573c631a2.zip cpython-0dda40035f46579bebb2e72c86d547a573c631a2.tar.gz cpython-0dda40035f46579bebb2e72c86d547a573c631a2.tar.bz2 |
add support for os.tmpfile()
Diffstat (limited to 'PC/os2emx')
-rw-r--r-- | PC/os2emx/pyconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PC/os2emx/pyconfig.h b/PC/os2emx/pyconfig.h index 23f0cfe..209d161 100644 --- a/PC/os2emx/pyconfig.h +++ b/PC/os2emx/pyconfig.h @@ -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 |