diff options
| author | Richard M. Stallman | 1993-07-27 08:31:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-27 08:31:15 +0000 |
| commit | ed4c10059f39cbe61244baa44bd2ac5ad4cd9551 (patch) | |
| tree | 52b2cb74263fd57d0b08b3384ced6dd692a8177a /src | |
| parent | 24a5451a04cd1fb4b19c9f5fd3ff501b40985bb5 (diff) | |
| download | emacs-ed4c10059f39cbe61244baa44bd2ac5ad4cd9551.tar.gz emacs-ed4c10059f39cbe61244baa44bd2ac5ad4cd9551.zip | |
(OLDXMENU_OPTIONS): Definition deleted.
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. */ |