Mercurial > hg > xemacs-beta
comparison src/nas.c @ 1746:18d2b8dabcf7
[xemacs-hg @ 2003-10-14 16:34:54 by stephent]
NAS version #defines <878ynnaipw.fsf@tleepslib.sk.tsukuba.ac.jp>
XtSetArg idiom fix <874qybaihp.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 14 Oct 2003 16:34:57 +0000 |
parents | 01c57eb70ae9 |
children | 8de911beca70 |
comparison
equal
deleted
inserted
replaced
1745:d91e7fd568fd | 1746:18d2b8dabcf7 |
---|---|
111 #ifdef XTOOLKIT | 111 #ifdef XTOOLKIT |
112 # include <X11/Intrinsic.h> | 112 # include <X11/Intrinsic.h> |
113 # include <audio/Xtutil.h> | 113 # include <audio/Xtutil.h> |
114 #endif | 114 #endif |
115 | 115 |
116 /* audiolib <= some version doesn't define major and minor versions */ | |
117 /* Do NOT use AudioLibraryVersion in this file. */ | |
118 #ifndef AudioLibraryVersion | |
119 #define AudioLibraryVersion 1 | |
120 #endif | |
121 #ifndef AudioLibraryVersionMajor | |
122 #define AudioLibraryVersionMajor AudioLibraryVersion | |
123 #endif | |
124 #ifndef AudioLibraryVersionMinor | |
125 #define AudioLibraryVersionMinor 0 | |
126 #endif | |
127 | |
116 #if defined (ROBUST_PLAY) | 128 #if defined (ROBUST_PLAY) |
117 static AuBool CatchIoErrorAndJump (AuServer *aud); | 129 static AuBool CatchIoErrorAndJump (AuServer *aud); |
118 static AuBool CatchErrorAndJump (AuServer *aud, AuErrorEvent *event); | 130 static AuBool CatchErrorAndJump (AuServer *aud, AuErrorEvent *event); |
119 SIGTYPE sigpipe_handle (int signo); | 131 SIGTYPE sigpipe_handle (int signo); |
120 #endif | 132 #endif |