Mercurial > hg > xemacs-beta
comparison src/s/usg5-3.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children | 6330739388db |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
41 | 41 |
42 #define BROKEN_TIOCGETC | 42 #define BROKEN_TIOCGETC |
43 | 43 |
44 /* AT&T SVr3 X wants to be linked with shared libraries */ | 44 /* AT&T SVr3 X wants to be linked with shared libraries */ |
45 | 45 |
46 #define LIB_X11_LIB -lX11_s | 46 #define LIB_X11_LIB "-lX11_s" |
47 | 47 |
48 /* X needs to talk on the network, so search the network library. */ | 48 /* X needs to talk on the network, so search the network library. */ |
49 | 49 |
50 #define LIBX10_SYSTEM -lnsl_s | 50 #define LIBX10_SYSTEM "-lnsl_s" |
51 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s | 51 #define LIBX11_SYSTEM "-lpt -lnls -lnsl_s -lc_s" |
52 | 52 |
53 /* Some variants have TIOCGWINSZ, but the structures to go with it | 53 /* Some variants have TIOCGWINSZ, but the structures to go with it |
54 are not declared. */ | 54 are not declared. */ |
55 | 55 |
56 #define BROKEN_TIOCGWINSZ | 56 #define BROKEN_TIOCGWINSZ |