From 2334b6d59446dfa09680d4971b5fdb05c396ee79 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 22 Jul 2010 21:32:16 +0200 Subject: Make it possible to load Lua dynamically on Unix. (Luis Carvalho) --- 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 3e86b847c..2a28e0eb4 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -319,6 +319,9 @@ /* Define if you want to include the Lua interpreter. */ #undef FEAT_LUA +/* Define for linking via dlopen() or LoadLibrary() */ +#undef DYNAMIC_LUA + /* Define if you want to include the MzScheme interpreter. */ #undef FEAT_MZSCHEME -- cgit v1.2.3