Mercurial > emacs
changeset 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 | d040c1a8ccbe |
children | 85aadd2a80ba |
files | src/m/delta.h |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/delta.h Thu Nov 25 06:28:03 1993 +0000 +++ b/src/m/delta.h Thu Nov 25 06:47:28 1993 +0000 @@ -200,5 +200,22 @@ #define CLASH_DETECTION +/* configure fails to find these two. */ +#define HAVE_RANDOM +#define HAVE_XSCREENNUMBEROFSCREEN +/* pearce@ll.mit.edu says this is needed. */ + +#define BROKEN_FIONREAD + +/* No shared X library. */ + +#undef LIB_X11_LIB +#define LIB_X11_LIB -lX11 + +/* We have no 'pt' library as usg5-3.h expects. */ +#undef LIBX11_SYSTEM +#define LIBX11_SYSTEM -lnls -lnsl_s + +#undef USG_SHARED_LIBRARIES