aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in
index 75d7a790..30b3e5e5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -5,11 +5,15 @@
/* Define to the library version */
#define ALSOFT_VERSION "${LIB_VERSION}"
+/* Define any available alignment declaration */
#define ALIGN(x) ${ALIGN_DECL}
#ifdef __MINGW32__
#define align(x) aligned(x)
#endif
+/* Define to the appropriate 'restrict' keyword */
+#define RESTRICT ${RESTRICT_DECL}
+
/* Define if we have the C11 aligned_alloc function */
#cmakedefine HAVE_ALIGNED_ALLOC
@@ -165,9 +169,3 @@
/* Define if we have pthread_setschedparam() */
#cmakedefine HAVE_PTHREAD_SETSCHEDPARAM
-
-/* Define if we have the restrict keyword */
-#cmakedefine HAVE_RESTRICT
-
-/* Define if we have the __restrict keyword */
-#cmakedefine HAVE___RESTRICT