[Python-checkins] python/dist/src/PC pyconfig.h,1.25,1.26
montanaro at users.sourceforge.net
montanaro at users.sourceforge.net
Tue Feb 10 11:50:36 EST 2004
Update of /cvsroot/python/python/dist/src/PC
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27540/PC
Modified Files:
pyconfig.h
Log Message:
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** pyconfig.h 7 Feb 2004 13:53:46 -0000 1.25
--- pyconfig.h 10 Feb 2004 16:50:19 -0000 1.26
***************
*** 29,33 ****
#include <io.h>
- #define HAVE_LIMITS_H
#define HAVE_SYS_UTIME_H
#define HAVE_HYPOT
--- 29,32 ----
***************
*** 479,497 ****
#define HAVE_FCNTL_H 1
- /* Define if you have the <signal.h> header file. */
- #define HAVE_SIGNAL_H 1
-
- /* Define if you have the <stdarg.h> header file. */
- #define HAVE_STDARG_H 1
-
/* Define if you have the <stdarg.h> prototypes. */
#define HAVE_STDARG_PROTOTYPES
- /* Define if you have the <stddef.h> header file. */
- #define HAVE_STDDEF_H 1
-
- /* Define if you have the <stdlib.h> header file. */
- #define HAVE_STDLIB_H 1
-
/* Define if you have the <sys/audioio.h> header file. */
/* #undef HAVE_SYS_AUDIOIO_H */
--- 478,484 ----
More information about the Python-checkins
mailing list