mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 13:19:04 +00:00
Merging changes from my vc2008-testing branch. This moves Windows development
to VC++2008.
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
#if !defined(__GNUC__)
|
||||
typedef unsigned int ssize_t;
|
||||
#define snprintf _snprintf
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif
|
||||
#else
|
||||
# include <sys/param.h>
|
||||
|
||||
@@ -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