summaryrefslogtreecommitdiff
path: root/src/s/hpux8.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-24 03:39:58 +0000
committerJim Blandy <jimb@redhat.com>1993-05-24 03:39:58 +0000
commit2cb20a51b55bdd3409c18682a60899a9230eca9b (patch)
treeddb262a1e8ddd3e341f3ae40e50278442733c9ae /src/s/hpux8.h
parentcf026b25cc6e6c25d115850217d99f586699d24c (diff)
downloademacs-2cb20a51b55bdd3409c18682a60899a9230eca9b.tar.gz
* s-hpux8.h (NO_SIOCTL_H): Defined.
Diffstat (limited to 'src/s/hpux8.h')
-rw-r--r--src/s/hpux8.h4
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