set_if_true (ENABLE_INTEL_SOFT_CPM INTEL_SOFT_CPM)
set_if_true (BUILD_UNIT_TESTS UNIT_TEST)
set_if_true (ENABLE_PROFILE PROFILE)
+set_if_true (ENABLE_SHELL BUILD_SHELL)
+
if(LINUX AND BUILD_CONTROL_SOCKET)
option (ENABLE_DEBUG "Enable debugging options (bugreports and developers only)" ON)
option (ENABLE_GDB "Enable gdb debugging information" ON)
option (ENABLE_PROFILE "Enable profiling options (developers only)" OFF)
-option (ENABLE_SOURCEFIRE "Enable Sourcefire specific build options, encompasing ENABLE_PERFPROFILING and ENABLE_PPM" ON)
+option (ENABLE_SHELL "enable shell support" OFF)
option (ENABLE_COREFILES "Prevent Snort from generating core files" ON)
option (BUILD_HA "Enable high-availability state sharing" OFF)
option (ENABLE_INTEL_SOFT_CPM "Enable Intel Soft CPM support" OFF)
/* Set by user */
#cmakedefine SIGNAL_SNORT_ROTATE_STATS @SIGNAL_SNORT_ROTATE_STATS@
+/* enable ha capable build */
+#cmakedefine BUILD_SHELL 1
+
/* platforms */
--enable-unit-tests Build unit tests
--enable-large-pcap Enable support for pcaps larger than 2 GB
--disable-static-daq Link static DAQ modules.
+ --enable-shell enable command line shell support
+
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--enable-intel-soft-cpm)
append_cache_entry ENABLE_INTEL_SOFT_CPM BOOL true
;;
+ --enable-shell)
+ append_cache_entry ENABLE_SHELL BOOL true
+ ;;
+ --disable-shell)
+ append_cache_entry ENABLE_SHELL BOOL false
+ ;;
--disable-side-channel)
append_cache_entry BUILD_SIDE_CHANNEL BOOL false
;;
snort_manual.txt
overview.txt
errors.txt
+ enviro.txt
+ features.txt
differences.txt
extending.txt
reference.txt
overview.txt \
config_changes.txt \
errors.txt \
+enviro.txt \
+features.txt \
differences.txt \
extending.txt \
reference.txt \
terms.txt \
images/snort.png
+
+
all_sources = \
$(unbuilt_sources) \
$(BUILT_SOURCES)