Module: kamailio
Branch: master
Commit: b6e8422b8969daabb1259f00edc17f580a96e90f
URL:
https://github.com/kamailio/kamailio/commit/b6e8422b8969daabb1259f00edc17f5…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: 2018-12-26T21:29:33+01:00
Makefile: remove "pingtel hack" #define from 2002 in Makefile
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/b6e8422b8969daabb1259f00edc17f5…
Patch:
https://github.com/kamailio/kamailio/commit/b6e8422b8969daabb1259f00edc17f5…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 3512666e0e..09260d1cbd 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -575,10 +575,6 @@ data_target = $(prefix)/$(data_dir)
# -DNOSMP
# don't use smp compliant locking (faster but won't work on SMP machines)
# (not yet enabled) (FAST_LOCK)
-# -DNO_PINGTEL_TAG_HACK
-# if enabled, To-header-field will be less liberal and will not accept
-# 'tag=' (tag parameter with equal sign and without value); it is called
-# this way because such message was sighted from a Pingtel phone
# -DUSE_TCP
# compiles in tcp support
# -DDISABLE_NAGLE