mirror of
https://github.com/nmap/nmap.git
synced 2025-12-18 13:39:02 +00:00
13 lines
176 B
C
13 lines
176 B
C
#ifndef PCRE_H
|
|
#define PCRE_H
|
|
|
|
#ifdef WIN32
|
|
#define vsnprintf _vsnprintf
|
|
#endif /* WIN32 */
|
|
#define NSE_PCRELIBNAME "pcre"
|
|
|
|
LUALIB_API int luaopen_pcre(lua_State *L);
|
|
|
|
#endif
|
|
|