1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +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

@@ -119,7 +119,7 @@
#include <assert.h>
#include <sys/mman.h>
#include "config.h"
#include "nmap_config.h"
#endif
#if HAVE_UNISTD_H