summaryrefslogtreecommitdiff
path: root/src/config.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-01-17 20:54:23 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-01-17 20:54:23 -0800
commit7cae64b4eed192a49ea258089639ec44da6095e2 (patch)
treeb985de2a995674ad01ead7920526e80b9b4798b6 /src/config.in
parent9cc3a0c79c5a6af2691b2b566f8e3eb3654b806f (diff)
downloademacs-7cae64b4eed192a49ea258089639ec44da6095e2.tar.gz
Improve performance on non-GCC hosts with __aligned__.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in3
1 files changed, 3 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */
/* 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