aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-25 06:47:28 +0000
committerRichard M. Stallman1993-11-25 06:47:28 +0000
commit7819b9be12feadea6d132db28259d74e9c140e62 (patch)
tree1fdba22c97f61d0411f2755df3a830e64323ab27 /src
parent0b79989fc40a4e7c8b508da1de9e5c76bf47e74b (diff)
downloademacs-7819b9be12feadea6d132db28259d74e9c140e62.tar.gz
emacs-7819b9be12feadea6d132db28259d74e9c140e62.zip
(HAVE_RANDOM, HAVE_XSCREENNUMBEROFSCREEN, BROKEN_FIONREAD): Add definitions.
(LIB_X11_LIB, LIBX11_SYSTEM): Add override definitions. (USG_SHARED_LIBRARIES): Add #undef.
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