aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-03-29 01:41:58 +0000
committerRichard M. Stallman1993-03-29 01:41:58 +0000
commitd125ae6dd308adc8242667c36b1e5c830956e344 (patch)
tree3ce8b5f016d1b04265658f6ecea06971394fe076 /src
parent55718e15d6caa9822cdfda70e63f8d4d7099181c (diff)
downloademacs-d125ae6dd308adc8242667c36b1e5c830956e344.tar.gz
emacs-d125ae6dd308adc8242667c36b1e5c830956e344.zip
[USG5_4]: Alternate defining of LIBS_SYSTEM,
LIBX11_SYSTEM, HAVE_RANDOM, BSTRING.
Diffstat (limited to 'src')
-rw-r--r--src/m/delta88k.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/m/delta88k.h b/src/m/delta88k.h
index 7270a79e2b6..beb9904c4a8 100644
--- a/src/m/delta88k.h
+++ b/src/m/delta88k.h
@@ -143,7 +143,11 @@ and this notice must be preserved on all copies. */
143 * we have the wrong name for networking libs 143 * we have the wrong name for networking libs
144 */ 144 */
145#undef LIBX11_SYSTEM 145#undef LIBX11_SYSTEM
146#ifdef USG5_4
147#define LIBX11_SYSTEM -lX11
148#else
146#define LIBX11_SYSTEM -lnsl -lbsd 149#define LIBX11_SYSTEM -lnsl -lbsd
150#endif /* USG5_4 */
147 151
148/* 152/*
149 * we have Berkeley style <sys/time.h> 153 * we have Berkeley style <sys/time.h>
@@ -160,8 +164,20 @@ and this notice must be preserved on all copies. */
160 */ 164 */
161#define USE_UTIME 165#define USE_UTIME
162 166
167#ifdef USG5_4
168#define LIBS_SYSTEM -lsocket -lnsl
169#else
163#define LIBS_SYSTEM -lbsd -lg 170#define LIBS_SYSTEM -lbsd -lg
171#endif /* USG5_4 */
164 172
165#define NEED_TERMIOS 173#define NEED_TERMIOS
166 174
167#define NO_SIOCTL_H 175#define NO_SIOCTL_H
176
177#ifdef USG5_4
178#ifdef HAVE_X_WINDOWS
179#define HAVE_RANDOM
180#else
181#undef BSTRING
182#endif /* HAVE_X_WINDOWS */
183#endif /* USG5_4 */