Module: sip-router
Branch: andrei/raw_sock
Commit: 83a82189aa73b2175939e496b707588a94d669d6
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=83a8218…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Tue Aug 10 11:04:33 2010 +0200
core: include raw socket support in version info
---
version.h | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/version.h b/version.h
index 1c60539..3c3783f 100644
--- a/version.h
+++ b/version.h
@@ -79,6 +79,13 @@
#endif
+#ifdef USE_RAW_SOCKS
+#define USE_RAW_SOCKS_STR ", USE_RAW_SOCKS"
+#else
+#define USE_RAW_SOCKS_STR ""
+#endif
+
+
#ifdef DISABLE_NAGLE
#define DISABLE_NAGLE_STR ", DISABLE_NAGLE"
#else
@@ -337,7 +344,7 @@
#define SER_COMPILE_FLAGS \
STATS_STR EXTRA_DEBUG_STR USE_IPV6_STR USE_TCP_STR USE_TLS_STR \
- USE_SCTP_STR CORE_TLS_STR TLS_HOOKS_STR \
+ USE_SCTP_STR CORE_TLS_STR TLS_HOOKS_STR USE_RAW_SOCKS_STR \
USE_STUN_STR DISABLE_NAGLE_STR USE_MCAST_STR NO_DEBUG_STR NO_LOG_STR \
NO_SIG_DEBUG_STR DNS_IP_HACK_STR SHM_MEM_STR SHM_MMAP_STR PKG_MALLOC_STR \
F_MALLOC_STR DL_MALLOC_STR SF_MALLOC_STR LL_MALLOC_STR \