1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-12-07 08:19:15 +00:00

Refactor configure script detection of functions used to set sockets into

non-blocking mode, and decouple function detection from function capability.
This commit is contained in:
Yang Tse
2008-11-13 18:56:56 +00:00
parent 3c2da5eae1
commit 65cafbe109
8 changed files with 891 additions and 189 deletions

View File

@ -11,6 +11,7 @@ include ../packages/DOS/common.dj
include Makefile.inc
CFLAGS += -DWATT32 -DHAVE_AF_INET6 -DHAVE_PF_INET6 -DHAVE_IOCTLSOCKET \
-DHAVE_IOCTLSOCKET_FIONBIO \
-DHAVE_STRUCT_IN6_ADDR -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID \
-DHAVE_SYS_TIME_H -DHAVE_STRUCT_SOCKADDR_IN6 -DHAVE_STRUCT_ADDRINFO \
-DHAVE_SIGNAL_H -DHAVE_SIG_ATOMIC_T -DRETSIGTYPE='void' \