Mercurial > hg > xemacs-beta
diff src/m/dpx2.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children | 85ec50267440 |
line wrap: on
line diff
--- a/src/m/dpx2.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/m/dpx2.h Mon Aug 13 09:43:35 2007 +0200 @@ -113,14 +113,14 @@ * if we use X11, libX11.a has these... */ # undef LIB_X11_LIB -# define LIB_X11_LIB -lX11 +# define LIB_X11_LIB "-lX11" # undef LIBX11_SYSTEM -# define LIBX11_SYSTEM -lmalloc -lnsl +# define LIBX11_SYSTEM "-lmalloc -lnsl" /* * useful if you have INET loaded */ -# define LIBS_MACHINE -linet +# define LIBS_MACHINE "-linet" #if (defined(ncl_mr) || defined(ncl_el)) && !defined (NBPC) @@ -190,7 +190,7 @@ #define SIGNALS_VIA_CHARACTERS /* This is to prevent memory clobbering on the DPX/2 200. */ -#define LD_SWITCH_MACHINE -N -T32 +#define LD_SWITCH_MACHINE "-N -T32" /* end of dpx2.h */