(timeout-event-p): Function deleted.
[emacs.git] / src / s / sol2-5.h
blobe2a158ba31c39d10231107aad1f68ff11d0b28f2
1 /* Handle Solaris 2.5. */
3 #include "sol2-4.h"
5 #if 0 /* A recent patch in unexelf.c should eliminate the need for this. */
6 /* Don't use the shared libraries for -lXt and -lXaw,
7 to work around a linker bug in Solaris 2.5.
8 (This also affects the other libraries used specifically for
9 the X toolkit, which may not be necessary.) */
10 #define LIBXT_STATIC
12 #ifdef __GNUC__
13 #define STATIC_OPTION -Xlinker -Bstatic
14 #define DYNAMIC_OPTION -Xlinker -Bdynamic
15 #else
16 #define STATIC_OPTION -Bstatic
17 #define DYNAMIC_OPTION -Bdynamic
18 #endif
20 #endif /* 0 */