mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Removing the --disable-nbdns config option.
- Asynchronous DNS resolver support assumed by default - HAVE_ASYNC_DNS, HAVE_NB_DNS, and USE_NB_DNS preprocessor definitions removed - In the process, I added FindBIND and CheckNameserCompat CMake modules
This commit is contained in:
parent
13569aaab7
commit
570ee48cd9
11 changed files with 111 additions and 86 deletions
|
@ -37,16 +37,16 @@ set(ENABLE_DEBUG false
|
|||
set(ENABLE_PERFTOOLS false
|
||||
CACHE STRING "use Google's perftools" FORCE)
|
||||
|
||||
set(USE_NB_DNS true
|
||||
CACHE BOOL "Use non-blocking DNS support" FORCE)
|
||||
|
||||
##
|
||||
## Configure Dependencies for Non-Standard Paths
|
||||
##
|
||||
|
||||
# Uncomment to specific a custom prefix containing the OpenSSL installation.
|
||||
# Uncomment to specify a custom prefix containing the OpenSSL installation.
|
||||
#set(OPENSSL_ROOT_DIR path/to/your/openssl)
|
||||
|
||||
# Uncomment to specify a custom prefix containing the BIND installation.
|
||||
#set(BIND_ROOT_DIR path/to/your/bind)
|
||||
|
||||
# Uncomment to specify a custom prefix that contains the libpcap installation.
|
||||
#set(PCAP_ROOT path/to/your/pcap)
|
||||
|
||||
|
@ -59,7 +59,6 @@ set(USE_NB_DNS true
|
|||
# TODO: more dependencies:
|
||||
# Flex
|
||||
# Bison
|
||||
# BIND8
|
||||
# Perl?
|
||||
# BinPAC
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue