mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
third_party/resolv_wrapper: fix HAVE_RESOLV_IPV6_NSADDRS for struct __res_state
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
b2050db67b
commit
c0ed5bd050
2
third_party/resolv_wrapper/wscript
vendored
2
third_party/resolv_wrapper/wscript
vendored
@ -28,7 +28,7 @@ def configure(conf):
|
||||
|
||||
conf.CHECK_HEADERS('resolv.h')
|
||||
|
||||
conf.CHECK_STRUCTURE_MEMBER('struct _res_state',
|
||||
conf.CHECK_STRUCTURE_MEMBER('struct __res_state',
|
||||
'_u._ext.nsaddrs',
|
||||
headers='resolv.h',
|
||||
define='HAVE_RESOLV_IPV6_NSADDRS')
|
||||
|
Reference in New Issue
Block a user