]> code.delx.au - gnu-emacs/commitdiff
(LIBS_SYSTEM): Don't attempt to #define this if we already have a
authorJim Blandy <jimb@redhat.com>
Wed, 16 Jun 1993 22:09:24 +0000 (22:09 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 16 Jun 1993 22:09:24 +0000 (22:09 +0000)
definition of LIB_SYSTEM from s/usg5-4.h.

src/m/delta88k.h

index f896a35df2b18607f21ac54a397d35ec7be1b798..3b324d0059c08f6c58449d2b542a16aed5eb11d6 100644 (file)
@@ -163,11 +163,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  */
 #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