aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGlenn Morris2012-07-10 22:16:25 -0400
committerGlenn Morris2012-07-10 22:16:25 -0400
commit20e94fdd8ec2a82d0789fc4ea354a803a14e2ec3 (patch)
tree89b52e6a6de6917b811d85215bcf12add8a436dd /src/s
parent22ffb97351d1081558c070a3c134d2be99993df6 (diff)
downloademacs-20e94fdd8ec2a82d0789fc4ea354a803a14e2ec3.tar.gz
emacs-20e94fdd8ec2a82d0789fc4ea354a803a14e2ec3.zip
Let configure set DEFAULT_SOUND_DEVICE
* configure.ac (DEFAULT_SOUND_DEVICE): New definition. * src/sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]: * src/s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/netbsd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index 23e72541920..80b4442af56 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -21,8 +21,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
21/* Get most of the stuff from bsd-common. */ 21/* Get most of the stuff from bsd-common. */
22#include "bsd-common.h" 22#include "bsd-common.h"
23 23
24#define DEFAULT_SOUND_DEVICE "/dev/audio"
25
26/* Greg A. Woods <woods@weird.com> says we must include signal.h 24/* Greg A. Woods <woods@weird.com> says we must include signal.h
27 before syssignal.h is included, to work around interface conflicts 25 before syssignal.h is included, to work around interface conflicts
28 that are handled with CPP __RENAME() macro in signal.h. */ 26 that are handled with CPP __RENAME() macro in signal.h. */