1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +00:00

merge soc07 r4891 - nse improvements

This commit is contained in:
fyodor
2007-08-11 04:12:45 +00:00
parent 8d74bbcd8a
commit cafec3593d
8 changed files with 153 additions and 18 deletions

View File

@@ -25,6 +25,12 @@
#define SCRIPT_ENGINE_LUA_DIR "scripts/"
#endif
#ifdef WIN32
#define SCRIPT_ENGINE_LIB_DIR "nselib\\"
#else
#define SCRIPT_ENGINE_LIB_DIR "nselib/"
#endif
#define SCRIPT_ENGINE_DATABASE "script.db"
#define SCRIPT_ENGINE_EXTENSION ".nse"