From e1111f28fbf42c9231af3323e0a03bb374a33678 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 13 Aug 1993 19:09:21 +0000 Subject: [PATCH] Delete conditionals for HAVE_X_WINDOWS and HAVE_SOCKETS. --- src/m/dpx2.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/m/dpx2.h b/src/m/dpx2.h index bcc0156f44d..80ee2eb1bbc 100644 --- a/src/m/dpx2.h +++ b/src/m/dpx2.h @@ -133,7 +133,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* * if we use X11, libX11.a has these... */ -#ifdef HAVE_X_WINDOWS # undef LIB_X11_LIB # define LIB_X11_LIB -lX11 # undef LIBX11_SYSTEM @@ -145,14 +144,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * we must have INET loaded so we have sockets */ # define HAVE_SOCKETS -#endif /* HAVE_X_WINDOWS */ /* * useful if you have INET loaded */ -#ifdef HAVE_SOCKETS # define LIBS_MACHINE -linet -#endif #if (defined(ncl_mr) || defined(ncl_el)) && !defined (NBPC) -- 2.39.5