comparison src/m/delta.h @ 5170:feee1e8ab9ad

(HAVE_RANDOM, HAVE_XSCREENNUMBEROFSCREEN, BROKEN_FIONREAD): Add definitions. (LIB_X11_LIB, LIBX11_SYSTEM): Add override definitions. (USG_SHARED_LIBRARIES): Add #undef.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Nov 1993 06:47:28 +0000
parents a4a33eb8f6e9
children 0580776d4578
comparison
equal deleted inserted replaced
5169:d040c1a8ccbe 5170:feee1e8ab9ad
198 #undef INTERRUPT_INPUT 198 #undef INTERRUPT_INPUT
199 #undef SIGIO 199 #undef SIGIO
200 200
201 #define CLASH_DETECTION 201 #define CLASH_DETECTION
202 202
203 203 /* configure fails to find these two. */
204 204
205 #define HAVE_RANDOM
206 #define HAVE_XSCREENNUMBEROFSCREEN
207
208 /* pearce@ll.mit.edu says this is needed. */
209
210 #define BROKEN_FIONREAD
211
212 /* No shared X library. */
213
214 #undef LIB_X11_LIB
215 #define LIB_X11_LIB -lX11
216
217 /* We have no 'pt' library as usg5-3.h expects. */
218 #undef LIBX11_SYSTEM
219 #define LIBX11_SYSTEM -lnls -lnsl_s
220
221 #undef USG_SHARED_LIBRARIES