Module: kamailio Branch: master Commit: f36cac994a3b773538ecdc42bde70ae0bd218e3b URL: https://github.com/kamailio/kamailio/commit/f36cac994a3b773538ecdc42bde70ae0...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2017-01-02T21:08:59+01:00
acc Remove Radius support from build system
---
Modified: src/modules/acc/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/f36cac994a3b773538ecdc42bde70ae0... Patch: https://github.com/kamailio/kamailio/commit/f36cac994a3b773538ecdc42bde70ae0...
---
diff --git a/src/modules/acc/Makefile b/src/modules/acc/Makefile index c002c3d..8bbc4c7 100644 --- a/src/modules/acc/Makefile +++ b/src/modules/acc/Makefile @@ -11,14 +11,6 @@ LIBS= # comment the next line if you wish to disable SQL accounting DEFS+=-DSQL_ACC
-# set ENABLE_RADIUS_ACC to true if you wish to enable RADIUS accounting -# (uncomment next line or 'ENABLE_RADIUS_ACC=true make all') -#ENABLE_RADIUS_ACC=true -ifeq ($(ENABLE_RADIUS_ACC),true) -include ../../Makefile.radius -DEFS+=-DRAD_ACC -endif - # set ENABLE_DIAMETER_ACC to true if you wish to enable DIAMETER accounting # (uncomment next line or 'ENABLE_DIAMETER_ACC=true make all') #ENABLE_DIAMETER_ACC=true