commit | e06c188bbf2ff5732cd9eecbf243d37efcf7be2a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 22:05:20 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 22:05:20 2010 +0200 |
tree | 3ea61644737a87187261505979f8f293662e69bb | |
parent | cdda8fe1c6ff147b3c1f4408884ab4905aeb4e06 [diff] [blame] |
Make it possible to load Perl dynamically on Unix. (James Vega)
diff --git a/src/config.h.in b/src/config.h.in index 5570f2b..3e86b84 100644 --- a/src/config.h.in +++ b/src/config.h.in
@@ -325,6 +325,9 @@ /* Define if you want to include the Perl interpreter. */ #undef FEAT_PERL +/* Define for linking via dlopen() or LoadLibrary() */ +#undef DYNAMIC_PERL + /* Define if you want to include the Python interpreter. */ #undef FEAT_PYTHON