From: Jack Jansen Date: Fri, 5 Nov 1999 15:54:46 +0000 (+0000) Subject: Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H X-Git-Tag: v1.6a1~764 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f941acda6007b1b0443b58169b067826389ce6cb;p=thirdparty%2FPython%2Fcpython.git Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H since we have these in the current CW release (and probably already had them quite some time, but never added the defines). --- diff --git a/Mac/Include/config.h b/Mac/Include/config.h index 61a002b67042..e1ab9ab918db 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -51,7 +51,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define HAVE_FOPENRF #endif -#define HAVE_MKTIME #ifdef __MWERKS__ #define HAVE_STRFTIME #ifndef __MC68K__ @@ -62,7 +61,12 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #endif #endif +#define HAVE_LIMITS_H +#define HAVE_MEMMOVE #define CHECK_IMPORT_CASE +#define HAVE_STRERROR +#define HAVE_LOCALE_H +#define HAVE_MKTIME #ifdef USE_GUSI /* GUSI provides a lot of unixisms */