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:
9
nmap.h
9
nmap.h
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user