comparison src/libsst.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
9 ** documentation. This software is provided "as is" without express or 9 ** documentation. This software is provided "as is" without express or
10 ** implied warranty. 10 ** implied warranty.
11 */ 11 */
12 12
13 /* Synched up with: Not in FSF. */ 13 /* Synched up with: Not in FSF. */
14
15 #ifndef INCLUDED_libsst_h_
16 #define INCLUDED_libsst_h_
17 14
18 #include <sys/ioctl.h> 15 #include <sys/ioctl.h>
19 #ifndef SUNOS4_0_3 16 #ifndef SUNOS4_0_3
20 #define AUDIO_4_0_3_COMPAT 17 #define AUDIO_4_0_3_COMPAT
21 #define AUDIO_CHIP 18 #define AUDIO_CHIP
47 message("audio: %s, %s", string, strerror (errno)) 44 message("audio: %s, %s", string, strerror (errno))
48 # define warn(str) message ("audio: %s", GETTEXT (str)) 45 # define warn(str) message ("audio: %s", GETTEXT (str))
49 #else /* !emacs */ 46 #else /* !emacs */
50 # define warn(str) fprintf (stderr, "%s\n", (str)) 47 # define warn(str) fprintf (stderr, "%s\n", (str))
51 #endif /* emacs */ 48 #endif /* emacs */
52
53 #endif /* INCLUDED_libsst_h_ */