zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
To: "Zsh hackers list" <zsh-workers@sunsite.auc.dk>
Subject: Re: 3.1.6-dev-16
Date: Mon, 31 Jan 2000 19:30:54 +0000	[thread overview]
Message-ID: <E12FMUP-00005E-00.2000-01-31-19-27-57@cmailg3.svr.pol.co.uk> (raw)
In-Reply-To: ""Andrej Borsenkow""'s message of "Wed, 26 Jan 2000 18:10:55 +0300." <000201bf680f$8adb01b0$21c9ca95@mow.siemens.ru>

"Andrej Borsenkow" wrote:
> This still have the same dl.h/dlfnc.h problem. I cannot provide a patch, as I
> have no idea, how to check for HPUX.

We were going to change it something like this, but I can't remember
hearing whether that would do the trick or not.  It should be OK for you,
at least.

Index: Src/module.c
===================================================================
RCS file: /home/pws/CVSROOT/projects/zsh/Src/module.c,v
retrieving revision 1.6
diff -u -r1.6 module.c
--- Src/module.c	2000/01/14 12:33:35	1.6
+++ Src/module.c	2000/01/30 21:03:09
@@ -319,7 +319,7 @@
 #else
 
 #ifdef HAVE_DLFCN_H
-# ifdef HAVE_DL_H
+# if defined(HAVE_DL_H) && defined(__hpux)
 #  include <dl.h>
 # else
 #  include <dlfcn.h>

-- 
Peter Stephenson <pws@pwstephenson.fsnet.co.uk>


  reply	other threads:[~2000-01-31 19:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-23 21:07 3.1.6-dev-16 Peter Stephenson
2000-01-23 21:25 ` 3.1.6-dev-16 Peter Stephenson
2000-01-23 23:24 ` 3.1.6-dev-16 Tanaka Akira
2000-01-24 20:00   ` 3.1.6-dev-16 Peter Stephenson
2000-01-25 17:38 ` 3.1.6-dev-16 Bart Schaefer
2000-01-25 21:06   ` 3.1.6-dev-16 Peter Stephenson
2000-01-25 21:18     ` 3.1.6-dev-16 Bart Schaefer
2000-01-26 15:10 ` 3.1.6-dev-16 Andrej Borsenkow
2000-01-31 19:30   ` Peter Stephenson [this message]
2000-01-25  8:10 3.1.6-dev-16 Sven Wischnowsky
2000-01-25 16:29 ` 3.1.6-dev-16 Alexandre Duret-Lutz
2000-01-25 16:46 ` 3.1.6-dev-16 Peter Stephenson
2000-01-26 10:03 3.1.6-dev-16 Sven Wischnowsky

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=E12FMUP-00005E-00.2000-01-31-19-27-57@cmailg3.svr.pol.co.uk \
    --to=pws@pwstephenson.fsnet.co.uk \
    --cc=zsh-workers@sunsite.auc.dk \
    /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).