1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 10:59:02 +00:00

About to do Nmap 4.03

This commit is contained in:
fyodor
2006-04-22 23:00:09 +00:00
parent 873cbbe54c
commit 0b33f41633
32 changed files with 297 additions and 24 deletions

View File

@@ -276,3 +276,7 @@ int strlcpy(char *, const char *, int);
#ifndef HAVE_STRSEP
char *strsep(char **, const char *);
#endif
/* Without this, Windows will give us all sorts of crap about using functions
like strcpy() even if they are done safely */
#define _CRT_SECURE_NO_DEPRECATE 1