summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorKevin Harwell <kharwell@digium.com>2014-01-28 23:23:15 +0000
committerKevin Harwell <kharwell@digium.com>2014-01-28 23:23:15 +0000
commitade5c8a2a47d2c2b1b0a4ab70eabd4bc095bd289 (patch)
tree24b1bfa3538e5486dceee618949f4cc43315df12 /include/asterisk/autoconfig.h.in
parent01a537d515af85c50ae608eb8486f42da7b84101 (diff)
cdr_radius, cel_radius: build agains libfreeradius-client
Asterisk's RADIUS module currently build against libradiusclient-ng, but this project has been superseeded by libfreeradius-client. The API is 99% compatible except that the header name has changed, the library name has changed, and the configuration file location has changed. (closes issue ASTERISK-22980) Reported by: Jeremy Lainé Patches: freeradius-client.patch uploaded by sharky (license 6561) ........ Merged revisions 406801 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 406802 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 406803 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@406825 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 71f213518..257081924 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -29,6 +29,9 @@
/* Define to 1 if using `alloca.c'. */
#undef C_ALLOCA
+/* Use the FreeRADIUS-client library */
+#undef FREERADIUS_CLIENT
+
/* Define to 1 if anonymous semaphores work. */
#undef HAS_WORKING_SEMAPHORE