summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-11-20 22:57:12 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-11-20 22:57:12 -0600
commit120a4999f01307f380d40aab362a1f3a49d77761 (patch)
tree5ba60a0848ac98ad8e088ecd02f4a833445f317d /include/asterisk/autoconfig.h.in
parent7a8d6bc81b40fddffbdc00d4e9fc98856fd052ff (diff)
parent97a75e3829e2e263da1828a06dad97b40c7ff32c (diff)
Merge "Add support for building RADIUS with radcli"
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index b50484ad6..e8bd8118a 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -28,9 +28,6 @@
/* 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
@@ -1311,6 +1308,9 @@
/* Define if your system needs braces around PTHREAD_ONCE_INIT */
#undef PTHREAD_ONCE_INIT_NEEDS_BRACES
+/* Name of RADIUS library include header */
+#undef RADIUS_HEADER_STR
+
/* Define to the type of arg 1 for `select'. */
#undef SELECT_TYPE_ARG1