new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / external / lua-5.2.3 / src / luaconf.h
index 18be9a9..2928bbd 100644 (file)
 #else                  /* }{ */
 
 #define LUA_VDIR       LUA_VERSION_MAJOR "." LUA_VERSION_MINOR "/"
-#define LUA_ROOT       "/usr/local/"
-#define LUA_LDIR       LUA_ROOT "share/lua/" LUA_VDIR
-#define LUA_CDIR       LUA_ROOT "lib/lua/" LUA_VDIR
+#define LUA_ROOT       PREFIX
+#define LUA_LDIR       LUA_ROOT "/lua/native/" 
+#define LUA_CDIR       LUA_ROOT "/lua/compiled/" 
 #define LUA_PATH_DEFAULT  \
                LUA_LDIR"?.lua;"  LUA_LDIR"?/init.lua;" \
                LUA_CDIR"?.lua;"  LUA_CDIR"?/init.lua;" "./?.lua"