summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-07-16 18:36:02 +0000
committerJoshua Colp <jcolp@digium.com>2007-07-16 18:36:02 +0000
commit0b0e64fe2ff7c98de13854e79998c36798fcbfc4 (patch)
treefb0b72763fb9ffe62229ae8b130fef2faa826441 /include/asterisk/autoconfig.h.in
parente498488bde119a98ecfc27880a2a9c9e9adfb223 (diff)
Add in check for the GCC attribute deprecated. It may be used soon!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@75259 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 085cd9e55..77e30f22a 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -50,6 +50,9 @@
/* Define to 1 if your GCC C compiler supports the 'const' attribute. */
#undef HAVE_ATTRIBUTE_const
+/* Define to 1 if your GCC C compiler supports the 'deprecated' attribute. */
+#undef HAVE_ATTRIBUTE_deprecated
+
/* Define to 1 if your GCC C compiler supports the 'malloc' attribute. */
#undef HAVE_ATTRIBUTE_malloc