aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 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. */
133/* 133/*
134 * if we use X11, libX11.a has these... 134 * if we use X11, libX11.a has these...
135 */ 135 */
136#ifdef HAVE_X_WINDOWS
137# undef LIB_X11_LIB 136# undef LIB_X11_LIB
138# define LIB_X11_LIB -lX11 137# define LIB_X11_LIB -lX11
139# undef LIBX11_SYSTEM 138# undef LIBX11_SYSTEM
@@ -145,14 +144,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
145 * we must have INET loaded so we have sockets 144 * we must have INET loaded so we have sockets
146 */ 145 */
147# define HAVE_SOCKETS 146# define HAVE_SOCKETS
148#endif /* HAVE_X_WINDOWS */
149 147
150/* 148/*
151 * useful if you have INET loaded 149 * useful if you have INET loaded
152 */ 150 */
153#ifdef HAVE_SOCKETS
154# define LIBS_MACHINE -linet 151# define LIBS_MACHINE -linet
155#endif
156 152
157 153
158#if (defined(ncl_mr) || defined(ncl_el)) && !defined (NBPC) 154#if (defined(ncl_mr) || defined(ncl_el)) && !defined (NBPC)