diff options
author | Skip Montanaro <skip@pobox.com> | 2004-01-17 00:16:12 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-01-17 00:16:12 (GMT) |
commit | b9820a3b77c35e3e584c468d01c30d2ef78a5164 (patch) | |
tree | d3ffa6b865be941188c55080cfe76b1e792449d8 /pyconfig.h.in | |
parent | 621b443b8d352685403e7f3ccaa9f5b539d995f8 (diff) | |
download | cpython-b9820a3b77c35e3e584c468d01c30d2ef78a5164.zip cpython-b9820a3b77c35e3e584c468d01c30d2ef78a5164.tar.gz cpython-b9820a3b77c35e3e584c468d01c30d2ef78a5164.tar.bz2 |
Remove support for minix.
Remove unused and unnecessary checks for sizeof(char).
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 |