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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user