comparison 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
comparison
equal deleted inserted replaced
112351:176503f61eb1 112352:19348bd13f81
112 */ 112 */
113 #undef HAVE_ALLOCA_H 113 #undef HAVE_ALLOCA_H
114 114
115 /* Define to 1 if ALSA is available. */ 115 /* Define to 1 if ALSA is available. */
116 #undef HAVE_ALSA 116 #undef HAVE_ALSA
117
118 /* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */
119 #undef HAVE_ATTRIBUTE_ALIGNED
117 120
118 /* Define to 1 if strtold conforms to C99. */ 121 /* Define to 1 if strtold conforms to C99. */
119 #undef HAVE_C99_STRTOLD 122 #undef HAVE_C99_STRTOLD
120 123
121 /* Define to 1 if you have the `cbrt' function. */ 124 /* Define to 1 if you have the `cbrt' function. */