aboutsummaryrefslogtreecommitdiffstats
path: root/include/autoconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/autoconfig.h.in')
-rw-r--r--include/autoconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/autoconfig.h.in b/include/autoconfig.h.in
index eead7e52e..a5c34af51 100644
--- a/include/autoconfig.h.in
+++ b/include/autoconfig.h.in
@@ -1,5 +1,8 @@
/* include/autoconfig.h.in. Generated from configure.ac by autoheader. */
+#ifndef ASTERISK_AUTOCONFIG_H
+#define ASTERISK_AUTOCONFIG_H
+
#ifndef MENUSELECT
#include "asterisk/buildopts.h"
#endif
@@ -569,3 +572,6 @@
/* Define to empty if the keyword `volatile' does not work. Warning: valid
code using `volatile' can become incorrect without. Disable with care. */
#undef volatile
+
+#endif
+