summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-08-12 02:10:05 +0000
committerGuido van Rossum <guido@python.org>1998-08-12 02:10:05 +0000
commit9b499d2a9c0cfa23a73390e502020f78e8f4a71f (patch)
tree52dcf65a49246f2b4b301f21242116d94e2bd29e
parentb034e1e2ff036ac88b9de6fb39a4f261aac74ea8 (diff)
downloadcpython-git-9b499d2a9c0cfa23a73390e502020f78e8f4a71f.tar.gz
Define HAVE_STRERROR.
-rw-r--r--PC/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/config.h b/PC/config.h
index ceac9a093c..0bc8cc5ebe 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