From 7cae64b4eed192a49ea258089639ec44da6095e2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 17 Jan 2011 20:54:23 -0800 Subject: Improve performance on non-GCC hosts with __aligned__. --- src/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.in') diff --git a/src/config.in b/src/config.in index d8a9722d316..62e83eea334 100644 --- a/src/config.in +++ b/src/config.in @@ -115,6 +115,9 @@ along with GNU Emacs. If not, see . */ /* 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 -- cgit v1.2.1