From 18dd077da64274bdc038698f96ce25e022af0d55 Mon Sep 17 00:00:00 2001 From: Warner Losh 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