all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Possible fix
Date: Sat, 27 Jul 2002 12:53:31 -0600 (MDT)	[thread overview]
Message-ID: <200207271853.g6RIrVq10816@aztec.santafe.edu> (raw)

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

                 reply	other threads:[~2002-07-27 18:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200207271853.g6RIrVq10816@aztec.santafe.edu \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.