aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 4f22e5c8..d46c69ac 100644
--- a/config.h.in
+++ b/config.h.in
@@ -5,6 +5,9 @@
/* Define any available alignment declaration */
#define ALIGN(x) ${ALIGN_DECL}
+/* Define a built-in call indicating an aligned data pointer */
+#define ASSUME_ALIGNED(x, y) ${ASSUME_ALIGNED_DECL}
+
/* Explicit hidden visibility attribute */
#define HIDDEN_DECL ${HIDDEN_DECL}