Skip to content

Commit

Permalink
acc Remove Radius support from build system
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Jan 2, 2017
1 parent 780c8b8 commit f36cac9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/modules/acc/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit f36cac9

Please sign in to comment.