comparison src/m/delta88k.h @ 3775:0ea7f6cb0a35

(LIBS_SYSTEM): Don't attempt to #define this if we already have a definition of LIB_SYSTEM from s/usg5-4.h.
author Jim Blandy <jimb@redhat.com>
date Wed, 16 Jun 1993 22:09:24 +0000
parents c8af104daa60
children 3596e40f5c4a
comparison
equal deleted inserted replaced
3774:3b0cb275ca29 3775:0ea7f6cb0a35
161 /* 161 /*
162 * don't use utimes, we ain't got one - use utime() instead 162 * don't use utimes, we ain't got one - use utime() instead
163 */ 163 */
164 #define USE_UTIME 164 #define USE_UTIME
165 165
166 /* previously defined in usg5-4, if we choose to use that. */
167 #ifndef LIBS_SYSTEM
166 #ifdef USG5_4 168 #ifdef USG5_4
167 #define LIBS_SYSTEM -lsocket -lnsl 169 #define LIBS_SYSTEM -lsocket -lnsl
168 #else 170 #else
169 #define LIBS_SYSTEM -lbsd -lg 171 #define LIBS_SYSTEM -lbsd -lg
170 #endif /* USG5_4 */ 172 #endif /* USG5_4 */
173 #endif
171 174
172 #define NEED_TERMIOS 175 #define NEED_TERMIOS
173 176
174 #define NO_SIOCTL_H 177 #define NO_SIOCTL_H
175 178