changeset 4604:4eebfb2c36cd

Delete conditionals for HAVE_X_WINDOWS and HAVE_SOCKETS.
author Richard M. Stallman <rms@gnu.org>
date Fri, 13 Aug 1993 19:09:21 +0000
parents eb7d8f0543ab
children 84556eadaacd
files src/m/dpx2.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/dpx2.h	Fri Aug 13 18:40:37 1993 +0000
+++ b/src/m/dpx2.h	Fri Aug 13 19:09:21 1993 +0000
@@ -133,7 +133,6 @@
 /*
  * 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 @@
  * 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)