|
@@ -45,7 +45,6 @@ endif()
|
|
option(KMSTATS "Kamailio statistics" ON)
|
|
option(KMSTATS "Kamailio statistics" ON)
|
|
option(FMSTATS "Fast memory statistics" ON)
|
|
option(FMSTATS "Fast memory statistics" ON)
|
|
option(WITHAS "With Application server support" ON)
|
|
option(WITHAS "With Application server support" ON)
|
|
-option(SCTP "SCTP support" ON)
|
|
|
|
option(RAW_SOCKS "Raw sockets support" ON)
|
|
option(RAW_SOCKS "Raw sockets support" ON)
|
|
option(MEMPKG "Package memory or sys " ON)
|
|
option(MEMPKG "Package memory or sys " ON)
|
|
|
|
|
|
@@ -80,7 +79,6 @@ option(USE_DST_BLOCKLIST "Use destination blacklist" ON)
|
|
option(HAVE_RESOLV_RES "Have resolv_res" ON)
|
|
option(HAVE_RESOLV_RES "Have resolv_res" ON)
|
|
|
|
|
|
option(KSR_PTHREAD_MUTEX_SHARED "Use shared mutex for TLS" ON)
|
|
option(KSR_PTHREAD_MUTEX_SHARED "Use shared mutex for TLS" ON)
|
|
-option(FMSTATS "Fast memory statistics" ON)
|
|
|
|
option(STATISTICS "Statistics" ON)
|
|
option(STATISTICS "Statistics" ON)
|
|
# if(${MEMPKG}) target_compile_definitions(common INTERFACE PKG_MALLOC) else()
|
|
# if(${MEMPKG}) target_compile_definitions(common INTERFACE PKG_MALLOC) else()
|
|
# if(${MEMDBGSYS}) target_compile_definitions(common INTERFACE DDBG_SYS_MEMORY)
|
|
# if(${MEMDBGSYS}) target_compile_definitions(common INTERFACE DDBG_SYS_MEMORY)
|
|
@@ -271,8 +269,6 @@ if(NO_DEV_POLL)
|
|
target_compile_definitions(common INTERFACE NO_DEV_POLL)
|
|
target_compile_definitions(common INTERFACE NO_DEV_POLL)
|
|
endif()
|
|
endif()
|
|
|
|
|
|
-# if(USE_SCTP) target_compile_definitions(common INTERFACE USE_SCTP) endif()
|
|
|
|
-
|
|
|
|
if(RAW_SOCKS)
|
|
if(RAW_SOCKS)
|
|
target_compile_definitions(common INTERFACE RAW_SOCKS)
|
|
target_compile_definitions(common INTERFACE RAW_SOCKS)
|
|
endif()
|
|
endif()
|