comparison mac/inc/config.h @ 90602:b5c13d1564a9

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 437-446) - Update from CVS - lisp/url/url-methods.el: Fix format error when http_proxy is empty string - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 137-140) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-111
author Miles Bader <miles@gnu.org>
date Wed, 20 Sep 2006 06:04:23 +0000
parents c156f6a9e7b5 4cbbf2d7c486
children dbe3f29e61d6
comparison
equal deleted inserted replaced
90601:a1a25ac6c88a 90602:b5c13d1564a9
95 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 95 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
96 */ 96 */
97 #ifdef __MRC__ 97 #ifdef __MRC__
98 #define HAVE_ALLOCA_H 1 98 #define HAVE_ALLOCA_H 1
99 #endif 99 #endif
100
101 /* Define to 1 if ALSA is available. */
102 /* #undef HAVE_ALSA */
100 103
101 /* Define to 1 if you have the `bcmp' function. */ 104 /* Define to 1 if you have the `bcmp' function. */
102 /* #define HAVE_BCMP */ 105 /* #define HAVE_BCMP */
103 106
104 /* Define to 1 if you have the `bcopy' function. */ 107 /* Define to 1 if you have the `bcopy' function. */
959 #endif 962 #endif
960 #ifdef HAVE_SYS_SOUNDCARD_H 963 #ifdef HAVE_SYS_SOUNDCARD_H
961 #define HAVE_SOUND 1 964 #define HAVE_SOUND 1
962 #endif 965 #endif
963 #ifdef HAVE_SOUNDCARD_H 966 #ifdef HAVE_SOUNDCARD_H
967 #define HAVE_SOUND 1
968 #endif
969 #ifdef HAVE_ALSA
964 #define HAVE_SOUND 1 970 #define HAVE_SOUND 1
965 #endif 971 #endif
966 #endif /* __FreeBSD__ || __NetBSD__ || __linux__ */ 972 #endif /* __FreeBSD__ || __NetBSD__ || __linux__ */
967 973
968 /* If using GNU, then support inline function declarations. */ 974 /* If using GNU, then support inline function declarations. */