Actions
Bug #1023
closedHAVE_INET_NTOP doesn't imply HAVE_IPV6 on Cygwin (src/sys-socket.h)
ASK QUESTIONS IN Forums:
Description
In SVN trunk revision 1629, src/sys-socket.h causes HAVE_IPV6 to be defined if HAVE_INET_NTOP is defined. This is not correct on Cygwin, causing compilation errors in several files. The following patch fixes those compiler errors, but I do not know if the resulting behavior is correct:
Index: src/sys-socket.h
===================================================================
--- src/sys-socket.h (revision 1629)
+++ src/sys-socket.h (working copy)@ -45,11 +45,13
@
#endif /* !_WIN32 */
#ifdef HAVE_INET_NTOP
#ifndef CYGWIN
/* only define it if it isn't defined yet */
#ifndef HAVE_IPV6
#define HAVE_IPV6
#endif
#endif
#endif
typedef union {
#ifdef HAVE_IPV6
Updated by eb almost 18 years ago
Sorry, the Version for this should be 1.5.x-svn
Updated by gstrauss over 8 years ago
- Description updated (diff)
- Target version set to 1.5.0
Updated by gstrauss over 8 years ago
- Assignee deleted (
jan) - Missing in 1.5.x set to Yes
Actions
Also available in: Atom