mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add NMAP_UPDATE_CHANNEL #define.
This commit is contained in:
parent
212c2a82cb
commit
bd4fea7378
1 changed files with 3 additions and 0 deletions
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 ? */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue