1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Moving Nmap's config.h[.in] to nmap_config.h[.in]

This commit is contained in:
kris
2008-04-28 17:53:32 +00:00
parent a3860a848a
commit 9a89b403f9
10 changed files with 13 additions and 13 deletions

View File

@@ -106,7 +106,7 @@
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "nmap_config.h"
#else
#ifdef WIN32
#include "nmap_winconfig.h"