From: Andrew MacIntyre Date: Mon, 9 Jun 2003 08:16:59 +0000 (+0000) Subject: add support for os.tmpfile() X-Git-Tag: v2.3c1~508 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0dda40035f46579bebb2e72c86d547a573c631a2;p=thirdparty%2FPython%2Fcpython.git add support for os.tmpfile() --- diff --git a/PC/os2emx/pyconfig.h b/PC/os2emx/pyconfig.h index 23f0cfeaacad..209d161d374b 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