summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-17 00:31:32 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-17 00:31:32 +0000
commitd209cb090e23d03c88bdb3ad95061d6abbabc0d2 (patch)
treeeec48aac560a463317bda9b584ae098768ddd9fb /include
parentd82a631f9c7e5de1d63c0627722a2277a348837d (diff)
add check for the presence of glob
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89350 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 01ecfb72a..43ee4a9d1 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -300,6 +300,9 @@
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
+/* Define to 1 if you have the `glob' function. */
+#undef HAVE_GLOB
+
/* Define to indicate the GSM library */
#undef HAVE_GSM