diff options
author | Guido van Rossum <guido@python.org> | 1998-08-12 02:10:05 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-08-12 02:10:05 (GMT) |
commit | 9b499d2a9c0cfa23a73390e502020f78e8f4a71f (patch) | |
tree | 52dcf65a49246f2b4b301f21242116d94e2bd29e /PC | |
parent | b034e1e2ff036ac88b9de6fb39a4f261aac74ea8 (diff) | |
download | cpython-9b499d2a9c0cfa23a73390e502020f78e8f4a71f.zip cpython-9b499d2a9c0cfa23a73390e502020f78e8f4a71f.tar.gz cpython-9b499d2a9c0cfa23a73390e502020f78e8f4a71f.tar.bz2 |
Define HAVE_STRERROR.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/config.h b/PC/config.h index ceac9a0..0bc8cc5 100644 --- a/PC/config.h +++ b/PC/config.h @@ -72,6 +72,7 @@ typedef int pid_t; #include <stdio.h> #define HAVE_CLOCK #define HAVE_STRFTIME +#define HAVE_STRERROR #define NT_THREADS #define WITH_THREAD #ifndef NETSCAPE_PI |