From 1eca1898d3a6e0a97c98ede822d89a917b2cd53e Mon Sep 17 00:00:00 2001 From: Dwayne Litzenberger Date: Sat, 22 Feb 2014 13:34:35 -0800 Subject: Regenerate autoconf files --- src/config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/config.h.in b/src/config.h.in index b520f4e..36278c1 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,5 +1,8 @@ /* src/config.h.in. Generated from configure.ac by autoheader. */ +/* Define to 1 if you have the `aligned_alloc' function. */ +#undef HAVE_ALIGNED_ALLOC + /* Define to 1 if you have the header file. */ #undef HAVE_CPUID_H @@ -39,6 +42,9 @@ /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET +/* Define to 1 if you have the `posix_memalign' function. */ +#undef HAVE_POSIX_MEMALIGN + /* Define to 1 if you have the header file. */ #undef HAVE_STDDEF_H @@ -72,6 +78,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_WMMINTRIN_H +/* Define to 1 if you have the `_aligned_malloc' function. */ +#undef HAVE__ALIGNED_MALLOC + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT -- cgit v1.2.1