summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2013-08-23 21:49:47 +0000
committerJoshua Colp <jcolp@digium.com>2013-08-23 21:49:47 +0000
commitdd33217762c1c4e5a3289213068bac1fa2efb83b (patch)
tree13648ad693d1558e14783a7d4254735b669b09ff /include/asterisk/autoconfig.h.in
parentcd7436a6c02aaccc0909def8eb834d879050738f (diff)
Add the bucket API.
Bucket is a URI based API for the creation, retrieval, updating, and deletion of "buckets" and files contained within them. Review: https://reviewboard.asterisk.org/r/2715/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397600 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 bbc035f92..1796a3f68 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -1022,6 +1022,9 @@
/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV
+/* Define to 1 if you have the uriparser library library. */
+#undef HAVE_URIPARSER
+
/* Define to 1 if you have the `utime' function. */
#undef HAVE_UTIME