From: Richard M. Stallman Date: Fri, 13 Aug 1993 19:09:21 +0000 (+0000) Subject: Delete conditionals for HAVE_X_WINDOWS and HAVE_SOCKETS. X-Git-Tag: emacs-19.34~11247 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1111f28fbf42c9231af3323e0a03bb374a33678;p=emacs.git Delete conditionals for HAVE_X_WINDOWS and HAVE_SOCKETS. --- 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)