Add maxmind to redbean

This commit is contained in:
Justine Tunney 2022-03-18 03:17:08 -07:00
parent af645fcbec
commit c371db6663
11 changed files with 2457 additions and 2 deletions

View file

@ -5811,6 +5811,7 @@ static const luaL_Reg kLuaFuncs[] = {
};
extern int luaopen_lsqlite3(lua_State *);
extern int LuaMaxmind(lua_State *);
#ifndef UNSECURE
extern int luaopen_argon2(lua_State *);
@ -5818,6 +5819,7 @@ extern int luaopen_argon2(lua_State *);
static const luaL_Reg kLuaLibs[] = {
{"re", LuaRe}, //
{"maxmind", LuaMaxmind}, //
{"lsqlite3", luaopen_lsqlite3}, //
#ifndef UNSECURE
{"argon2", luaopen_argon2}, //