diff options
Diffstat (limited to 'configure.seed')
-rw-r--r-- | configure.seed | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.seed b/configure.seed index 1e65e047d..2533aa82b 100644 --- a/configure.seed +++ b/configure.seed @@ -217,6 +217,9 @@ if test "${with_pcre+set}" = set; then : fi fi +# TCP segments management (buffer, sort and reassembly the segments) +FRAG_MAN_ENABLED=1 +AC_DEFINE_UNQUOTED(FRAG_MAN, ${FRAG_MAN_ENABLED}, [Enable the TCP segments fragmentation management]) AC_CONFIG_FILES([Makefile example/Makefile example/Makefile.dpdk tests/Makefile tests/unit/Makefile tests/dga/Makefile libndpi.pc src/include/ndpi_define.h src/lib/Makefile python/Makefile fuzz/Makefile src/include/ndpi_api.h]) AC_CONFIG_FILES([tests/do.sh], [chmod +x tests/do.sh]) @@ -241,4 +244,5 @@ AC_SUBST(JSONC_CFLAGS) AC_SUBST(JSONC_LIBS) AC_SUBST(GCRYPT_ENABLED) AC_SUBST(GNU_PREFIX) +AC_SUBST(FRAG_MAN_ENABLED) AC_OUTPUT |