comparison src/m/delta88k.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 2d532a89d707
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
111 /* rms: not needed; LIB_X11_LIB deals with this. */ 111 /* rms: not needed; LIB_X11_LIB deals with this. */
112 /* #define LIBX11_SYSTEM -lX11 */ 112 /* #define LIBX11_SYSTEM -lX11 */
113 #else 113 #else
114 #undef LIB_X11_LIB /* We don't have the shared libs as assumed in usg5-3.h. */ 114 #undef LIB_X11_LIB /* We don't have the shared libs as assumed in usg5-3.h. */
115 #undef LIBX11_SYSTEM 115 #undef LIBX11_SYSTEM
116 #define LIBX11_SYSTEM -lnsl -lbsd 116 #define LIBX11_SYSTEM "-lnsl -lbsd"
117 #endif /* USG5_4 */ 117 #endif /* USG5_4 */
118 118
119 119
120 /* previously defined in usg5-4, if we choose to use that. */ 120 /* previously defined in usg5-4, if we choose to use that. */
121 /* XEmacs: smarch@quaver.urbana.mcd.mot.com (Steve March) says 121 /* XEmacs: smarch@quaver.urbana.mcd.mot.com (Steve March) says
122 we always need -lgen and usg5-4.h doesn't use it. */ 122 we always need -lgen and usg5-4.h doesn't use it. */
123 #undef LIBS_SYSTEM 123 #undef LIBS_SYSTEM
124 #ifdef USG5_4 124 #ifdef USG5_4
125 #define LIBS_SYSTEM -lsocket -lnsl -lelf -lgen 125 #define LIBS_SYSTEM "-lsocket -lnsl -lelf -lgen"
126 #else 126 #else
127 #define LIBS_SYSTEM -lbsd -lg 127 #define LIBS_SYSTEM "-lbsd -lg"
128 #endif /* USG5_4 */ 128 #endif /* USG5_4 */
129 129
130 #define NO_TERMIO 130 #define NO_TERMIO
131 131
132 #define NO_SIOCTL_H 132 #define NO_SIOCTL_H