1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Use defines for library names "nmap" and "stdnse.c"

This commit is contained in:
batrick
2010-02-06 00:59:33 +00:00
parent 78b440b978
commit ec79a3b59b
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
#ifndef NSE_NMAPLIB
#define NSE_NMAPLIB
#define NSE_NMAPLIBNAME "nmap"
#define NSE_STDNSELIBNAME "stdnse.c"
class Target;
class Port;