mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Lay out initial parts for the Storage framework
This includes a manager, component manager, BIF and script code, and parts to support new storage backend plugins.
This commit is contained in:
parent
3d6e7c85b0
commit
2ea0f3e70a
32 changed files with 874 additions and 1 deletions
|
@ -1143,6 +1143,7 @@ include(FindKqueue)
|
|||
|
||||
include(FindPrometheusCpp)
|
||||
include_directories(BEFORE "auxil/out_ptr/include")
|
||||
include_directories(BEFORE "auxil/expected-lite/include")
|
||||
|
||||
if ((OPENSSL_VERSION VERSION_EQUAL "1.1.0") OR (OPENSSL_VERSION VERSION_GREATER "1.1.0"))
|
||||
set(ZEEK_HAVE_OPENSSL_1_1 true CACHE INTERNAL "" FORCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue