1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 01:19:03 +00:00

Merging changes from my vc2008-testing branch. This moves Windows development

to VC++2008.
This commit is contained in:
kris
2008-06-13 05:58:11 +00:00
parent 2e48dde838
commit 44f6087b94
19 changed files with 47 additions and 48 deletions

View File

@@ -216,7 +216,7 @@
#define HAVE_UNISTD_H 1
/* Define if you have the <winsock2.h> header file. */
/* #undef HAVE_WINSOCK2_H */
#define HAVE_WINSOCK2_H
/* Name of package */
#define PACKAGE "libdnet"
@@ -228,7 +228,7 @@
#define VERSION "1.10"
/* Define for faster code generation. */
/* #undef WIN32_LEAN_AND_MEAN */
#define WIN32_LEAN_AND_MEAN
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
@@ -261,10 +261,6 @@
# define _SOCKADDR_LEN 1
#endif
#ifndef HAVE_INET_PTON
int inet_pton(int, const char *, void *);
#endif
#ifndef HAVE_STRLCAT
int strlcat(char *, const char *, int);
#endif