From 0ba042961f929ff43f977c2ebdba9368f42d9c52 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 14 Jul 2010 23:23:17 +0200 Subject: Added Lua interfae. (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 2ebd8df5be..937fd1ec26 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -316,6 +316,9 @@ /* Define if you want huge features. */ #undef FEAT_HUGE +/* Define if you want to include the Lua interpreter. */ +#undef FEAT_LUA + /* Define if you want to include the MzScheme interpreter. */ #undef FEAT_MZSCHEME -- cgit v1.2.3