Kris Amy writes:
Is there anything special required to get radius support into the acc module?
in modules/acc/Makafile:
# 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) DEFS+=-DRAD_ACC -I$(LOCALBASE)/include LIBS=-L$(LOCALBASE)/lib $(RADIUS_LIB) endif
-- juha