Module: kamailio Branch: master Commit: 47303fc34d4795edc7b58569fb97e7b0532b0367 URL: https://github.com/kamailio/kamailio/commit/47303fc34d4795edc7b58569fb97e7b0...
Author: Henning Westerholt hw@gilawa.com Committer: Henning Westerholt hw@gilawa.com Date: 2024-01-15T12:07:16Z
Makefile.defs: remove unused define WITH_XAVP, its not used anymore from the code
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/47303fc34d4795edc7b58569fb97e7b0... Patch: https://github.com/kamailio/kamailio/commit/47303fc34d4795edc7b58569fb97e7b0...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 7a4b7418670..b088bcfffe2 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -727,7 +727,6 @@ C_DEFS+= -DSHM_MMAP \ -DUSE_DNS_FAILOVER \ -DUSE_DST_BLOCKLIST \ -DUSE_NAPTR \ - -DWITH_XAVP \ #-DUSE_DNS_CACHE_STATS \ #-DUSE_DST_BLOCKLIST_STATS \ #-DDNS_WATCHDOG_SUPPORT \