1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 10:59:02 +00:00

make pcre an NSE C module

This commit is contained in:
fyodor
2007-08-11 06:05:48 +00:00
parent 0dc44d08b0
commit 78f15a7f65
10 changed files with 181 additions and 55 deletions

View File

@@ -4,7 +4,6 @@
#include "nse_debug.h"
// 3rd Party libs
#include "nse_pcrelib.h"
#include "nbase.h"
@@ -44,7 +43,6 @@ int init_lua(lua_State* l) {
{LUA_STRLIBNAME, luaopen_string},
{LUA_MATHLIBNAME, luaopen_math},
{LUA_DBLIBNAME, luaopen_debug},
{NSE_PCRELIBNAME, luaopen_pcrelib},
{NULL, NULL}
};