1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00
Files
nmap/nse_pcrelib.h
david 83382600f2 Revert r5485. This changes the pcre Lua module back to statically linked
code instead of a dynamically loaded C module. Linking the dynamic
shared module with the static libpcre.a was failing on OpenBSD. See
http://seclists.org/nmap-dev/2007/q4/0085.html.
2007-10-23 00:45:00 +00:00

10 lines
129 B
C

#ifndef NSE_PCRELIB
#define NSE_PCRELIB
#define NSE_PCRELIBNAME "pcre"
LUALIB_API int luaopen_pcrelib (lua_State *L);
#endif