summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-22 21:32:16 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-22 21:32:16 +0200
commit2334b6d59446dfa09680d4971b5fdb05c396ee79 (patch)
treef16c0149bad87220b8d096d323183ff765b88b4a /src/config.h.in
parent766fb0d2b24c48545fa9fc9134b0843802223d64 (diff)
downloadvim-git-2334b6d59446dfa09680d4971b5fdb05c396ee79.tar.gz
Make it possible to load Lua dynamically on Unix. (Luis Carvalho)
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 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