mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 15:09:59 -04:00
[v9_10] corrections for win32/win64 builds
This commit is contained in:
parent
aa2f9dae5a
commit
9cad382ec7
3 changed files with 7 additions and 2 deletions
|
|
@ -314,6 +314,9 @@ typedef __int64 off_t;
|
|||
/* Define to the flags type used by getnameinfo(3). */
|
||||
#define IRS_GETNAMEINFO_FLAGS_T int
|
||||
|
||||
/* Define to the sockaddr length type used by getnameinfo(3). */
|
||||
#define IRS_GETNAMEINFO_SOCKLEN_T socklen_t
|
||||
|
||||
/* Define to enable the "filter-aaaa-on-v4" and "filter-aaaa-on-v6" options.
|
||||
*/
|
||||
@ALLOW_FILTER_AAAA@
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@ dns_adb_noedns
|
|||
dns_adb_plainresponse
|
||||
dns_adb_probesize
|
||||
dns_adb_probesize2
|
||||
dns_adb_probesize512
|
||||
dns_adb_setadbsize
|
||||
dns_adb_setudpsize
|
||||
dns_adb_setsit
|
||||
|
|
|
|||
|
|
@ -480,9 +480,11 @@ isc_portset_isset
|
|||
isc_portset_nports
|
||||
isc_portset_remove
|
||||
isc_portset_removerange
|
||||
@IF UNIXONLY
|
||||
isc_print_snprintf
|
||||
isc_print_sprintf
|
||||
isc_print_vsnprintf
|
||||
@END UNIXONLY
|
||||
isc_quota_attach
|
||||
isc_quota_destroy
|
||||
isc_quota_detach
|
||||
|
|
@ -575,7 +577,7 @@ isc_sockaddr_pf
|
|||
isc_sockaddr_setport
|
||||
isc_sockaddr_totext
|
||||
isc_sockaddr_v6fromin
|
||||
isc_socket_accept
|
||||
@IF UNIXONLY
|
||||
isc_socket_attach
|
||||
isc_socket_bind
|
||||
isc_socket_cancel
|
||||
|
|
@ -611,6 +613,7 @@ isc_socketmgr_create
|
|||
isc_socketmgr_create2
|
||||
isc_socketmgr_createinctx
|
||||
isc_socketmgr_destroy
|
||||
@END UNIXONLY
|
||||
@IF LIBXML2
|
||||
isc_socketmgr_renderxml
|
||||
@END LIBXML2
|
||||
|
|
|
|||
Loading…
Reference in a new issue