1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-19 20:59:01 +00:00

Don't define HAVE_SYS_SOCKET_H in dnet_winconfig.h. That it was wrongly

defined was noticed by Gisle Vanem. It makes no difference because this
macro isn't used in any source files for Windows (or any platform).
This commit is contained in:
david
2010-11-29 20:30:52 +00:00
parent 77a4235fc4
commit 33f3645ecd

View File

@@ -195,7 +195,7 @@
/* #undef HAVE_SYS_NDD_VAR_H */
/* Define if you have the <sys/socket.h> header file. */
#define HAVE_SYS_SOCKET_H 1
/* #undef HAVE_SYS_SOCKET_H */
/* Define if you have the <sys/sockio.h> header file. */
/* #undef HAVE_SYS_SOCKIO_H */