comparison 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
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
111 111
112 /* 112 /*
113 * if we use X11, libX11.a has these... 113 * if we use X11, libX11.a has these...
114 */ 114 */
115 # undef LIB_X11_LIB 115 # undef LIB_X11_LIB
116 # define LIB_X11_LIB -lX11 116 # define LIB_X11_LIB "-lX11"
117 # undef LIBX11_SYSTEM 117 # undef LIBX11_SYSTEM
118 # define LIBX11_SYSTEM -lmalloc -lnsl 118 # define LIBX11_SYSTEM "-lmalloc -lnsl"
119 119
120 /* 120 /*
121 * useful if you have INET loaded 121 * useful if you have INET loaded
122 */ 122 */
123 # define LIBS_MACHINE -linet 123 # define LIBS_MACHINE "-linet"
124 124
125 125
126 #if (defined(ncl_mr) || defined(ncl_el)) && !defined (NBPC) 126 #if (defined(ncl_mr) || defined(ncl_el)) && !defined (NBPC)
127 # define NBPC 4096 127 # define NBPC 4096
128 #endif 128 #endif
188 188
189 /* Send signals to subprocesses by "typing" signal chars at them. */ 189 /* Send signals to subprocesses by "typing" signal chars at them. */
190 #define SIGNALS_VIA_CHARACTERS 190 #define SIGNALS_VIA_CHARACTERS
191 191
192 /* This is to prevent memory clobbering on the DPX/2 200. */ 192 /* This is to prevent memory clobbering on the DPX/2 200. */
193 #define LD_SWITCH_MACHINE -N -T32 193 #define LD_SWITCH_MACHINE "-N -T32"
194 194
195 /* end of dpx2.h */ 195 /* end of dpx2.h */
196 196
197 197