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). --- RISCOS/pyconfig.h | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) (limited to 'RISCOS/pyconfig.h') diff --git a/RISCOS/pyconfig.h b/RISCOS/pyconfig.h index 9d59e83d16..45f87bef25 100644 --- a/RISCOS/pyconfig.h +++ b/RISCOS/pyconfig.h @@ -1,5 +1,8 @@ /* RISCOS/pyconfig.h: Python configuration for RISC OS */ +#ifndef Py_PYCONFIG_H +#define Py_PYCONFIG_H + /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ @@ -577,12 +580,6 @@ /* Define if you have the header file. */ #undef HAVE_LIBUTIL_H -/* Define if you have the header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the header file. */ -#define HAVE_LOCALE_H 1 - /* Define if you have the header file. */ #undef HAVE_NCURSES_H @@ -604,18 +601,6 @@ /* Define if you have the header file. */ #undef HAVE_PTY_H -/* 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 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 @@ -706,3 +691,5 @@ #undef DONT_HAVE_SYS_STAT_H #define PLATFORM "riscos" + +#endif /* Py_PYCONFIG_H */ -- cgit v1.2.1