diff options
Diffstat (limited to 'PC/os2emx/pyconfig.h')
-rw-r--r-- | PC/os2emx/pyconfig.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/PC/os2emx/pyconfig.h b/PC/os2emx/pyconfig.h index a0817f8..afe79e4 100644 --- a/PC/os2emx/pyconfig.h +++ b/PC/os2emx/pyconfig.h @@ -227,9 +227,6 @@ typedef long intptr_t; /* Define if you have the sigaction function. */ #define HAVE_SIGACTION 1 -/* Define if you have the strdup function. */ -#define HAVE_STRDUP 1 - /* Define if you have the strerror function. */ #define HAVE_STRERROR 1 @@ -263,27 +260,9 @@ typedef long intptr_t; /* Define if you have the <fcntl.h> header file. */ #define HAVE_FCNTL_H 1 -/* Define if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - -/* Define if you have the <locale.h> header file. */ -#define HAVE_LOCALE_H 1 - /* Define if you have the <ncurses.h> header file. */ #define HAVE_NCURSES_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 <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/file.h> header file. */ #define HAVE_SYS_FILE_H 1 |