mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Actually use nmap_config.h in nse_fs.h (see r33661)
This commit is contained in:
parent
c22c1119e9
commit
be4cf76125
2 changed files with 1 additions and 10 deletions
|
|
@ -215,9 +215,6 @@ extern "C" int gethostname (char *, unsigned int);
|
|||
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||
#undef _FILE_OFFSET_BITS
|
||||
|
||||
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
|
||||
#undef _LARGEFILE_SOURCE
|
||||
|
||||
/* Define for large files, on AIX-style hosts. */
|
||||
#undef _LARGE_FILES
|
||||
|
||||
|
|
|
|||
|
|
@ -26,13 +26,7 @@
|
|||
*
|
||||
**/
|
||||
|
||||
#ifndef _WIN32
|
||||
#ifndef _AIX
|
||||
#define _FILE_OFFSET_BITS 64 /* Linux, Solaris and HP-UX */
|
||||
#else
|
||||
#define _LARGE_FILES 1 /* AIX */
|
||||
#endif
|
||||
#endif
|
||||
#include "nmap_config.h"
|
||||
|
||||
#define _LARGEFILE64_SOURCE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue