diff options
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index b999f33..9e3fb7b 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -704,9 +704,6 @@ /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */ #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS -/* The size of a `char', as computed by sizeof. */ -#undef SIZEOF_CHAR - /* The size of a `double', as computed by sizeof. */ #undef SIZEOF_DOUBLE @@ -833,9 +830,6 @@ /* This must be defined on some systems to enable large file support. */ #undef _LARGEFILE_SOURCE -/* Define to 1 if on MINIX. */ -#undef _MINIX - /* Define on NetBSD to activate all library features */ #undef _NETBSD_SOURCE |