Mercurial > hg > xemacs-beta
comparison src/hpplay.c @ 4759:aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
<870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 18 Nov 2009 08:49:14 -0700 |
parents | ecf1ebac70d8 |
children | b3ea9c582280 |
comparison
equal
deleted
inserted
replaced
4758:75975fd0b7fc | 4759:aa5ed11f473b |
---|---|
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; |