aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-06-20 17:17:17 -0700
committerChris Robinson <[email protected]>2013-06-20 17:17:17 -0700
commit4017e4a96a41ce2e781bcd99695c7f9dfc503c5f (patch)
treef6e8f29c445fd3f4035577485446f016ef41fa26 /config.h.in
parented0568bb24ecd331bd34029d2a34bfb9f1dd3f57 (diff)
Check for MinGW in CMakeLists.txt instead of config.h
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 9fee8bd5..81d5e1f4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -13,9 +13,6 @@
/* Define any available alignment declaration */
#define ALIGN(x) ${ALIGN_DECL}
-#ifdef __MINGW32__
-#define align(x) aligned(x)
-#endif
/* Define if we have the C11 aligned_alloc function */
#cmakedefine HAVE_ALIGNED_ALLOC