diff options
Diffstat (limited to 'PC/os2emx/pyconfig.h')
-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 |