diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux8.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h index b7b3fbb2eeb..855967b856e 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h | |||
| @@ -26,8 +26,11 @@ | |||
| 26 | #define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R5 -L/usr/lib/X11R4 | 26 | #define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R5 -L/usr/lib/X11R4 |
| 27 | #endif | 27 | #endif |
| 28 | 28 | ||
| 29 | #if 0 /* This should no longer be necessary now that | ||
| 30 | C_SWITCH_... are passed down when compiling oldXMenu. */ | ||
| 29 | /* Specify compiler options for compiling oldXMenu. */ | 31 | /* Specify compiler options for compiling oldXMenu. */ |
| 30 | #define OLDXMENU_OPTIONS CFLAGS="-I/usr/include/X11R5 -I/usr/include/X11R4" | 32 | #define OLDXMENU_OPTIONS CFLAGS="-I/usr/include/X11R5 -I/usr/include/X11R4" |
| 33 | #endif | ||
| 31 | 34 | ||
| 32 | /* Some hpux 8 machines seem to have TIOCGWINSZ, | 35 | /* Some hpux 8 machines seem to have TIOCGWINSZ, |
| 33 | and none have sioctl.h, so might as well define this. */ | 36 | and none have sioctl.h, so might as well define this. */ |