1 Star 0 Fork 0

codergeek/snort3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.cmake.h.in 4.62 KB
一键复制 编辑 原始数据 按行查看 历史
#ifndef __CONFIG_H__
#define __CONFIG_H__
/*****************************************************************************/
/** **/
/** If you want to change any of these options, go to your build directory, **/
/** and type `ccmake ${PATH_TO_SOURCE}`". Change your options in the GUI. **/
/** Make sure to compile and regenerate the Makefiles when you are done by **/
/** either exiting the GUI by typing `c` following by `g`, or by typing **/
/** `cmake ${PATH_TO_SOURCE}` from your build directory. **/
/** **/
/*****************************************************************************/
/* General Snort++ Information */
/* Name of package */
#define PACKAGE @PROJECT_NAME@
/* Version number of package */
#define VERSION "@VERSION@"
/* Build number for this build */
#cmakedefine BUILD "@BUILD@"
/* see configure.ac for the purpose of API_OPTIONS */
/* there is no cmake magic yet to configure this */
/* but luckily it is not yet needed */
#define API_OPTIONS ""
/* User-configured options */
/* enable debug messages */
#cmakedefine DEBUG_MSGS 1
/* enable profiling */
#cmakedefine PROFILE 1
/* do not generate a core file on segfault etc */
#cmakedefine NOCOREFILE 1
/* enable command shell */
#cmakedefine SHELL 1
/* include internal decoders in binary */
#cmakedefine STATIC_CODECS 1
/* include internal inspectors in binary */
#cmakedefine STATIC_INSPECTORS 1
/* include internal ips actions in binary */
#cmakedefine STATIC_IPS_ACTIONS 1
/* include internal ips options in binary */
#cmakedefine STATIC_IPS_OPTIONS 1
/* include internal loggers in binary */
#cmakedefine STATIC_LOGGERS 1
/* include internal inspectors in binary */
#cmakedefine STATIC_SEARCH_ENGINES 1
/* enable unit tests */
#cmakedefine UNIT_TEST 1
/* enable stdlog */
#cmakedefine USE_STDLOG 1
/* enable tsc clock */
#cmakedefine USE_TSC_CLOCK 1
/* disable snort profiler */
#cmakedefine NO_PROFILER 1
/* enable memory profiler */
#cmakedefine ENABLE_MEMORY_PROFILER 1
/* disable tenant_id */
#cmakedefine DISABLE_TENANT_ID 1
/* enable rule profiler */
#cmakedefine ENABLE_RULE_PROFILER 1
/* enable deep profiling */
#cmakedefine DEEP_PROFILING 1
/* enable new and delete overloads for profiling */
#cmakedefine ENABLE_MEMORY_OVERLOADS 1
/* signal to dump stats */
#cmakedefine SIGNAL_SNORT_DUMP_STATS @SIGNAL_SNORT_DUMP_STATS@
/* signal to reload attribute table */
#cmakedefine SIGNAL_SNORT_READ_ATTR_TBL @SIGNAL_SNORT_READ_ATTR_TBL@
/* signal to reload configuration */
#cmakedefine SIGNAL_SNORT_RELOAD @SIGNAL_SNORT_RELOAD@
/* signal to reload stats */
#cmakedefine SIGNAL_SNORT_ROTATE_STATS @SIGNAL_SNORT_ROTATE_STATS@
/* large pcap options */
#cmakedefine _LARGEFILE_SOURCE 1
#cmakedefine _FILE_OFFSET_BITS @_FILE_OFFSET_BITS@
/* System types and their sizes */
/* The size of `long int', as computed by sizeof. */
#cmakedefine SIZEOF_LONG_INT @SIZEOF_LONG_INT@
/* The size of `unsigned long int', as computed by sizeof. */
#cmakedefine SIZEOF_UNSIGNED_LONG_INT @SIZEOF_UNSIGNED_LONG_INT@
/* Define if words are big endian */
#cmakedefine WORDS_BIGENDIAN 1
/* Header file definitions */
/* Define to 1 if you have the <dumbnet.h> header file. */
#cmakedefine HAVE_DUMBNET_H 1
/* Available libraries */
/* hyperscan available */
#cmakedefine HAVE_HYPERSCAN 1
#cmakedefine HAVE_HS_COMPILE_LIT 1
/* iconv available */
#cmakedefine HAVE_ICONV 1
/* libunwind available */
#cmakedefine HAVE_LIBUNWIND 1
/* lzma available */
#cmakedefine HAVE_LZMA 1
/* safec available */
#cmakedefine HAVE_SAFEC 1
/* jemalloc available */
#cmakedefine HAVE_JEMALLOC 1
/* uuid available */
#cmakedefine HAVE_UUID 1
/* tirpc should be used for RPC database lookups */
#cmakedefine USE_TIRPC 1
/* numa available */
#cmakedefine HAVE_NUMA 1
/* libml available */
#cmakedefine HAVE_LIBML 1
/* Availability of specific library functions */
/* Define to 1 if you have the `malloc_trim' function. */
#cmakedefine HAVE_MALLOC_TRIM 1
/* Define to 1 if you have the `memrchr' function. */
#cmakedefine HAVE_MEMRCHR 1
/* Define to 1 if you have the `sigaction' function. */
#cmakedefine HAVE_SIGACTION 1
/* Define to 1 if you have the GNU form of the `strerror_r' function. */
#cmakedefine HAVE_GNU_STRERROR_R 1
/* Define 1 if you have basename_r function for freebsd < 12.0.0 */
#cmakedefine HAVE_BASENAME_R 1
/* Available compiler options */
/* Define if the compiler supports visibility declarations. */
#cmakedefine HAVE_VISIBILITY 1
/* Define if `thread_local` keyword should be used */
#cmakedefine USE_THREAD_LOCAL 1
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/codergeek/snort3.git
[email protected]:codergeek/snort3.git
codergeek
snort3
snort3
master

搜索帮助