diff src/config.h.in @ 2554:7abef60aca22 vim73

Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Aug 2010 16:22:57 +0200
parents f149bb1cf5be
children baa5f81197c8
line wrap: on
line diff
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -343,6 +343,9 @@
 /* Define for linking via dlopen() or LoadLibrary() */
 #undef DYNAMIC_PYTHON3
 
+/* Define if dynamic python does not require RTLD_GLOBAL */
+#undef PY_NO_RTLD_GLOBAL
+
 /* Define if you want to include the Ruby interpreter. */
 #undef FEAT_RUBY