From: Richard M. Stallman Date: Mon, 29 Jul 2002 01:57:49 +0000 (+0000) Subject: (HPUX8): Define this before including hpux.h. X-Git-Tag: ttn-vms-21-2-B4~13833 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d18dc4094bcbfb3b05046a23c3fd05e5e7ec8a8;p=emacs.git (HPUX8): Define this before including hpux.h. (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide. --- diff --git a/src/s/hpux8.h b/src/s/hpux8.h index 08320074b60..c06675301f0 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h @@ -4,10 +4,10 @@ Our conjecture that they are needed for hpux version 8, which is what runs on the 700. */ -#include "hpux.h" - #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