diff options
Diffstat (limited to 'nt/mingw-cfg.site')
-rw-r--r-- | nt/mingw-cfg.site | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site index 05034fedd48..ff9df60c275 100644 --- a/nt/mingw-cfg.site +++ b/nt/mingw-cfg.site @@ -68,6 +68,10 @@ ac_cv_func_getsockname=yes ac_cv_func_getpeername=yes # Implemented as sys_socket in w32.c ac_cv_func_socket=yes +# Implemented as sys_getaddrinfo in w32.c +ac_cv_func_getaddrinfo=yes +# Implemented as an inline function in ws2tcpip.h +ac_cv_func_gai_strerror=yes # Implemented in w32.c ac_cv_func_mkostemp=yes ac_cv_func_readlink=yes |