zsh-workers
 help / color / mirror / code / Atom feed
From: Richard Coleman <coleman@math.gatech.edu>
To: zsh-workers@math.gatech.edu
Subject: Re: SIGWINCH patch
Date: Thu, 07 Sep 1995 12:14:22 -0400	[thread overview]
Message-ID: <9509071614.AA24533@redwood.skiles.gatech.edu> (raw)
In-Reply-To: Your message of "Thu, 07 Sep 1995 08:53:13 PDT." <9509071553.AA15584@marathon.cs.ucla.edu>

> >   Generally, I think zsh-2.6-beta10 can not compile on OS which has not
> > SIGWINCH.
> 
> HP-UX *does* have SIGWICH.  However, some constants have to be defined
> for it to work:

I would be very surprised if any relatively recent system didn't
define SIGWINCH.  But you never know with some of these vendors.

> As you can see, _INCLUDE_HPUX_SOURCE must be defined.  It probably isn't
> being defined on your system, so either there's something wrong with your
> configuration (system? compiler? headers?) or we have to make sure that
> _INCLUDE_HPUX_SOURCE gets defined ny the zsh configure script.
> 

zsh defines _INCLUDE_HPUX_SOURCE in system.h

#ifdef __hpux
#define _INCLUDE_POSIX_SOURCE
#define _INCLUDE_XOPEN_SOURCE
#define _INCLUDE_HPUX_SOURCE
#endif

If your system is having trouble picking this up, add
-D__hpux to the compile time flags.                              

rc


      reply	other threads:[~1995-09-07 16:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-09-07 15:53 Eskandar Ensafi
1995-09-07 16:14 ` Richard Coleman [this message]

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=9509071614.AA24533@redwood.skiles.gatech.edu \
    --to=coleman@math.gatech.edu \
    --cc=zsh-workers@math.gatech.edu \
    /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 public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).