diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-24 03:39:58 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-24 03:39:58 +0000 |
commit | 2cb20a51b55bdd3409c18682a60899a9230eca9b (patch) | |
tree | ddb262a1e8ddd3e341f3ae40e50278442733c9ae /src/s/hpux8.h | |
parent | cf026b25cc6e6c25d115850217d99f586699d24c (diff) | |
download | emacs-2cb20a51b55bdd3409c18682a60899a9230eca9b.tar.gz |
* s-hpux8.h (NO_SIOCTL_H): Defined.
Diffstat (limited to 'src/s/hpux8.h')
-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 @@ /* Specify compiler options for compiling oldXMenu. */ #define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R4 + +/* Some hpux 8 machines seem to have TIOCGWINSZ, + and none have sioctl.h, so might as well define this. */ +#define NO_SIOCTL_H |