1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 04:49:02 +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

9
nmap.h
View File

@@ -183,6 +183,15 @@
/******* DEFINES ************/
#ifdef NMAP_OEM
#include "../nmap-build/nmap-oem.h"
#endif
#ifndef NMAP_NAME
#define NMAP_NAME "Nmap"
#endif
#define NMAP_URL "https://nmap.org"
#ifndef NMAP_VERSION
/* Edit this definition only within the quotes, because it is read from this
file by the makefiles. */