aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/delta.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/m/delta.h b/src/m/delta.h
index 8b8649cea03..efccbce1f6e 100644
--- a/src/m/delta.h
+++ b/src/m/delta.h
@@ -200,5 +200,22 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
200 200
201#define CLASH_DETECTION 201#define CLASH_DETECTION
202 202
203/* configure fails to find these two. */
203 204
205#define HAVE_RANDOM
206#define HAVE_XSCREENNUMBEROFSCREEN
204 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