1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 03:19:02 +00:00

SCRIPT_ENGINE is defined in nse_main.h.

This commit is contained in:
batrick
2010-07-07 15:01:19 +00:00
parent d758631be8
commit 885bc6e034

View File

@@ -27,10 +27,6 @@ extern "C"
# include <openssl/ssl.h>
#endif
#ifndef SCRIPT_ENGINE
# define SCRIPT_ENGINE "NSE"
#endif
#define NSOCK_WRAPPER "NSOCK WRAPPER"
#define NSOCK_WRAPPER_SUCCESS 0
#define NSOCK_WRAPPER_ERROR 2