aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/delta88k.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/delta88k.h b/src/m/delta88k.h
index f896a35df2b..3b324d0059c 100644
--- a/src/m/delta88k.h
+++ b/src/m/delta88k.h
@@ -163,11 +163,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
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