unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Possible fix
@ 2002-07-27 18:53 Richard Stallman
  0 siblings, 0 replies; only message in thread
From: Richard Stallman @ 2002-07-27 18:53 UTC (permalink / raw)
  Cc: emacs-devel

This patch allows Autoconf to decide whether to set HAVE_SYS_WAIT_H
on HPUX versions 8 and up.  Does this change make it work?

*** hpux8.h.~1.23.~	Fri Nov 16 22:47:07 2001
--- hpux8.h	Sat Jul 27 12:56:39 2002
***************
*** 4,13 ****
     Our conjecture that they are needed for hpux version 8,
     which is what runs on the 700.  */
  
- #include "hpux.h"
- 
  #define HPUX8
  
  /* dob@inel.gov says HPUX 8.07 needs this.  He was using X11R5, I think.  */
  #define LIBX11_SYSTEM -lXext
  
--- 4,13 ----
     Our conjecture that they are needed for hpux version 8,
     which is what runs on the 700.  */
  
  #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,74 ****
  
  /* Enable a special hack in XTread_socket.  */
  #define X_IO_BUG
- 
- /* Override hpux.h which undefs this flag.  */
- #define HAVE_SYS_WAIT_H
--- 69,71 ----


*** hpux.h.~1.20.~	Fri Nov 16 22:49:25 2001
--- hpux.h	Sat Jul 27 12:56:24 2002
***************
*** 217,221 ****
--- 217,223 ----
  /* This triggers a conditional in xfaces.c.  */
  #define XOS_NEEDS_TIME_H
  
+ #ifndef HPUX8
  /* It's possible that HPUX 7 has sys/wait.h but it does not work right.  */
  #undef HAVE_SYS_WAIT_H
+ #endif

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-27 18:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-27 18:53 Possible fix Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).