summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-05-11 13:00:05 -0500
committerBenjamin Peterson <benjamin@python.org>2013-05-11 13:00:05 -0500
commitfeb51492442881994f8d42dddfac2763794dbaec (patch)
treed9d569c5ee8688a3f960266c7a590105e4929f4e /pyconfig.h.in
parent8b0e98426dd0e1fde93715256413bc707759db6f (diff)
downloadcpython-git-feb51492442881994f8d42dddfac2763794dbaec.tar.gz
-Wformat is needed by gcc 4.8 (closes #17547)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 10e2c91dc5..cbbc42d99f 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