Mercurial > emacs
changeset 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 | 3b0cb275ca29 |
children | 301e2dca5fd7 |
files | src/m/delta88k.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/delta88k.h Wed Jun 16 22:08:23 1993 +0000 +++ b/src/m/delta88k.h Wed Jun 16 22:09:24 1993 +0000 @@ -163,11 +163,14 @@ */ #define USE_UTIME +/* previously defined in usg5-4, if we choose to use that. */ +#ifndef LIBS_SYSTEM #ifdef USG5_4 #define LIBS_SYSTEM -lsocket -lnsl #else #define LIBS_SYSTEM -lbsd -lg #endif /* USG5_4 */ +#endif #define NEED_TERMIOS