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.
This commit is contained in:
parent
7b4dd76bb5
commit
832181e5dc
|
@ -38,6 +38,9 @@ compiler specific". Therefore, these should be very rare.
|
||||||
#define HAVE_LIMITS_H
|
#define HAVE_LIMITS_H
|
||||||
#define HAVE_SYS_UTIME_H
|
#define HAVE_SYS_UTIME_H
|
||||||
#define HAVE_HYPOT
|
#define HAVE_HYPOT
|
||||||
|
#define HAVE_TEMPNAM
|
||||||
|
#define HAVE_TMPFILE
|
||||||
|
#define HAVE_TMPNAM
|
||||||
#define DONT_HAVE_SIG_ALARM
|
#define DONT_HAVE_SIG_ALARM
|
||||||
#define DONT_HAVE_SIG_PAUSE
|
#define DONT_HAVE_SIG_PAUSE
|
||||||
#define LONG_BIT 32
|
#define LONG_BIT 32
|
||||||
|
|
Loading…
Reference in New Issue