Mercurial > emacs
changeset 20012:0c55c5d71551
[! HAVE_LIBXMU] (LIBXMU): Define as empty.
[! HAVE_LIBXMU] (NO_EDITRES): Defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 01 Oct 1997 17:24:24 +0000 |
parents | f9429fb3dd05 |
children | cc417f06a333 |
files | src/s/aix4-1.h |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/aix4-1.h Wed Oct 01 05:42:45 1997 +0000 +++ b/src/s/aix4-1.h Wed Oct 01 17:24:24 1997 +0000 @@ -29,3 +29,10 @@ if it was a control character like tab, enter, backspace, or ESC. Bill_Mann @ PraxisInt.com */ /* #undef X11R5_INHIBIT_I18N */ + +#ifndef HAVE_LIBXMU +#define LIBXMU + +/* Unfortunately without libXmu we cannot support EditRes. */ +#define NO_EDITRES +#endif