# HG changeset patch # User Jim Blandy # Date 732661015 0 # Node ID bba90ce247b0c9d757945f81824936a852bd408f # Parent 997f8e481bf86f2fbfe34d4a92aaf66a275e6012 * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in Emacs 18. diff -r 997f8e481bf8 -r bba90ce247b0 src/s/hpux8.h --- 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 diff -r 997f8e481bf8 -r bba90ce247b0 src/s/sunos4-1.h --- 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