summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2014-02-22 13:34:35 -0800
committerDwayne Litzenberger <dlitz@dlitz.net>2014-02-22 13:34:35 -0800
commit1eca1898d3a6e0a97c98ede822d89a917b2cd53e (patch)
treec5a5340e8df26a53a42574509e168b20d5ade3b9 /src
parenta159be91e140b3e8c80baa016034d2f9a228312f (diff)
downloadpycrypto-1eca1898d3a6e0a97c98ede822d89a917b2cd53e.tar.gz
Regenerate autoconf files
Diffstat (limited to 'src')
-rw-r--r--src/config.h.in9
1 files changed, 9 insertions, 0 deletions
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 <cpuid.h> 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 <stddef.h> header file. */
#undef HAVE_STDDEF_H
@@ -72,6 +78,9 @@
/* Define to 1 if you have the <wmmintrin.h> 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