diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-17 20:35:59 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-17 20:35:59 (GMT) |
commit | 832181e5dc553b95b3f21d30856114af6f3c3f9d (patch) | |
tree | 07a422af343b830d5c67923e402b9f8a35aadd06 /PC | |
parent | 7b4dd76bb5244b0fc737eda6b21cd0ecbbe58151 (diff) | |
download | cpython-832181e5dc553b95b3f21d30856114af6f3c3f9d.zip cpython-832181e5dc553b95b3f21d30856114af6f3c3f9d.tar.gz cpython-832181e5dc553b95b3f21d30856114af6f3c3f9d.tar.bz2 |
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.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PC/config.h b/PC/config.h index 7e54a9d..d0a8907 100644 --- a/PC/config.h +++ b/PC/config.h @@ -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 |