1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Declare presence of sin6_scope_id.

This commit is contained in:
hniksic 2005-08-10 07:29:55 -07:00
parent 481443d337
commit 47aa191838
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-08-10 Hrvoje Niksic <hniksic@xemacs.org>
* config.h (HAVE_SOCKADDR_IN6_SCOPE_ID): According to MSDN,
Winsock supports sin6_scope_id.
2005-07-08 Gisle Vanem <giva@bgnett.no>
* config-compiler.h: Reintroduced Watcom support.

View File

@ -80,7 +80,7 @@
#define HAVE_SNPRINTF 1
/* Define if struct sockaddr_in6 has the sin6_scope_id member */
/* #undef HAVE_SOCKADDR_IN6_SCOPE_ID */
#define HAVE_SOCKADDR_IN6_SCOPE_ID 1
/* Define when using Solaris MD5. */
/* #undef HAVE_SOLARIS_MD5 */