Mercurial > emacs
changeset 2284:bba90ce247b0
* s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Emacs 18.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 20 Mar 1993 20:56:55 +0000 |
parents | 997f8e481bf8 |
children | f0a979beceab |
files | src/s/hpux8.h src/s/sunos4-1.h |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux8.h Sat Mar 20 20:48:34 1993 +0000 +++ b/src/s/hpux8.h Sat Mar 20 20:56:55 1993 +0000 @@ -22,3 +22,6 @@ #else #define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R4 #endif + +/* Specify compiler options for compiling oldXMenu. */ +#define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R4
--- a/src/s/sunos4-1.h Sat Mar 20 20:48:34 1993 +0000 +++ b/src/s/sunos4-1.h Sat Mar 20 20:56:55 1993 +0000 @@ -10,3 +10,6 @@ #define INTERRUPTIBLE_OPEN #define INTERRUPTIBLE_CLOSE #define INTERRUPTIBLE_IO + +/* Cause the compilation of oldxmenu to use the right -I option. */ +#define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM