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:
@@ -1,6 +1,9 @@
|
||||
#ifndef NSE_NMAPLIB
|
||||
#define NSE_NMAPLIB
|
||||
|
||||
#define NSE_NMAPLIBNAME "nmap"
|
||||
#define NSE_STDNSELIBNAME "stdnse.c"
|
||||
|
||||
class Target;
|
||||
class Port;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user