diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-05-19 07:00:58 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-05-19 07:00:58 (GMT) |
commit | 58e28887d54315fafd918a7a38a037e5b77fcc9a (patch) | |
tree | 0b306fc455610e970d89a3df0229505e879104d3 /pyconfig.h.in | |
parent | 5ef922447c3dd0f9b306b4fde59481b4d4eaeaa3 (diff) | |
download | cpython-58e28887d54315fafd918a7a38a037e5b77fcc9a.zip cpython-58e28887d54315fafd918a7a38a037e5b77fcc9a.tar.gz cpython-58e28887d54315fafd918a7a38a037e5b77fcc9a.tar.bz2 |
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.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index df3c1cd..1468bf6 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 |