From 21c03f09798991d1e9427ba79b9ce883bfe7c551 Mon Sep 17 00:00:00 2001 From: Rui Guo Date: Tue, 2 Jun 2009 16:55:15 +0800 Subject: [PATCH] Define macro for lua bindings. --- src/acconfig.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/acconfig.h b/src/acconfig.h index ec641ce..fb46c63 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -165,6 +165,11 @@ # define SCRIPT #endif /* SIMPLESCREEN */ +/*Include the binding you would like to use.*/ +#ifdef SCRIPT +#define LUA_BINDING +#endif + #undef BUILTIN_TELNET #undef RXVT_OSC #undef COLORS256 -- 2.11.4.GIT