aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-14 15:50:49 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-14 15:50:49 +0000
commit70ba0ec26db55a30927a20513ff7958b92895035 (patch)
tree1038ba5510d7b25e122cbe93cc82ea534766f501 /include
parent4b7add369a1a77105a5f2738eb4e8c68be8b7c46 (diff)
Add checking for libusb here, so nobody has to deal with conflicts in the
chan_usbradio-1.4 branch every time the configure script gets changed git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@82385 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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 a908912d6..92ac3f7ce 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -474,6 +474,9 @@
/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV
+/* Define to indicate the ${USB_DESCRIP} library */
+#undef HAVE_USB
+
/* Define to 1 if you have the `utime' function. */
#undef HAVE_UTIME