From 7924e94cb853b10307b535c49f844612c3b80116 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 26 Jan 2018 17:24:25 +0000 Subject: [PATCH] Preserve the original luaconf.h in a convenient place. Clients will almost certainly need to override this, so reinforce that. If that's not hte case, clients can always do a #include luaconf.h.dist. --- contrib/lua/src/{luaconf.h => luaconf.h.dist} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename contrib/lua/src/{luaconf.h => luaconf.h.dist} (100%) diff --git a/contrib/lua/src/luaconf.h b/contrib/lua/src/luaconf.h.dist similarity index 100% rename from contrib/lua/src/luaconf.h rename to contrib/lua/src/luaconf.h.dist