mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
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.
10 lines
129 B
C
10 lines
129 B
C
#ifndef NSE_PCRELIB
|
|
#define NSE_PCRELIB
|
|
|
|
#define NSE_PCRELIBNAME "pcre"
|
|
|
|
LUALIB_API int luaopen_pcrelib (lua_State *L);
|
|
|
|
#endif
|
|
|