aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/dpx2.h
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-08-13 19:09:21 +0000
committerRichard M. Stallman <[email protected]>1993-08-13 19:09:21 +0000
commite1111f28fbf42c9231af3323e0a03bb374a33678 (patch)
treea33f2fa7eefcb341f8ebe9bd5cfcbb23d7497d8e /src/m/dpx2.h
parent75e4aa067012b948dd08758d0a8b4f3ec97a7afe (diff)
Delete conditionals for HAVE_X_WINDOWS and HAVE_SOCKETS.
Diffstat (limited to 'src/m/dpx2.h')
-rw-r--r--src/m/dpx2.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/m/dpx2.h b/src/m/dpx2.h
index bcc0156f44..80ee2eb1bb 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)