mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +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:
parent
77a4235fc4
commit
33f3645ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue