Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 832181e

Browse files
committed
Define the constants needed to allow the os.tempnam(), os.tmpfile(), and
os.tmpnam() functions to be made available. This is part of SF patch #435492.
1 parent 7b4dd76 commit 832181e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

PC/config.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ compiler specific". Therefore, these should be very rare.
3838
#define HAVE_LIMITS_H
3939
#define HAVE_SYS_UTIME_H
4040
#define HAVE_HYPOT
41+
#define HAVE_TEMPNAM
42+
#define HAVE_TMPFILE
43+
#define HAVE_TMPNAM
4144
#define DONT_HAVE_SIG_ALARM
4245
#define DONT_HAVE_SIG_PAUSE
4346
#define LONG_BIT 32

0 commit comments

Comments
 (0)