Add fd setsize configuration.

This commit is contained in:
Jim Hague 2019-10-24 11:15:41 +01:00
parent 5f3d5191b0
commit 07e617579d
2 changed files with 3 additions and 0 deletions

View File

@ -117,6 +117,7 @@ if ((NOT ENABLE_SHARED) AND (NOT ENABLE_STATIC))
endif ()
set(DNSSEC_ROADBLOCK_AVOIDANCE ON CACHE BOOL "Enable/disable DNSSEC roadblock avoidance.")
set(FD_SETSIZE "" CACHE STRING "Set maximum file descriptor number that can be used by select.")
set(MAX_UDP_BACKOFF 1000 CACHE STRING "Set the maximum number of messages that can be sent to other upstreams before the upstream which has previously timed out will be tried again.")
set(STUB_NATIVE_DNSSEC ON CACHE BOOL "Enable/disable native stub DNSSEC support.")

View File

@ -164,6 +164,8 @@
#cmakedefine STRPTIME_WORKS 1
#cmakedefine FD_SETSIZE @FD_SETSIZE@
#cmakedefine HAVE_TARGET_ENDIANNESS
#cmakedefine TARGET_IS_BIG_ENDIAN