diff options
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 4dd9701692..14f6b0eeb1 100755 --- a/config_h.SH +++ b/config_h.SH @@ -2794,6 +2794,10 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * structure has a member called sa_len, indicating the length of * the structure. */ +/* HAS_SIN6_SCOPE_ID: + * This symbol, if defined, indicates that the struct sockaddr_in6 + * structure has a member called sin6_scope_id. + */ #$d_socket HAS_SOCKET /**/ #$d_sockpair HAS_SOCKETPAIR /**/ #$d_sockaddr_sa_len HAS_SOCKADDR_SA_LEN /**/ @@ -2803,6 +2807,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$d_msg_peek HAS_MSG_PEEK /**/ #$d_msg_proxy HAS_MSG_PROXY /**/ #$d_scm_rights HAS_SCM_RIGHTS /**/ +#$d_sin6_scope_id HAS_SIN6_SCOPE_ID /**/ /* USE_STAT_BLOCKS: * This symbol is defined if this system has a stat structure declaring |