]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Define the constants needed to allow the os.tempnam(), os.tmpfile(), and
authorFred Drake <fdrake@acm.org>
Tue, 17 Jul 2001 20:35:59 +0000 (20:35 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 17 Jul 2001 20:35:59 +0000 (20:35 +0000)
os.tmpnam() functions to be made available.

This is part of SF patch #435492.

PC/config.h

index 7e54a9dce39e13646de2c4131f8f4c7c974bc25d..d0a89079295a271085dcaad39cac69694b6ad8a0 100644 (file)
@@ -38,6 +38,9 @@ compiler specific".  Therefore, these should be very rare.
 #define HAVE_LIMITS_H
 #define HAVE_SYS_UTIME_H
 #define HAVE_HYPOT
+#define HAVE_TEMPNAM
+#define HAVE_TMPFILE
+#define HAVE_TMPNAM
 #define DONT_HAVE_SIG_ALARM
 #define DONT_HAVE_SIG_PAUSE
 #define LONG_BIT       32