diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-13 16:22:57 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-13 16:22:57 +0200 |
commit | b744b2fa3216740c74d74bd62b26b6a539f026d1 (patch) | |
tree | 1ca653eec27c5356fb60be2873c7dab0137cd639 /src/config.h.in | |
parent | 2a988a162c85df0092eca6b23eff9cd0fcd7de9a (diff) | |
download | vim-git-b744b2fa3216740c74d74bd62b26b6a539f026d1.tar.gz |
Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 2a28e0eb4..f6c7fa4aa 100644 --- 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 |