X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fexternal%2Flua-5.2.3%2Fsrc%2Fluaconf.h;h=2928bbd63ff468b8f25e608f6e57762569c9fb40;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=18be9a9e4368afb14cafd1c2a32f9922d70b4e81;hpb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;p=ossec-hids.git diff --git a/src/external/lua-5.2.3/src/luaconf.h b/src/external/lua-5.2.3/src/luaconf.h index 18be9a9..2928bbd 100644 --- a/src/external/lua-5.2.3/src/luaconf.h +++ b/src/external/lua-5.2.3/src/luaconf.h @@ -100,9 +100,9 @@ #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"