# HG changeset patch # User Richard M. Stallman # Date 1027907869 0 # Node ID 1b101ca07856f6b161ffe8fc7e86760832de3246 # Parent 9fee2ba2f93da24bdedb4d446aeee71223846f14 (HPUX8): Define this before including hpux.h. (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide. diff -r 9fee2ba2f93d -r 1b101ca07856 src/s/hpux8.h --- a/src/s/hpux8.h Mon Jul 29 01:56:56 2002 +0000 +++ b/src/s/hpux8.h Mon Jul 29 01:57:49 2002 +0000 @@ -4,9 +4,9 @@ Our conjecture that they are needed for hpux version 8, which is what runs on the 700. */ -#include "hpux.h" +#define HPUX8 -#define HPUX8 +#include "hpux.h" /* dob@inel.gov says HPUX 8.07 needs this. He was using X11R5, I think. */ #define LIBX11_SYSTEM -lXext @@ -69,6 +69,3 @@ /* Enable a special hack in XTread_socket. */ #define X_IO_BUG - -/* Override hpux.h which undefs this flag. */ -#define HAVE_SYS_WAIT_H