diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-05-11 18:00:05 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-05-11 18:00:05 (GMT) |
commit | feb51492442881994f8d42dddfac2763794dbaec (patch) | |
tree | d9d569c5ee8688a3f960266c7a590105e4929f4e /pyconfig.h.in | |
parent | 8b0e98426dd0e1fde93715256413bc707759db6f (diff) | |
download | cpython-feb51492442881994f8d42dddfac2763794dbaec.zip cpython-feb51492442881994f8d42dddfac2763794dbaec.tar.gz cpython-feb51492442881994f8d42dddfac2763794dbaec.tar.bz2 |
-Wformat is needed by gcc 4.8 (closes #17547)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 10e2c91..cbbc42d 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1187,9 +1187,6 @@ /* Define if setpgrp() must be called as setpgrp(0, 0). */ #undef SETPGRP_HAVE_ARG -/* Define this to be extension of shared libraries (including the dot!). */ -#undef SHLIB_EXT - /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */ #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS |