diff src/config.in @ 112352:19348bd13f81

Improve performance on non-GCC hosts with __aligned__.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 17 Jan 2011 20:54:23 -0800
parents 17e0028efc29
children c81ff7082a9a
line wrap: on
line diff
--- a/src/config.in	Mon Jan 17 20:41:41 2011 -0800
+++ b/src/config.in	Mon Jan 17 20:54:23 2011 -0800
@@ -115,6 +115,9 @@
 /* Define to 1 if ALSA is available. */
 #undef HAVE_ALSA
 
+/* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */
+#undef HAVE_ATTRIBUTE_ALIGNED
+
 /* Define to 1 if strtold conforms to C99. */
 #undef HAVE_C99_STRTOLD