# HG changeset patch # User Jim Blandy # Date 738214798 0 # Node ID 96a9c2369a0da6ed9c6557207c2d4d5bcc7eb723 # Parent 5a73d384f45e707b603f1d35c0fdd42890e5af08 * s-hpux8.h (NO_SIOCTL_H): Defined. diff -r 5a73d384f45e -r 96a9c2369a0d src/s/hpux8.h --- a/src/s/hpux8.h Mon May 24 02:32:33 1993 +0000 +++ b/src/s/hpux8.h Mon May 24 03:39:58 1993 +0000 @@ -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