From e06c188bbf2ff5732cd9eecbf243d37efcf7be2a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 21 Jul 2010 22:05:20 +0200 Subject: Make it possible to load Perl dynamically on Unix. (James Vega) --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 5570f2bafa..3e86b847c0 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 -- cgit v1.2.3