aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-06-16 22:09:24 +0000
committerJim Blandy1993-06-16 22:09:24 +0000
commitbbe6a8e991b469ac2c12df5a1de5b3ea9a45a412 (patch)
tree01d22ebe176abe29b49a7eb696d0c67960cf9d30 /src
parentd08589bfd1ba9ffcd36ba11377196510bd47a91a (diff)
downloademacs-bbe6a8e991b469ac2c12df5a1de5b3ea9a45a412.tar.gz
emacs-bbe6a8e991b469ac2c12df5a1de5b3ea9a45a412.zip
(LIBS_SYSTEM): Don't attempt to #define this if we already have a
definition of LIB_SYSTEM from s/usg5-4.h.
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