mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Add NMAP_UPDATE_CHANNEL #define.
This commit is contained in:
3
nmap.h
3
nmap.h
@@ -231,6 +231,9 @@ void *realloc();
|
||||
#define NMAP_VERSION "5.61TEST3"
|
||||
#define NMAP_NUM_VERSION "5.61.0.3"
|
||||
#endif
|
||||
/* The version number of updates retrieved by the nmap-update program. It can be
|
||||
different (but should always be earlier) than NMAP_VERSION. */
|
||||
#define NMAP_UPDATE_CHANNEL "5.61TEST2"
|
||||
|
||||
/* User configurable #defines: */
|
||||
#define MAX_PROBE_PORTS 10 /* How many TCP probe ports are allowed ? */
|
||||
|
||||
Reference in New Issue
Block a user