@@ -109,29 +109,22 @@ typedef int pid_t;
109109/* #undef BAD_STATIC_FORWARD */ /* if compiler botches static fwd decls */
110110
111111#define STDC_HEADERS 1 /* VAC++ is an ANSI C Compiler */
112- #define HAVE_LIMITS_H 1 /* #include <limits.h> */
113- #define HAVE_STDLIB_H 1 /* #include <stdlib.h> */
114112#define HAVE_HYPOT 1 /* hypot() */
115113#define HAVE_PUTENV 1 /* putenv() */
116- #define HAVE_STDDEF_H 1 /* #include <stddef.h> */
117114/* #define VA_LIST_IS_ARRAY 1 */ /* if va_list is an array of some kind */
118115
119116 /* Variable-Arguments/Prototypes */
120117#define HAVE_PROTOTYPES 1 /* VAC++ supports C Function Prototypes */
121- #define HAVE_STDARG_H 1 /* #include <stdarg.h> */
122118#define HAVE_STDARG_PROTOTYPES 1 /* Our <stdarg.h> has prototypes */
123119
124120 /* String/Memory/Locale Operations */
125- #define HAVE_STRDUP 1 /* strdup() */
126121#define HAVE_MEMMOVE 1 /* memmove() */
127122#define HAVE_STRERROR 1 /* strerror() */
128123#define HAVE_SETLOCALE 1 /* setlocale() */
129- #define HAVE_LOCALE_H 1 /* #include <locale.h> */
130124#define MALLOC_ZERO_RETURNS_NULL 1 /* Our malloc(0) returns a NULL ptr */
131125
132126 /* Signal Handling */
133127#define RETSIGTYPE void /* Return type of handlers (int or void) */
134- #define HAVE_SIGNAL_H 1 /* #include <signal.h> */
135128/* #undef WANT_SIGFPE_HANDLER */ /* Handle SIGFPE (see Include/pyfpe.h) */
136129/* #define HAVE_ALARM 1 */ /* alarm() */
137130/* #define HAVE_SIGINTERRUPT 1 */ /* siginterrupt() */
0 commit comments