From f36cac994a3b773538ecdc42bde70ae0bd218e3b Mon Sep 17 00:00:00 2001 From: "Olle E. Johansson" Date: Mon, 2 Jan 2017 21:08:43 +0100 Subject: [PATCH] acc Remove Radius support from build system --- src/modules/acc/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/modules/acc/Makefile b/src/modules/acc/Makefile index c002c3d5c06..8bbc4c745a5 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