diff options
| author | Jim Blandy | 1993-05-24 03:39:58 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-24 03:39:58 +0000 |
| commit | 2cb20a51b55bdd3409c18682a60899a9230eca9b (patch) | |
| tree | ddb262a1e8ddd3e341f3ae40e50278442733c9ae /src | |
| parent | cf026b25cc6e6c25d115850217d99f586699d24c (diff) | |
| download | emacs-2cb20a51b55bdd3409c18682a60899a9230eca9b.tar.gz emacs-2cb20a51b55bdd3409c18682a60899a9230eca9b.zip | |
* s-hpux8.h (NO_SIOCTL_H): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux8.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h index ef952e50f97..c1d3944a0a7 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h | |||
| @@ -25,3 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | /* Specify compiler options for compiling oldXMenu. */ | 26 | /* Specify compiler options for compiling oldXMenu. */ |
| 27 | #define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R4 | 27 | #define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R4 |
| 28 | |||
| 29 | /* Some hpux 8 machines seem to have TIOCGWINSZ, | ||
| 30 | and none have sioctl.h, so might as well define this. */ | ||
| 31 | #define NO_SIOCTL_H | ||