From: Guido van Rossum Date: Wed, 12 Aug 1998 02:10:05 +0000 (+0000) Subject: Define HAVE_STRERROR. X-Git-Tag: v1.5.2a1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b499d2a9c0cfa23a73390e502020f78e8f4a71f;p=python Define HAVE_STRERROR. --- 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 #define HAVE_CLOCK #define HAVE_STRFTIME +#define HAVE_STRERROR #define NT_THREADS #define WITH_THREAD #ifndef NETSCAPE_PI