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

consolidate some definitions (name, url) to nmap.h

This commit is contained in:
dmiller
2019-06-21 17:32:03 +00:00
parent cb418ab480
commit 294f81a390
4 changed files with 11 additions and 6 deletions

View File

@@ -137,8 +137,6 @@
/* Without this, Windows will give us all sorts of crap about using functions
like strcpy() even if they are done safely */
#define _CRT_SECURE_NO_DEPRECATE 1
#define NMAP_NAME "Nmap"
#define NMAP_URL "https://nmap.org"
#define NMAP_PLATFORM "i686-pc-windows-windows"
#define NMAPDATADIR "c:\\nmap" /* FIXME: I really need to make this dynamic */