1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +00:00

Upgrading shipped libdnet to 1.12

This commit is contained in:
kris
2008-09-19 06:12:25 +00:00
parent 989117eb54
commit d23556c513
72 changed files with 6580 additions and 6546 deletions

View File

@@ -225,7 +225,7 @@
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "1.10"
#define VERSION "1.12"
/* Define for faster code generation. */
#define WIN32_LEAN_AND_MEAN
@@ -272,6 +272,8 @@ int strlcpy(char *, const char *, int);
#ifndef HAVE_STRSEP
char *strsep(char **, const char *);
#endif
#define snprintf _snprintf
/* Without this, Windows will give us all sorts of crap about using functions
like strcpy() even if they are done safely */