]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete conditionals for HAVE_X_WINDOWS and HAVE_SOCKETS.
authorRichard M. Stallman <rms@gnu.org>
Fri, 13 Aug 1993 19:09:21 +0000 (19:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 13 Aug 1993 19:09:21 +0000 (19:09 +0000)
src/m/dpx2.h

index bcc0156f44da806bd33db08fadf0f7218f61969b..80ee2eb1bbc76683120a9f52e0f85522eff30493 100644 (file)
@@ -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)