Merge from vendor branch tnf:
[pkgsrc.git] / mbone / rat / patches / patch-ag
1 $NetBSD$
2
3 --- src/config.h.orig   Sat Aug 15 15:16:46 1998
4 +++ src/config.h        Wed Nov  4 21:27:03 1998
5 @@ -56,6 +56,17 @@
6  #define AUDIO_LINE_IN    2
7  #endif /* FreeBSD */
8  
9 +#ifdef __NetBSD__
10 +#define OSNAME "NetBSD"
11 +#define DEFINED_ERRLIST
12 +#include <sys/stat.h>
13 +#include <sys/time.h>
14 +#include <errno.h>
15 +#include <fcntl.h>
16 +#include <unistd.h>
17 +#include <sys/audioio.h>
18 +#endif
19 +
20  #ifdef SunOS_5
21  #define OSNAME "Solaris"
22  #include <sys/stat.h>