aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.in
diff options
context:
space:
mode:
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/>. */
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 117
118/* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */
119#undef HAVE_ATTRIBUTE_ALIGNED
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