comparison src/libsst.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 376386a54a3c
children 697ef44129c6 183866b06e0b
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
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_
14 17
15 #include <sys/ioctl.h> 18 #include <sys/ioctl.h>
16 #ifndef SUNOS4_0_3 19 #ifndef SUNOS4_0_3
17 #define AUDIO_4_0_3_COMPAT 20 #define AUDIO_4_0_3_COMPAT
18 #define AUDIO_CHIP 21 #define AUDIO_CHIP
44 message("audio: %s, %s", string, strerror (errno)) 47 message("audio: %s, %s", string, strerror (errno))
45 # define warn(str) message ("audio: %s", GETTEXT (str)) 48 # define warn(str) message ("audio: %s", GETTEXT (str))
46 #else /* !emacs */ 49 #else /* !emacs */
47 # define warn(str) fprintf (stderr, "%s\n", (str)) 50 # define warn(str) fprintf (stderr, "%s\n", (str))
48 #endif /* emacs */ 51 #endif /* emacs */
52
53 #endif /* INCLUDED_libsst_h_ */