Mercurial > hg > xemacs-beta
comparison src/hpplay.c @ 4765:1257b938f03a
automatic merge
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Fri, 04 Dec 2009 10:59:45 +0900 |
parents | aa5ed11f473b |
children | b3ea9c582280 |
comparison
equal
deleted
inserted
replaced
4764:dec62ca5a899 | 4765:1257b938f03a |
---|---|
53 #include <config.h> | 53 #include <config.h> |
54 #include "lisp.h" | 54 #include "lisp.h" |
55 | 55 |
56 #include "sound.h" | 56 #include "sound.h" |
57 | 57 |
58 #ifdef HPUX10 | |
59 #include <Alib.h> | 58 #include <Alib.h> |
60 #include <CUlib.h> | 59 #include <CUlib.h> |
61 #else /* !HPUX 10 */ | |
62 #include <audio/Alib.h> | |
63 #include <audio/CUlib.h> | |
64 #endif /* !HPUX 10 */ | |
65 | 60 |
66 | 61 |
67 Lisp_Object Vhp_play_server; | 62 Lisp_Object Vhp_play_server; |
68 Lisp_Object Vhp_play_speaker; | 63 Lisp_Object Vhp_play_speaker; |
69 Fixnum hp_play_gain; | 64 Fixnum hp_play_gain; |