Mercurial > hg > xemacs-beta
comparison src/libsst.c @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 376386a54a3c |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
16 /* Synched up with: Not in FSF. */ | 16 /* Synched up with: Not in FSF. */ |
17 | 17 |
18 #ifdef emacs | 18 #ifdef emacs |
19 #include <config.h> | 19 #include <config.h> |
20 #include "lisp.h" | 20 #include "lisp.h" |
21 #else | 21 #endif |
22 #if __STDC__ || defined(STDC_HEADERS) | 22 |
23 #ifdef STDC_HEADERS | |
23 #include <stdlib.h> | 24 #include <stdlib.h> |
25 #endif | |
26 | |
27 #ifdef HAVE_UNISTD_H | |
24 #include <unistd.h> | 28 #include <unistd.h> |
25 #endif | 29 #endif |
30 | |
26 #include <stdio.h> | 31 #include <stdio.h> |
27 #endif | |
28 #include <fcntl.h> | 32 #include <fcntl.h> |
29 #include "libsst.h" | 33 #include "libsst.h" |
30 | 34 |
31 #define AUDBUF 1024 | 35 #define AUDBUF 1024 |
32 | 36 |