summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMichael Felt <aixtools@users.noreply.github.com>2017-12-19 13:58:49 +0100
committerVictor Stinner <victor.stinner@gmail.com>2017-12-19 13:58:49 +0100
commitc5ae169e1b73315672770517bf51cf8464286c76 (patch)
tree799e3be3da572d073580c444ff877bff8f1efd18 /pyconfig.h.in
parent319c0345cdd8fddb49d235462e71883f1dd51b99 (diff)
downloadcpython-git-c5ae169e1b73315672770517bf51cf8464286c76.tar.gz
bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507)
Implement find_library() support in ctypes/util for AIX. Add some AIX specific tests.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 66b9e88827..d828d48af8 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -210,6 +210,10 @@
don't. */
#undef HAVE_DECL_RTLD_LOCAL
+/* Define to 1 if you have the declaration of `RTLD_MEMBER', and to 0 if you
+ don't. */
+#undef HAVE_DECL_RTLD_MEMBER
+
/* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
don't. */
#undef HAVE_DECL_RTLD_NODELETE