# This is the CMakeCache file.
# For build in directory: /usr/src/bro-2.5.3/build
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Path to a file.
BIND_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
BIND_LIBRARY:FILEPATH=/usr/lib64/libresolv.so

//Path to a file.
BIND_ROOT_DIR:PATH=/usr

//path to the bison executable
BISON_EXECUTABLE:FILEPATH=/usr/bin/bison

//No help, variable specified on the command line.
BROKER_PYTHON_BINDINGS:BOOL=false

//No help, variable specified on the command line.
BRO_DIST:PATH=/usr/src/bro-2.5.3

//No help, variable specified on the command line.
BRO_ETC_INSTALL_DIR:PATH=/etc/bro

//Bro executable binary
BRO_EXE:STRING=bro

//Path to Bro executable binary
BRO_EXE_PATH:STRING=/usr/src/bro-2.5.3/build/src/bro

//No help, variable specified on the command line.
BRO_LOG_DIR:PATH=/var/log/bro

//No help, variable specified on the command line.
BRO_PLUGIN_INSTALL_PATH:PATH=/usr/lib64/bro/plugins

//No help, variable specified on the command line.
BRO_ROOT_DIR:PATH=/usr

//No help, variable specified on the command line.
BRO_SCRIPT_INSTALL_PATH:STRING=/usr/share/bro

//No help, variable specified on the command line.
BRO_SPOOL_DIR:PATH=/var/spool/bro

//No help, variable specified on the command line.
BUILD_SHARED_LIBS:BOOL=true

//Value Computed by CMake
BinPAC_BINARY_DIR:STATIC=/usr/src/bro-2.5.3/build/aux/binpac

//BinPAC executable
BinPAC_EXE:STRING=binpac

//BinPAC header directories
BinPAC_INCLUDE_DIR:STRING=/usr/src/bro-2.5.3/aux/binpac/lib;/usr/src/bro-2.5.3/build/aux/binpac/lib

//BinPAC static library
BinPAC_LIBRARY:STRING=binpac_lib

//Path to a file.
BinPAC_ROOT_DIR:PATH=BinPAC_ROOT_DIR-NOTFOUND

//No help, variable specified on the command line.
BinPAC_SKIP_INSTALL:BOOL=false

//Value Computed by CMake
BinPAC_SOURCE_DIR:STATIC=/usr/src/bro-2.5.3/aux/binpac

//Value Computed by CMake
BroAux_BINARY_DIR:STATIC=/usr/src/bro-2.5.3/build/aux/bro-aux

//Value Computed by CMake
BroAux_SOURCE_DIR:STATIC=/usr/src/bro-2.5.3/aux/bro-aux

//Value Computed by CMake
BroControl_BINARY_DIR:STATIC=/usr/src/bro-2.5.3/build/aux/broctl

//Value Computed by CMake
BroControl_SOURCE_DIR:STATIC=/usr/src/bro-2.5.3/aux/broctl

//Value Computed by CMake
Bro_BINARY_DIR:STATIC=/usr/src/bro-2.5.3/build

//Value Computed by CMake
Bro_SOURCE_DIR:STATIC=/usr/src/bro-2.5.3

//Value Computed by CMake
Broccoli_BINARY_DIR:STATIC=/usr/src/bro-2.5.3/build/aux/broccoli

//Broccoli header directory
Broccoli_INCLUDE_DIR:STRING=/usr/src/bro-2.5.3/build/aux/broccoli/src

//Broccoli library
Broccoli_LIBRARY:STRING=broccoli

//Path to a file.
Broccoli_ROOT_DIR:PATH=Broccoli_ROOT_DIR-NOTFOUND

//Value Computed by CMake
Broccoli_SOURCE_DIR:STATIC=/usr/src/bro-2.5.3/aux/broccoli

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++

//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar

//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release builds for minimum
// size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O2 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc

//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar

//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib

//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O2 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF

//No help, variable specified on the command line.
CMAKE_INSTALL_PREFIX:PATH=/usr

//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=Bro

//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//No help, variable specified on the command line.
CMAKE_SKIP_RPATH:BOOL=true

//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//No help, variable specified on the command line.
CPACK_SOURCE_IGNORE_FILES:STRING=

//No help, variable specified on the command line.
DISABLE_PERFTOOLS:BOOL=false

//No help, variable specified on the command line.
DISABLE_RUBY_BINDINGS:BOOL=true

//Path to a program.
DPKGSHLIB_EXE:FILEPATH=DPKGSHLIB_EXE-NOTFOUND

//No help, variable specified on the command line.
ENABLE_BROKER:BOOL=false

//No help, variable specified on the command line.
ENABLE_DEBUG:BOOL=true

//No help, variable specified on the command line.
ENABLE_JEMALLOC:BOOL=false

//No help, variable specified on the command line.
ENABLE_MOBILE_IPV6:BOOL=true

//No help, variable specified on the command line.
ENABLE_PERFTOOLS:BOOL=false

//No help, variable specified on the command line.
ENABLE_PERFTOOLS_DEBUG:BOOL=false

//path to the flex executable
FLEX_EXECUTABLE:FILEPATH=/usr/bin/flex

//Path to the flex headers
FLEX_INCLUDE_DIR:PATH=/usr/include

//Path to the fl library
FL_LIBRARY:FILEPATH=FL_LIBRARY-NOTFOUND

//Path to a file.
GooglePerftools_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
GooglePerftools_LIBRARIES:FILEPATH=/usr/lib64/libtcmalloc.so

//Path to a library.
GooglePerftools_LIBRARIES_DEBUG:FILEPATH=/usr/lib64/libtcmalloc_and_profiler.so

//Path to a file.
GooglePerftools_ROOT_DIR:PATH=/usr

//No help, variable specified on the command line.
INSTALL_AUX_TOOLS:BOOL=true

//No help, variable specified on the command line.
INSTALL_BROCCOLI:BOOL=true

//No help, variable specified on the command line.
INSTALL_BROCTL:BOOL=true

//No help, variable specified on the command line.
INSTALL_LIB_DIR:PATH=/usr/lib64

//Path to a file.
LibGeoIP_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
LibGeoIP_LIBRARY:FILEPATH=/usr/lib64/libGeoIP.so

//Path to a file.
LibGeoIP_ROOT_DIR:PATH=/usr

//Path to a library.
OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/lib64/libcrypto.so

//Path to a file.
OPENSSL_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
OPENSSL_SSL_LIBRARY:FILEPATH=/usr/lib64/libssl.so

//Path to a file.
PCAP_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
PCAP_LIBRARY:FILEPATH=/usr/lib64/libpcap.so

//Path to a file.
PCAP_ROOT_DIR:PATH=/usr

//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config

PYTHON_CONFIG:PATH=/usr/bin/python2.7-config

//Path to a program.
PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python

//No help, variable specified on the command line.
PY_MOD_INSTALL_DIR:PATH=/usr/lib/python2.7/site-packages

//Value Computed by CMake
PyBroccoli_BINARY_DIR:STATIC=/usr/src/bro-2.5.3/build/aux/broccoli/bindings/broccoli-python

//Value Computed by CMake
PyBroccoli_SOURCE_DIR:STATIC=/usr/src/bro-2.5.3/aux/broccoli/bindings/broccoli-python

//Path to a program.
RPMBUILD_EXE:FILEPATH=/usr/bin/rpmbuild

//Path to a program.
SED_EXE:FILEPATH=/usr/bin/sed

//Path to a program.
SENDMAIL:FILEPATH=SENDMAIL-NOTFOUND

//Path to a file.
SWIG_DIR:PATH=/usr/share/swig/3.0.12

//Path to a program.
SWIG_EXECUTABLE:FILEPATH=/usr/bin/swig

//Swig version
SWIG_VERSION:STRING=3.0.12

//Path to a file.
ZLIB_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libz.so

//Dependencies for the target
_broccoli_intern_LIB_DEPENDS:STATIC=general;broccoli;general;-lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic;

//Path to a program.
bash_interp:FILEPATH=/usr/bin/bash

//Dependencies for target
binpac_lib_LIB_DEPENDS:STATIC=

//Dependencies for target
bro_analyzer_LIB_DEPENDS:STATIC=

//Dependencies for target
bro_broker_dummy_LIB_DEPENDS:STATIC=

//Dependencies for target
bro_broxygen_LIB_DEPENDS:STATIC=

//Dependencies for target
bro_file_analysis_LIB_DEPENDS:STATIC=

//Dependencies for target
bro_input_LIB_DEPENDS:STATIC=

//Dependencies for target
bro_iosource_LIB_DEPENDS:STATIC=

//Dependencies for target
bro_logging_LIB_DEPENDS:STATIC=

//Dependencies for target
bro_probabilistic_LIB_DEPENDS:STATIC=

//Dependencies for the target
broccoliStatic_LIB_DEPENDS:STATIC=general;/usr/lib64/libssl.so;general;/usr/lib64/libcrypto.so;general;/usr/lib64/libresolv.so;

//Dependencies for the target
broccoli_LIB_DEPENDS:STATIC=general;/usr/lib64/libssl.so;general;/usr/lib64/libcrypto.so;general;/usr/lib64/libresolv.so;

//Name of the computer/site where compile is being run
hostname:STRING=unknown

//Dependencies for target
plugin-Bro-ARP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-AYIYA_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-AsciiReader_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-AsciiWriter_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-BackDoor_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-BenchmarkReader_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-BinaryReader_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-BitTorrent_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-ConnSize_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-DCE_RPC_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-DHCP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-DNP3_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-DNS_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-FTP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-FileDataEvent_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-FileEntropy_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-FileExtract_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-FileHash_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-File_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-Finger_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-GSSAPI_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-GTPv1_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-Gnutella_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-HTTP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-ICMP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-IMAP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-IRC_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-Ident_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-InterConn_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-KRB_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-Login_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-MIME_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-Modbus_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-MySQL_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-NCP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-NTLM_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-NTP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-NetBIOS_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-NoneWriter_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-PE_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-PIA_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-POP3_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-Pcap_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-RADIUS_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-RDP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-RFB_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-RPC_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-RawReader_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-SIP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-SMB_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-SMTP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-SNMP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-SOCKS_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-SQLiteReader_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-SQLiteWriter_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-SSH_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-SSL_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-SteppingStone_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-Syslog_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-TCP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-Teredo_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-UDP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-Unified2_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-X509_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-XMPP_LIB_DEPENDS:STATIC=

//Dependencies for target
plugin-Bro-ZIP_LIB_DEPENDS:STATIC=


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: BIND_INCLUDE_DIR
BIND_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BIND_LIBRARY
BIND_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BIND_ROOT_DIR
BIND_ROOT_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BISON_EXECUTABLE
BISON_EXECUTABLE-ADVANCED:INTERNAL=1
BRO_PLUGIN_BASE:INTERNAL=/usr/src/bro-2.5.3/build/src/logging/writers/sqlite
BRO_PLUGIN_BIF:INTERNAL=/usr/src/bro-2.5.3/build/src/logging/writers/sqlite/lib/bif
BRO_PLUGIN_INTERNAL_BUILD:INTERNAL=true
BRO_PLUGIN_LIB:INTERNAL=/usr/src/bro-2.5.3/build/src/logging/writers/sqlite/lib
BRO_PLUGIN_MAGIC:INTERNAL=/usr/src/bro-2.5.3/build/src/logging/writers/sqlite/__bro_plugin__
BRO_PLUGIN_README:INTERNAL=/usr/src/bro-2.5.3/build/src/logging/writers/sqlite/README
BRO_PLUGIN_SCRIPTS:INTERNAL=/usr/src/bro-2.5.3/build/src/logging/writers/sqlite/scripts
BRO_PLUGIN_SCRIPTS_SRC:INTERNAL=/usr/src/bro-2.5.3/src/logging/writers/sqlite/scripts
//ADVANCED property for variable: BinPAC_EXE
BinPAC_EXE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BinPAC_INCLUDE_DIR
BinPAC_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BinPAC_LIBRARY
BinPAC_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BinPAC_ROOT_DIR
BinPAC_ROOT_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Broccoli_INCLUDE_DIR
Broccoli_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Broccoli_LIBRARY
Broccoli_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Broccoli_ROOT_DIR
Broccoli_ROOT_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/usr/src/bro-2.5.3/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=10
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Have symbol pthread_create
CMAKE_HAVE_LIBC_CREATE:INTERNAL=
//Have library pthreads
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
//Have library pthread
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/usr/src/bro-2.5.3
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=96
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(unsigned short)
CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Test DO_SOCK_DECL
DO_SOCK_DECL:INTERNAL=
//Details about finding BIND
FIND_PACKAGE_MESSAGE_DETAILS_BIND:INTERNAL=[/usr/lib64/libresolv.so][/usr/include][v()]
//Details about finding BISON
FIND_PACKAGE_MESSAGE_DETAILS_BISON:INTERNAL=[/usr/bin/bison][v()]
//Details about finding BinPAC
FIND_PACKAGE_MESSAGE_DETAILS_BinPAC:INTERNAL=[binpac][binpac_lib][/usr/src/bro-2.5.3/aux/binpac/lib;/usr/src/bro-2.5.3/build/aux/binpac/lib][v()]
//Details about finding Broccoli
FIND_PACKAGE_MESSAGE_DETAILS_Broccoli:INTERNAL=[broccoli][/usr/src/bro-2.5.3/build/aux/broccoli/src][v()]
//Details about finding FLEX
FIND_PACKAGE_MESSAGE_DETAILS_FLEX:INTERNAL=[/usr/bin/flex][v2.6.1()]
//Details about finding GooglePerftools
FIND_PACKAGE_MESSAGE_DETAILS_GooglePerftools:INTERNAL=[/usr/lib64/libtcmalloc.so][/usr/lib64/libtcmalloc_and_profiler.so][/usr/include][v()]
//Details about finding LibGeoIP
FIND_PACKAGE_MESSAGE_DETAILS_LibGeoIP:INTERNAL=[/usr/lib64/libGeoIP.so][/usr/include][v()]
//Details about finding OpenSSL
FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/lib64/libcrypto.so][/usr/include][v1.0.2m()]
//Details about finding PCAP
FIND_PACKAGE_MESSAGE_DETAILS_PCAP:INTERNAL=[/usr/lib64/libpcap.so][/usr/include][v()]
//Details about finding PythonDev
FIND_PACKAGE_MESSAGE_DETAILS_PythonDev:INTERNAL=[/usr/bin/python2.7-config][/usr/include/python2.7;/usr/include/python2.7][-lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic][v()]
//Details about finding PythonInterp
FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python][v2.7.14()]
//Details about finding SWIG
FIND_PACKAGE_MESSAGE_DETAILS_SWIG:INTERNAL=[/usr/bin/swig][/usr/share/swig/3.0.12][v3.0.12()]
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
//Details about finding ZLIB
FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib64/libz.so][/usr/include][v1.2.11()]
//Details about finding tcmalloc
FIND_PACKAGE_MESSAGE_DETAILS_tcmalloc:INTERNAL=[/usr/lib64/libtcmalloc.so][v()]
//ADVANCED property for variable: FLEX_EXECUTABLE
FLEX_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FLEX_INCLUDE_DIR
FLEX_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FL_LIBRARY
FL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GooglePerftools_INCLUDE_DIR
GooglePerftools_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GooglePerftools_LIBRARIES
GooglePerftools_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GooglePerftools_LIBRARIES_DEBUG
GooglePerftools_LIBRARIES_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GooglePerftools_ROOT_DIR
GooglePerftools_ROOT_DIR-ADVANCED:INTERNAL=1
//Have symbol htonll
HAVE_BYTEORDER_64:INTERNAL=
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE
//Have symbol DLT_PPP_SERIAL
HAVE_DLT_PPP_SERIAL:INTERNAL=1
//Test HAVE_GEOIP_CITY_EDITION_REV0_V6
HAVE_GEOIP_CITY_EDITION_REV0_V6:INTERNAL=1
//Test HAVE_GEOIP_COUNTRY_EDITION_V6
HAVE_GEOIP_COUNTRY_EDITION_V6:INTERNAL=1
//Have function geteuid
HAVE_GETEUID:INTERNAL=1
//Have include getopt.h
HAVE_GETOPT_H:INTERNAL=1
//Have function getopt_long
HAVE_GETOPT_LONG:INTERNAL=1
//Have function getpwuid
HAVE_GETPWUID:INTERNAL=1
//Result of TRY_COMPILE
HAVE_HOST_BIGENDIAN:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_IP6_EXT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_IP6_OPT:INTERNAL=TRUE
//Have symbol IPPROTO_AH
HAVE_IPPROTO_AH:INTERNAL=1
//Have symbol IPPROTO_DSTOPTS
HAVE_IPPROTO_DSTOPTS:INTERNAL=1
//Have symbol IPPROTO_ESP
HAVE_IPPROTO_ESP:INTERNAL=1
//Have symbol IPPROTO_FRAGMENT
HAVE_IPPROTO_FRAGMENT:INTERNAL=1
//Have symbol IPPROTO_HOPOPTS
HAVE_IPPROTO_HOPOPTS:INTERNAL=1
//Have symbol IPPROTO_ICMPV6
HAVE_IPPROTO_ICMPV6:INTERNAL=1
//Have symbol IPPROTO_IPV4
HAVE_IPPROTO_IPV4:INTERNAL=
//Have symbol IPPROTO_IPV6
HAVE_IPPROTO_IPV6:INTERNAL=1
//Have symbol IPPROTO_NONE
HAVE_IPPROTO_NONE:INTERNAL=1
//Have symbol IPPROTO_ROUTING
HAVE_IPPROTO_ROUTING:INTERNAL=1
//Have function pcap_freecode
HAVE_LIBPCAP_PCAP_FREECODE:INTERNAL=1
//Have function mallinfo
HAVE_MALLINFO:INTERNAL=1
//Have include memory.h
HAVE_MEMORY_H:INTERNAL=1
//Have include netinet/ether.h
HAVE_NETINET_ETHER_H:INTERNAL=1
//Have include sys/socket.h;netinet/in.h;net/if.h;netinet/if_ether.h
HAVE_NETINET_IF_ETHER_H:INTERNAL=1
//Have include sys/socket.h;netinet/in.h;net/if.h;netinet/ip6.h
HAVE_NETINET_IP6_H:INTERNAL=1
//Have include sys/socket.h;net/if.h;net/ethernet.h
HAVE_NET_ETHERNET_H:INTERNAL=1
//Have includes net/ethertypes.h
HAVE_NET_ETHERTYPES_H:INTERNAL=
//Have includes os-proto.h
HAVE_OS_PROTO_H:INTERNAL=
//Have includes pcap-int.h
HAVE_PCAP_INT_H:INTERNAL=
//Have function pcap_get_pfring_id
HAVE_PF_RING:INTERNAL=
//Test HAVE_READLINE_HISTORY_ENTRIES
HAVE_READLINE_HISTORY_ENTRIES:INTERNAL=
//Have includes stdio.h;readline/history.h
HAVE_READLINE_HISTORY_H:INTERNAL=
//Have includes stdio.h;readline/readline.h
HAVE_READLINE_READLINE_H:INTERNAL=
//Have function sigset
HAVE_SIGSET:INTERNAL=1
//Result of TRY_COMPILE
HAVE_SIZEOF_LONG_INT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_LONG_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_UNSIGNED_INT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_VOID_P:INTERNAL=TRUE
//Have include stddef.h
HAVE_STDDEF_H:INTERNAL=1
//Have include stdint.h
HAVE_STDINT_H:INTERNAL=1
//Have function strcasestr
HAVE_STRCASESTR:INTERNAL=1
//Have function strerror
HAVE_STRERROR:INTERNAL=1
//Have function strsep
HAVE_STRSEP:INTERNAL=1
//Have includes sys/ethernet.h
HAVE_SYS_ETHERNET_H:INTERNAL=
//Have include sys/time.h
HAVE_SYS_TIME_H:INTERNAL=1
//Have include sys/types.h
HAVE_SYS_TYPES_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_UINT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_WORDS_BIGENDIAN:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_int32_t:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_socklen_t:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_u_int16_t:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_u_int32_t:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_u_int8_t:INTERNAL=TRUE
//Result of TEST_BIG_ENDIAN
HOST_BIGENDIAN:INTERNAL=0
//CHECK_TYPE_SIZE: sizeof(struct ip6_ext)
IP6_EXT:INTERNAL=2
//CHECK_TYPE_SIZE: sizeof(struct ip6_opt)
IP6_OPT:INTERNAL=2
//Test LIBPCAP_PCAP_COMPILE_NOPCAP_HAS_ERROR_PARAMETER
LIBPCAP_PCAP_COMPILE_NOPCAP_HAS_ERROR_PARAMETER:INTERNAL=
//Test LIBPCAP_PCAP_COMPILE_NOPCAP_NO_ERROR_PARAMETER
LIBPCAP_PCAP_COMPILE_NOPCAP_NO_ERROR_PARAMETER:INTERNAL=1
//ADVANCED property for variable: LibGeoIP_INCLUDE_DIR
LibGeoIP_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LibGeoIP_LIBRARY
LibGeoIP_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LibGeoIP_ROOT_DIR
LibGeoIP_ROOT_DIR-ADVANCED:INTERNAL=1
//Test OPENSSL_CORRECT_VERSION_NUMBER
OPENSSL_CORRECT_VERSION_NUMBER:INTERNAL=1
//Result of TRY_COMPILE
OPENSSL_CORRECT_VERSION_NUMBER_COMPILED:INTERNAL=TRUE
//Result of TRY_RUN
OPENSSL_CORRECT_VERSION_NUMBER_EXITCODE:INTERNAL=0
//ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY
OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1
//Test OPENSSL_D2I_X509_USES_CONST_CHAR
OPENSSL_D2I_X509_USES_CONST_CHAR:INTERNAL=1
//ADVANCED property for variable: OPENSSL_INCLUDE_DIR
OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENSSL_SSL_LIBRARY
OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PCAP_INCLUDE_DIR
PCAP_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PCAP_LIBRARY
PCAP_LIBRARY-ADVANCED:INTERNAL=1
//Test PCAP_LINKS_SOLO
PCAP_LINKS_SOLO:INTERNAL=1
//ADVANCED property for variable: PCAP_ROOT_DIR
PCAP_ROOT_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PYTHON_EXECUTABLE
PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
//Test SIN_LEN
SIN_LEN:INTERNAL=
//CHECK_TYPE_SIZE: sizeof(long int)
SIZEOF_LONG_INT:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(long long)
SIZEOF_LONG_LONG:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(unsigned int)
SIZEOF_UNSIGNED_INT:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(void *)
SIZEOF_VOID_P:INTERNAL=8
//ADVANCED property for variable: SWIG_DIR
SWIG_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SWIG_VERSION
SWIG_VERSION-ADVANCED:INTERNAL=1
//Test SYSLOG_INT
SYSLOG_INT:INTERNAL=
//Have include time.h;sys/time.h
TIME_WITH_SYS_TIME:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(uint)
UINT:INTERNAL=4
//Result of TEST_BIG_ENDIAN
WORDS_BIGENDIAN:INTERNAL=0
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG
ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE
ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
_OPENSSL_CFLAGS:INTERNAL=
_OPENSSL_CFLAGS_I:INTERNAL=
_OPENSSL_CFLAGS_OTHER:INTERNAL=
_OPENSSL_FOUND:INTERNAL=1
_OPENSSL_INCLUDEDIR:INTERNAL=/usr/include
_OPENSSL_INCLUDE_DIRS:INTERNAL=
_OPENSSL_LDFLAGS:INTERNAL=-lssl;-lcrypto
_OPENSSL_LDFLAGS_OTHER:INTERNAL=
_OPENSSL_LIBDIR:INTERNAL=/usr/lib64
_OPENSSL_LIBRARIES:INTERNAL=ssl;crypto
_OPENSSL_LIBRARY_DIRS:INTERNAL=
_OPENSSL_LIBS:INTERNAL=
_OPENSSL_LIBS_L:INTERNAL=
_OPENSSL_LIBS_OTHER:INTERNAL=
_OPENSSL_LIBS_PATHS:INTERNAL=
_OPENSSL_PREFIX:INTERNAL=/usr
_OPENSSL_STATIC_CFLAGS:INTERNAL=
_OPENSSL_STATIC_CFLAGS_I:INTERNAL=
_OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL=
_OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=
_OPENSSL_STATIC_LDFLAGS:INTERNAL=-lssl;-ldl;-lz;-ldl;-lz;-lcrypto;-ldl;-lz
_OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=
_OPENSSL_STATIC_LIBDIR:INTERNAL=
_OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;dl;z;dl;z;crypto;dl;z
_OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=
_OPENSSL_STATIC_LIBS:INTERNAL=
_OPENSSL_STATIC_LIBS_L:INTERNAL=
_OPENSSL_STATIC_LIBS_OTHER:INTERNAL=
_OPENSSL_STATIC_LIBS_PATHS:INTERNAL=
_OPENSSL_VERSION:INTERNAL=1.0.2m
_OPENSSL_openssl_INCLUDEDIR:INTERNAL=
_OPENSSL_openssl_LIBDIR:INTERNAL=
_OPENSSL_openssl_PREFIX:INTERNAL=
_OPENSSL_openssl_VERSION:INTERNAL=
__pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl
__pkg_config_checked__OPENSSL:INTERNAL=1
//automatically generated files
bro_ALL_GENERATED_OUTPUTS:INTERNAL=bif-std-bro.bif;bif-std-stats.bif;bif-std-event.bif;bif-std-const.bif;bif-std-types.bif;bif-std-strings.bif;bif-std-reporter.bif;pac-binpac-lib.pac;pac-binpac_bro-lib.pac;bif-plugin-Bro_ARP-events.bif;pac-analyzer-protocol-ayiya-ayiya.pac;bif-plugin-Bro_BackDoor-events.bif;bif-plugin-Bro_BitTorrent-events.bif;pac-analyzer-protocol-bittorrent-bittorrent.pac;bif-plugin-Bro_ConnSize-events.bif;bif-plugin-Bro_ConnSize-functions.bif;bif-plugin-Bro_DCE_RPC-consts.bif;bif-plugin-Bro_DCE_RPC-types.bif;bif-plugin-Bro_DCE_RPC-events.bif;pac-analyzer-protocol-dce-rpc-dce_rpc.pac;bif-plugin-Bro_DHCP-events.bif;pac-analyzer-protocol-dhcp-dhcp.pac;bif-plugin-Bro_DNP3-events.bif;pac-analyzer-protocol-dnp3-dnp3.pac;bif-plugin-Bro_DNS-events.bif;bif-plugin-Bro_File-events.bif;bif-plugin-Bro_Finger-events.bif;bif-plugin-Bro_FTP-events.bif;bif-plugin-Bro_FTP-functions.bif;bif-plugin-Bro_Gnutella-events.bif;bif-plugin-Bro_GSSAPI-events.bif;pac-analyzer-protocol-gssapi-gssapi.pac;bif-plugin-Bro_GTPv1-events.bif;pac-analyzer-protocol-gtpv1-gtpv1.pac;bif-plugin-Bro_HTTP-events.bif;bif-plugin-Bro_HTTP-functions.bif;bif-plugin-Bro_ICMP-events.bif;bif-plugin-Bro_Ident-events.bif;bif-plugin-Bro_IMAP-events.bif;pac-analyzer-protocol-imap-imap.pac;bif-plugin-Bro_InterConn-events.bif;bif-plugin-Bro_IRC-events.bif;bif-plugin-Bro_KRB-types.bif;bif-plugin-Bro_KRB-events.bif;pac-analyzer-protocol-krb-krb.pac;pac-analyzer-protocol-krb-krb_TCP.pac;bif-plugin-Bro_Login-events.bif;bif-plugin-Bro_Login-functions.bif;bif-plugin-Bro_MIME-events.bif;bif-plugin-Bro_Modbus-events.bif;pac-analyzer-protocol-modbus-modbus.pac;bif-plugin-Bro_MySQL-events.bif;pac-analyzer-protocol-mysql-mysql.pac;bif-plugin-Bro_NCP-events.bif;pac-analyzer-protocol-ncp-ncp.pac;bif-plugin-Bro_NetBIOS-events.bif;bif-plugin-Bro_NetBIOS-functions.bif;bif-plugin-Bro_NTLM-types.bif;bif-plugin-Bro_NTLM-events.bif;pac-analyzer-protocol-ntlm-ntlm.pac;bif-plugin-Bro_NTP-events.bif;bif-plugin-Bro_POP3-events.bif;bif-plugin-Bro_RADIUS-events.bif;pac-analyzer-protocol-radius-radius.pac;bif-plugin-Bro_RDP-events.bif;bif-plugin-Bro_RDP-types.bif;pac-analyzer-protocol-rdp-rdp.pac;bif-plugin-Bro_RFB-events.bif;pac-analyzer-protocol-rfb-rfb.pac;bif-plugin-Bro_RPC-events.bif;bif-plugin-Bro_SIP-events.bif;pac-analyzer-protocol-sip-sip.pac;pac-analyzer-protocol-sip-sip_TCP.pac;bif-plugin-Bro_SNMP-types.bif;bif-plugin-Bro_SNMP-events.bif;pac-analyzer-protocol-snmp-snmp.pac;bif-plugin-Bro_SMB-smb1_com_check_directory.bif;bif-plugin-Bro_SMB-smb1_com_close.bif;bif-plugin-Bro_SMB-smb1_com_create_directory.bif;bif-plugin-Bro_SMB-smb1_com_echo.bif;bif-plugin-Bro_SMB-smb1_com_logoff_andx.bif;bif-plugin-Bro_SMB-smb1_com_negotiate.bif;bif-plugin-Bro_SMB-smb1_com_nt_create_andx.bif;bif-plugin-Bro_SMB-smb1_com_nt_cancel.bif;bif-plugin-Bro_SMB-smb1_com_query_information.bif;bif-plugin-Bro_SMB-smb1_com_read_andx.bif;bif-plugin-Bro_SMB-smb1_com_session_setup_andx.bif;bif-plugin-Bro_SMB-smb1_com_transaction.bif;bif-plugin-Bro_SMB-smb1_com_transaction2.bif;bif-plugin-Bro_SMB-smb1_com_tree_connect_andx.bif;bif-plugin-Bro_SMB-smb1_com_tree_disconnect.bif;bif-plugin-Bro_SMB-smb1_com_write_andx.bif;bif-plugin-Bro_SMB-smb1_events.bif;bif-plugin-Bro_SMB-smb2_com_close.bif;bif-plugin-Bro_SMB-smb2_com_create.bif;bif-plugin-Bro_SMB-smb2_com_negotiate.bif;bif-plugin-Bro_SMB-smb2_com_read.bif;bif-plugin-Bro_SMB-smb2_com_session_setup.bif;bif-plugin-Bro_SMB-smb2_com_set_info.bif;bif-plugin-Bro_SMB-smb2_com_tree_connect.bif;bif-plugin-Bro_SMB-smb2_com_tree_disconnect.bif;bif-plugin-Bro_SMB-smb2_com_write.bif;bif-plugin-Bro_SMB-smb2_events.bif;bif-plugin-Bro_SMB-events.bif;bif-plugin-Bro_SMB-consts.bif;bif-plugin-Bro_SMB-types.bif;pac-analyzer-protocol-smb-smb.pac;bif-plugin-Bro_SMTP-events.bif;bif-plugin-Bro_SMTP-functions.bif;bif-plugin-Bro_SOCKS-events.bif;pac-analyzer-protocol-socks-socks.pac;bif-plugin-Bro_SSH-types.bif;bif-plugin-Bro_SSH-events.bif;pac-analyzer-protocol-ssh-ssh.pac;bif-plugin-Bro_SSL-types.bif;bif-plugin-Bro_SSL-events.bif;bif-plugin-Bro_SSL-functions.bif;pac-analyzer-protocol-ssl-tls-handshake.pac;pac-analyzer-protocol-ssl-ssl.pac;pac-analyzer-protocol-ssl-dtls.pac;bif-plugin-Bro_SteppingStone-events.bif;bif-plugin-Bro_Syslog-events.bif;pac-analyzer-protocol-syslog-syslog.pac;bif-plugin-Bro_TCP-events.bif;bif-plugin-Bro_TCP-functions.bif;bif-plugin-Bro_Teredo-events.bif;bif-plugin-Bro_UDP-events.bif;bif-plugin-Bro_XMPP-events.bif;pac-analyzer-protocol-xmpp-xmpp.pac;bif-alt-analyzer-analyzer.bif;bif-alt-broxygen-broxygen.bif;bif-plugin-Bro_FileEntropy-events.bif;bif-plugin-Bro_FileExtract-events.bif;bif-plugin-Bro_FileExtract-functions.bif;bif-plugin-Bro_FileHash-events.bif;bif-plugin-Bro_PE-events.bif;pac-file_analysis-analyzer-pe-pe.pac;bif-plugin-Bro_Unified2-events.bif;bif-plugin-Bro_Unified2-types.bif;pac-file_analysis-analyzer-unified2-unified2.pac;bif-plugin-Bro_X509-events.bif;bif-plugin-Bro_X509-types.bif;bif-plugin-Bro_X509-functions.bif;bif-alt-file_analysis-file_analysis.bif;bif-plugin-Bro_AsciiReader-ascii.bif;bif-plugin-Bro_BenchmarkReader-benchmark.bif;bif-plugin-Bro_BinaryReader-binary.bif;bif-plugin-Bro_RawReader-raw.bif;bif-plugin-Bro_SQLiteReader-sqlite.bif;bif-alt-input-input.bif;bif-alt-iosource-pcap-pcap.bif;bif-plugin-Bro_AsciiWriter-ascii.bif;bif-plugin-Bro_NoneWriter-none.bif;bif-plugin-Bro_SQLiteWriter-sqlite.bif;bif-alt-logging-logging.bif;bif-alt-probabilistic-bloom-filter.bif;bif-alt-probabilistic-cardinality-counter.bif;bif-alt-probabilistic-top-k.bif;bif-alt-broker-dummy-comm.bif;bif-alt-broker-dummy-data.bif;bif-alt-broker-dummy-messaging.bif;bif-alt-broker-dummy-store.bif
//BIFs for automatic inclusion
bro_AUTO_BIFS:INTERNAL=/usr/src/bro-2.5.3/build/src/analyzer/analyzer.bif;/usr/src/bro-2.5.3/build/src/broxygen/broxygen.bif;/usr/src/bro-2.5.3/build/src/file_analysis/file_analysis.bif;/usr/src/bro-2.5.3/build/src/input/input.bif;/usr/src/bro-2.5.3/build/src/iosource/pcap/pcap.bif;/usr/src/bro-2.5.3/build/src/logging/logging.bif;/usr/src/bro-2.5.3/build/src/probabilistic/bloom-filter.bif;/usr/src/bro-2.5.3/build/src/probabilistic/cardinality-counter.bif;/usr/src/bro-2.5.3/build/src/probabilistic/top-k.bif;/usr/src/bro-2.5.3/build/src/broker-dummy/comm.bif;/usr/src/bro-2.5.3/build/src/broker-dummy/data.bif;/usr/src/bro-2.5.3/build/src/broker-dummy/messaging.bif;/usr/src/bro-2.5.3/build/src/broker-dummy/store.bif
//Bro script stubs for BIFs in base distribution of Bro
bro_BASE_BIF_SCRIPTS:INTERNAL=/usr/src/bro-2.5.3/build/scripts/base/bif/bro.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/stats.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/event.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/const.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/types.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/strings.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/reporter.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/analyzer.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/broxygen.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/file_analysis.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/input.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/pcap.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/logging.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/bloom-filter.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/cardinality-counter.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/top-k.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/comm.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/data.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/messaging.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/store.bif.bro
//Bro script stubs for BIFs in Bro plugins
bro_PLUGIN_BIF_SCRIPTS:INTERNAL=/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_ARP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_BackDoor.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_BitTorrent.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_ConnSize.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_ConnSize.functions.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_DCE_RPC.consts.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_DCE_RPC.types.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_DCE_RPC.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_DHCP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_DNP3.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_DNS.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_File.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_Finger.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_FTP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_FTP.functions.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_Gnutella.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_GSSAPI.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_GTPv1.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_HTTP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_HTTP.functions.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_ICMP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_Ident.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_IMAP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_InterConn.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_IRC.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_KRB.types.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_KRB.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_Login.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_Login.functions.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_MIME.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_Modbus.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_MySQL.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_NCP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_NetBIOS.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_NetBIOS.functions.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_NTLM.types.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_NTLM.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_NTP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_POP3.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_RADIUS.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_RDP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_RDP.types.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_RFB.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_RPC.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SIP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SNMP.types.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SNMP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_check_directory.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_close.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_create_directory.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_echo.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_logoff_andx.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_negotiate.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_nt_create_andx.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_nt_cancel.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_query_information.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_read_andx.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_session_setup_andx.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_transaction.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_transaction2.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_tree_connect_andx.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_tree_disconnect.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_com_write_andx.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb1_events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb2_com_close.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb2_com_create.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb2_com_negotiate.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb2_com_read.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb2_com_session_setup.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb2_com_set_info.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb2_com_tree_connect.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb2_com_tree_disconnect.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb2_com_write.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.smb2_events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.consts.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMB.types.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMTP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SMTP.functions.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SOCKS.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SSH.types.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SSH.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SSL.types.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SSL.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SSL.functions.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SteppingStone.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_Syslog.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_TCP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_TCP.functions.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_Teredo.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_UDP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_XMPP.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_FileEntropy.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_FileExtract.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_FileExtract.functions.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_FileHash.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_PE.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_Unified2.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_Unified2.types.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_X509.events.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_X509.types.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_X509.functions.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_AsciiReader.ascii.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_BenchmarkReader.benchmark.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_BinaryReader.binary.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_RawReader.raw.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SQLiteReader.sqlite.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_AsciiWriter.ascii.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_NoneWriter.none.bif.bro;/usr/src/bro-2.5.3/build/scripts/base/bif/plugins/Bro_SQLiteWriter.sqlite.bif.bro
//plugin libraries
bro_PLUGIN_LIBS:INTERNAL=plugin-Bro-ARP;plugin-Bro-AYIYA;plugin-Bro-BackDoor;plugin-Bro-BitTorrent;plugin-Bro-ConnSize;plugin-Bro-DCE_RPC;plugin-Bro-DHCP;plugin-Bro-DNP3;plugin-Bro-DNS;plugin-Bro-File;plugin-Bro-Finger;plugin-Bro-FTP;plugin-Bro-Gnutella;plugin-Bro-GSSAPI;plugin-Bro-GTPv1;plugin-Bro-HTTP;plugin-Bro-ICMP;plugin-Bro-Ident;plugin-Bro-IMAP;plugin-Bro-InterConn;plugin-Bro-IRC;plugin-Bro-KRB;plugin-Bro-Login;plugin-Bro-MIME;plugin-Bro-Modbus;plugin-Bro-MySQL;plugin-Bro-NCP;plugin-Bro-NetBIOS;plugin-Bro-NTLM;plugin-Bro-NTP;plugin-Bro-PIA;plugin-Bro-POP3;plugin-Bro-RADIUS;plugin-Bro-RDP;plugin-Bro-RFB;plugin-Bro-RPC;plugin-Bro-SIP;plugin-Bro-SNMP;plugin-Bro-SMB;plugin-Bro-SMTP;plugin-Bro-SOCKS;plugin-Bro-SSH;plugin-Bro-SSL;plugin-Bro-SteppingStone;plugin-Bro-Syslog;plugin-Bro-TCP;plugin-Bro-Teredo;plugin-Bro-UDP;plugin-Bro-XMPP;plugin-Bro-ZIP;plugin-Bro-FileDataEvent;plugin-Bro-FileEntropy;plugin-Bro-FileExtract;plugin-Bro-FileHash;plugin-Bro-PE;plugin-Bro-Unified2;plugin-Bro-X509;plugin-Bro-AsciiReader;plugin-Bro-BenchmarkReader;plugin-Bro-BinaryReader;plugin-Bro-RawReader;plugin-Bro-SQLiteReader;plugin-Bro-Pcap;plugin-Bro-AsciiWriter;plugin-Bro-NoneWriter;plugin-Bro-SQLiteWriter
//BIFs for automatic registering
bro_REGISTER_BIFS:INTERNAL=/usr/src/bro-2.5.3/build/src/analyzer/protocol/arp/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/backdoor/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/bittorrent/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/conn-size/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/conn-size/functions.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/dce-rpc/consts.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/dce-rpc/types.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/dce-rpc/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/dhcp/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/dnp3/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/dns/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/file/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/finger/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/ftp/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/ftp/functions.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/gnutella/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/gssapi/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/gtpv1/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/http/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/http/functions.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/icmp/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/ident/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/imap/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/interconn/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/irc/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/krb/types.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/krb/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/login/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/login/functions.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/mime/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/modbus/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/mysql/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/ncp/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/netbios/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/netbios/functions.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/ntlm/types.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/ntlm/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/ntp/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/pop3/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/radius/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/rdp/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/rdp/types.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/rfb/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/rpc/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/sip/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/snmp/types.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/snmp/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_check_directory.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_close.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_create_directory.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_echo.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_logoff_andx.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_negotiate.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_nt_create_andx.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_nt_cancel.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_query_information.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_read_andx.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_session_setup_andx.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_transaction.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_transaction2.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_tree_connect_andx.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_tree_disconnect.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_com_write_andx.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb1_events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb2_com_close.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb2_com_create.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb2_com_negotiate.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb2_com_read.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb2_com_session_setup.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb2_com_set_info.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb2_com_tree_connect.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb2_com_tree_disconnect.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb2_com_write.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/smb2_events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/consts.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smb/types.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smtp/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/smtp/functions.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/socks/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/ssh/types.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/ssh/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/ssl/types.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/ssl/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/ssl/functions.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/stepping-stone/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/syslog/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/tcp/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/tcp/functions.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/teredo/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/udp/events.bif;/usr/src/bro-2.5.3/build/src/analyzer/protocol/xmpp/events.bif;/usr/src/bro-2.5.3/build/src/file_analysis/analyzer/entropy/events.bif;/usr/src/bro-2.5.3/build/src/file_analysis/analyzer/extract/events.bif;/usr/src/bro-2.5.3/build/src/file_analysis/analyzer/extract/functions.bif;/usr/src/bro-2.5.3/build/src/file_analysis/analyzer/hash/events.bif;/usr/src/bro-2.5.3/build/src/file_analysis/analyzer/pe/events.bif;/usr/src/bro-2.5.3/build/src/file_analysis/analyzer/unified2/events.bif;/usr/src/bro-2.5.3/build/src/file_analysis/analyzer/unified2/types.bif;/usr/src/bro-2.5.3/build/src/file_analysis/analyzer/x509/events.bif;/usr/src/bro-2.5.3/build/src/file_analysis/analyzer/x509/types.bif;/usr/src/bro-2.5.3/build/src/file_analysis/analyzer/x509/functions.bif;/usr/src/bro-2.5.3/build/src/input/readers/ascii/ascii.bif;/usr/src/bro-2.5.3/build/src/input/readers/benchmark/benchmark.bif;/usr/src/bro-2.5.3/build/src/input/readers/binary/binary.bif;/usr/src/bro-2.5.3/build/src/input/readers/raw/raw.bif;/usr/src/bro-2.5.3/build/src/input/readers/sqlite/sqlite.bif;/usr/src/bro-2.5.3/build/src/logging/writers/ascii/ascii.bif;/usr/src/bro-2.5.3/build/src/logging/writers/none/none.bif;/usr/src/bro-2.5.3/build/src/logging/writers/sqlite/sqlite.bif
//subdir libraries
bro_SUBDIR_LIBS:INTERNAL=bro_broker_dummy;bro_probabilistic;bro_logging;bro_iosource;bro_input;bro_file_analysis;bro_broxygen;bro_analyzer
//Test cxx11_header_works
cxx11_header_works:INTERNAL=1
//Test have_nameser_header
have_nameser_header:INTERNAL=1
//Test including_ssl_h_works
including_ssl_h_works:INTERNAL=1
//Test ns_initparse_works_libresolv.a
ns_initparse_works_libresolv.a:INTERNAL=
//Test ns_initparse_works_none
ns_initparse_works_none:INTERNAL=
//Test ns_initparse_works_resolv
ns_initparse_works_resolv:INTERNAL=1
//Test openssl_greater_than_0_9_7
openssl_greater_than_0_9_7:INTERNAL=1
prefix_result:INTERNAL=/usr/lib64
//Test res_mkquery_works_libresolv.a
res_mkquery_works_libresolv.a:INTERNAL=1
//Test res_mkquery_works_none
res_mkquery_works_none:INTERNAL=1
//Test res_mkquery_works_resolv
res_mkquery_works_resolv:INTERNAL=1

