summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-07-15 19:46:57 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-07-15 19:46:57 +0000
commit753fa3b278e8c7f78956ccb299bd1f74a8a7fdfd (patch)
treea4571e3a1776437a30b66696778eb88958104168 /include/asterisk/autoconfig.h.in
parente2ff55122d36c1190599be67d8e0ffb306c231bd (diff)
Define LLONG_MAX on systems that do not have it.
(closes issue #17644) Reported by: pprindeville git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276769 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 7ebd290cf..1e2e11416 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -369,6 +369,9 @@
/* Define to 1 if your system has linux/compiler.h. */
#undef HAVE_LINUX_COMPILER_H
+/* Define to 1 if limits.h includes a LLONG_MAX definition. */
+#undef HAVE_LLONG_MAX
+
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H