From 97a75e3829e2e263da1828a06dad97b40c7ff32c Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sat, 12 Nov 2016 20:15:12 +0200 Subject: Add support for building RADIUS with radcli Radcli is yet another RADIUS client library, generally compatible with freeradius and radiusclient-ng. This commit adds autoconf option for detecting it as well and changes cdr_radius and cel_radius to use its header file in that case. ASTERISK-26540 #close Change-Id: I271f0715406334874865ffbce0b354b3a2ca148f --- cel/cel_radius.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cel') diff --git a/cel/cel_radius.c b/cel/cel_radius.c index e31cb5edc..250d6a778 100644 --- a/cel/cel_radius.c +++ b/cel/cel_radius.c @@ -33,11 +33,7 @@ #include "asterisk.h" -#ifdef FREERADIUS_CLIENT -#include -#else -#include -#endif +#include RADIUS_HEADER_STR #include "asterisk/channel.h" #include "asterisk/cel.h" -- cgit v1.2.3