[sr-dev] git:master:1c5c755a: core: remove WITH_AS_SUPPORT in Makefile.defs after tm change in 087eecdc22f7ae90

Henning Westerholt hw at skalatan.de
Sun Aug 11 11:55:55 CEST 2019


Module: kamailio
Branch: master
Commit: 1c5c755ab50351ba0b4eadc260067f500c4422f9
URL: https://github.com/kamailio/kamailio/commit/1c5c755ab50351ba0b4eadc260067f500c4422f9

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-08-11T11:55:36+02:00

core: remove WITH_AS_SUPPORT in Makefile.defs after tm change in 087eecdc22f7ae90

---

Modified: src/Makefile.defs

---

Diff:  https://github.com/kamailio/kamailio/commit/1c5c755ab50351ba0b4eadc260067f500c4422f9.diff
Patch: https://github.com/kamailio/kamailio/commit/1c5c755ab50351ba0b4eadc260067f500c4422f9.patch

---

diff --git a/src/Makefile.defs b/src/Makefile.defs
index eb1ab2d798..8392223723 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -631,8 +631,6 @@ data_target = $(prefix)/$(data_dir)
 #		core that the DNS servers are down. No DNS query is performed
 #		when the servers are unreachable, and even expired resource
 #		records are used from the cache. (requires external watchdog)
-# -DWITH_AS_SUPPORT
-#		adds support for Application Server interface
 # Sometimes is needes correct non-quoted $OS. HACK: gcc translates known OS to number ('linux'), so there is added underscore
 
 ifeq ($(OS), dragonfly)
@@ -728,9 +726,6 @@ endif
 ifeq ($(FMSTATS), 1)
 	C_DEFS+= -DMALLOC_STATS
 endif
-ifeq ($(WITHAS), 1)
-	C_DEFS+= -DWITH_AS_SUPPORT
-endif
 
 ifeq ($(SCTP), 1)
 	C_DEFS+= -DUSE_SCTP




More information about the sr-dev mailing list