Mercurial > emacs
comparison src/config.in @ 112353:71904feb29f6
Improve performance on non-GCC hosts with __aligned__.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 17 Jan 2011 20:55:12 -0800 |
parents | 19348bd13f81 |
children | c81ff7082a9a |
comparison
equal
deleted
inserted
replaced
112350:d89c2a0d1b12 | 112353:71904feb29f6 |
---|---|
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. */ |