From 82382432613ea743e6c87f7ed0433d7bd581a3ed Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 29 Oct 2007 00:51:45 +0000 Subject: [PATCH] change Nmap version number to 4.22SOC8 in prep for next release; remove some useless defines --- NmapOps.cc | 4 ++-- nmap.h | 14 ++------------ 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/NmapOps.cc b/NmapOps.cc index 23aa8bc5a..8c8a03c90 100644 --- a/NmapOps.cc +++ b/NmapOps.cc @@ -188,8 +188,8 @@ void NmapOps::Initialize() { else isr00t = !(geteuid()); #endif - debugging = DEBUGGING; - verbose = DEBUGGING; + debugging = 0; + verbose = 0; randomize_hosts = 0; sendpref = PACKET_SEND_NOPREF; spoofsource = 0; diff --git a/nmap.h b/nmap.h index 13c86d111..ee11a8143 100644 --- a/nmap.h +++ b/nmap.h @@ -253,25 +253,15 @@ void *realloc(); #ifndef NMAP_VERSION /* Edit this definition only within the quotes, because it is read from this file by the makefiles. */ -#define NMAP_VERSION "4.22SOC7" -#define NMAP_NUM_VERSION "4.22.0.7" +#define NMAP_VERSION "4.22SOC8" +#define NMAP_NUM_VERSION "4.22.0.8" #endif /* User configurable #defines: */ -#ifndef VERSION -#define VERSION "1.60-Beta" -#endif -#ifndef DEBUGGING -#define DEBUGGING 0 -#endif #define MAX_PROBE_PORTS 10 /* How many TCP probe ports are allowed ? */ /* Default number of ports in parallel. Doesn't always involve actual sockets. Can also adjust with the -M command line option. */ #define MAX_SOCKETS 36 -/* How many hosts do we ping in parallel to see if they are up? Note that this is - divided by the num probes per host */ -#define LOOKAHEAD 30 - /*How many seconds before we give up on a host being alive? */ #define FAKE_ARGV "pine" /* What ps and w should show if you use -q */ /* How do we want to log into ftp sites for */