summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-05-19 07:00:58 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2006-05-19 07:00:58 +0000
commit58e28887d54315fafd918a7a38a037e5b77fcc9a (patch)
tree0b306fc455610e970d89a3df0229505e879104d3 /pyconfig.h.in
parent5ef922447c3dd0f9b306b4fde59481b4d4eaeaa3 (diff)
downloadcpython-git-58e28887d54315fafd918a7a38a037e5b77fcc9a.tar.gz
Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64.
I suppose this could be backported if anyone cares.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index df3c1cd1ef..1468bf62d9 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -754,6 +754,9 @@
/* 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