Nmap Development mailing list archives
Re: [Patch] nse_fs.cc
From: Daniel Miller <bonsaiviking () gmail com>
Date: Wed, 15 Oct 2014 13:41:08 -0500
On Thu, Sep 11, 2014 at 2:34 PM, Gisle Vanem <gvanem () yahoo no> wrote:
The file nse_fs.cc includes "nmap_config.h" which is not
for Windows. But since "nmap.h" already includes "*_config.h",
I think we can simply drop "nmap_config.h" in nse_fs.cc:
@@ -26,8 +26,6 @@
*
**/
-#include "nmap_config.h"
-
#define _LARGEFILE64_SOURCE
extern "C" {
----------
Works fine here with MSVC + MingW.
--gv
Gisle, I removed the large files support in r33671, which also removed this include. Have you had any compilation problems recently, or did this address the issue? Dan _______________________________________________ Sent through the dev mailing list http://nmap.org/mailman/listinfo/dev Archived at http://seclists.org/nmap-dev/
Current thread:
- Re: [Patch] nse_fs.cc Daniel Miller (Oct 15)
- Re: [Patch] nse_fs.cc Gisle Vanem (Oct 21)
