summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-05-20 22:30:05 +0000
committerRussell Bryant <russell@russellbryant.com>2006-05-20 22:30:05 +0000
commit1fcc86d905236c340f30fa3a4ef62e63b9a9cb73 (patch)
tree7c43923b6273696bef0153e62cf8af662b8d1805 /include
parented0b86c916cdc842bed18150ade3621573a6388a (diff)
Add support for logging CDR recrods to a radius server (issue #6639, phsultan)
- with contributions from miconda, jcollie, and sb - branch maintained by oej Thanks everyone! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29094 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/autoconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/autoconfig.h.in b/include/autoconfig.h.in
index 082755c28..b8847cc74 100644
--- a/include/autoconfig.h.in
+++ b/include/autoconfig.h.in
@@ -221,6 +221,9 @@
/* Define to 1 if you have the `putenv' function. */
#undef HAVE_PUTENV
+/* Define to indicate the Radius Client library */
+#undef HAVE_RADIUSCLIENT
+
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
and to 0 otherwise. */
#undef HAVE_REALLOC