comparison src/s/usg5-3.h @ 276:6330739388db r21-0b36

Import from CVS: tag r21-0b36
author cvs
date Mon, 13 Aug 2007 10:30:37 +0200
parents 0132846995bd
children
comparison
equal deleted inserted replaced
275:a68ae4439f57 276:6330739388db
39 /* Some variants have TIOCGETC, but the structures to go with it 39 /* Some variants have TIOCGETC, but the structures to go with it
40 are not declared. */ 40 are not declared. */
41 41
42 #define BROKEN_TIOCGETC 42 #define BROKEN_TIOCGETC
43 43
44 /* AT&T SVr3 X wants to be linked with shared libraries */
45
46 #define LIB_X11_LIB "-lX11_s"
47
48 /* X needs to talk on the network, so search the network library. */
49
50 #define LIBX10_SYSTEM "-lnsl_s"
51 #define LIBX11_SYSTEM "-lpt -lnls -lnsl_s -lc_s"
52
53 /* Some variants have TIOCGWINSZ, but the structures to go with it 44 /* Some variants have TIOCGWINSZ, but the structures to go with it
54 are not declared. */ 45 are not declared. */
55 46
56 #define BROKEN_TIOCGWINSZ 47 #define BROKEN_TIOCGWINSZ
57 48