summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-21 22:05:20 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-21 22:05:20 +0200
commite06c188bbf2ff5732cd9eecbf243d37efcf7be2a (patch)
tree3ea61644737a87187261505979f8f293662e69bb /src/config.h.in
parentcdda8fe1c6ff147b3c1f4408884ab4905aeb4e06 (diff)
downloadvim-git-e06c188bbf2ff5732cd9eecbf243d37efcf7be2a.tar.gz
Make it possible to load Perl dynamically on Unix. (James Vega)
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 5570f2baf..3e86b847c 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