From 7befb9966e1435475a9d2e9d3cc3670564ce77aa Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 10 Feb 2004 16:50:21 +0000 Subject: remove support for missing ANSI C header files (limits.h, stddef.h, etc). --- PC/pyconfig.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'PC/pyconfig.h') diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 54c98d18d08..79f5ddd52f9 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -28,7 +28,6 @@ MS_CORE_DLL. */ #include -#define HAVE_LIMITS_H #define HAVE_SYS_UTIME_H #define HAVE_HYPOT #define HAVE_TEMPNAM @@ -478,21 +477,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */ /* Define if you have the header file. */ #define HAVE_FCNTL_H 1 -/* Define if you have the header file. */ -#define HAVE_SIGNAL_H 1 - -/* Define if you have the header file. */ -#define HAVE_STDARG_H 1 - /* Define if you have the prototypes. */ #define HAVE_STDARG_PROTOTYPES -/* Define if you have the header file. */ -#define HAVE_STDDEF_H 1 - -/* Define if you have the header file. */ -#define HAVE_STDLIB_H 1 - /* Define if you have the header file. */ /* #undef HAVE_SYS_AUDIOIO_H */ -- cgit v1.2.3-65-gdbad