diff options
| author | Jim Blandy | 1993-03-20 20:56:55 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-20 20:56:55 +0000 |
| commit | 055e9517dce5dab1b119bad1a23543b30805adf5 (patch) | |
| tree | eff3bf202ed76914759059c3beab5f306a0bc3ec /src | |
| parent | eb5d618c18e7e75a82adc7b441cf18da07a337f4 (diff) | |
| download | emacs-055e9517dce5dab1b119bad1a23543b30805adf5.tar.gz emacs-055e9517dce5dab1b119bad1a23543b30805adf5.zip | |
* s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Emacs 18.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux8.h | 3 | ||||
| -rw-r--r-- | src/s/sunos4-1.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h index 082730c3d8a..ef952e50f97 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h | |||
| @@ -22,3 +22,6 @@ | |||
| 22 | #else | 22 | #else |
| 23 | #define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R4 | 23 | #define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R4 |
| 24 | #endif | 24 | #endif |
| 25 | |||
| 26 | /* Specify compiler options for compiling oldXMenu. */ | ||
| 27 | #define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R4 | ||
diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h index 3e243e550e7..8e038a8c60d 100644 --- a/src/s/sunos4-1.h +++ b/src/s/sunos4-1.h | |||
| @@ -10,3 +10,6 @@ | |||
| 10 | #define INTERRUPTIBLE_OPEN | 10 | #define INTERRUPTIBLE_OPEN |
| 11 | #define INTERRUPTIBLE_CLOSE | 11 | #define INTERRUPTIBLE_CLOSE |
| 12 | #define INTERRUPTIBLE_IO | 12 | #define INTERRUPTIBLE_IO |
| 13 | |||
| 14 | /* Cause the compilation of oldxmenu to use the right -I option. */ | ||
| 15 | #define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM | ||