comparison src/nas.c @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 727739f917cb
children 30d2cfa1092a
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
49 * correct error facilities. 49 * correct error facilities.
50 * 4/11/94, rjc Added wait_for_sounds to be called when user wants to 50 * 4/11/94, rjc Added wait_for_sounds to be called when user wants to
51 * be sure all play has finished. 51 * be sure all play has finished.
52 */ 52 */
53 53
54 #ifdef emacs
55 #include <config.h>
56 #include "lisp.h"
57 #endif
58
54 #if __STDC__ || defined (STDC_HEADERS) 59 #if __STDC__ || defined (STDC_HEADERS)
55 # include <stdlib.h> 60 # include <stdlib.h>
56 # include <stdarg.h> 61 # include <stdarg.h>
57 # include <string.h> 62 # include <string.h>
58 #endif 63 #endif
60 #ifdef HAVE_UNISTD_H 65 #ifdef HAVE_UNISTD_H
61 #include <unistd.h> 66 #include <unistd.h>
62 #endif 67 #endif
63 68
64 #include <stdio.h> 69 #include <stdio.h>
65 #include <config.h> /* for CONST in syssignal.h (neal@ctd.comsat.com) */
66 #include "syssignal.h" 70 #include "syssignal.h"
67 71
72 #undef LITTLE_ENDIAN
73 #undef BIG_ENDIAN
68 #include <audio/audiolib.h> 74 #include <audio/audiolib.h>
69 #include <audio/soundlib.h> 75 #include <audio/soundlib.h>
70 #include <audio/snd.h> 76 #include <audio/snd.h>
71 #include <audio/fileutil.h> 77 #include <audio/fileutil.h>
72 78
73 #ifdef emacs 79 #ifdef emacs
74
75 # include <config.h>
76 # include "lisp.h"
77 80
78 # define XTOOLKIT 81 # define XTOOLKIT
79 # define XTEVENTS 82 # define XTEVENTS
80 # define ROBUST_PLAY 83 # define ROBUST_PLAY
81 # define CACHE_SOUNDS 84 # define CACHE_SOUNDS