remove support for missing ANSI C header files (limits.h, stddef.h, etc).

This commit is contained in:
Skip Montanaro 2004-02-10 16:50:21 +00:00
parent 05eb40128e
commit 7befb9966e
18 changed files with 17 additions and 139 deletions

View file

@ -11,13 +11,7 @@
#include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#else
#ifdef Py_DEBUG
extern char *getenv(const char *);
#endif
#endif
#ifdef __sgi
#ifndef HAVE_PTHREAD_H /* XXX Need to check in configure.in */