summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-06-13 21:35:29 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-06-13 21:35:29 +0000
commiteddf363a0e9d4dfc5c6995698622ad126b921b41 (patch)
tree326057f16fd8a5c141dd07a413345c9d1fc689a4 /include/asterisk/autoconfig.h.in
parentfca19e7635df53bf636d6d45c1bc6b610617690c (diff)
use atomic operations provided by the compiler if they are available (yay for gcc 4.1 users!)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33953 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 4eab724e1..3e11ac04f 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -94,6 +94,9 @@
/* Define to 1 if you have the `ftruncate' function. */
#undef HAVE_FTRUNCATE
+/* Define to 1 if your GCC C compiler provides atomic operations. */
+#undef HAVE_GCC_ATOMICS
+
/* Define to 1 if you have the `getcwd' function. */
#undef HAVE_GETCWD