Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: hp patch for hpux 11.
- X-seq: zsh-workers 9211
- From: Gene Cohler <gene@xxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: hp patch for hpux 11.
- Date: Tue, 4 Jan 2000 17:23:08 -0500
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <E125cHS-0002wU-00.2000-01-04-22-18-18@xxxxxxxxxxxxxxxxxxxx>; from pws@xxxxxxxxxxxxxxxxxxxxxxxx on Tue, Jan 04, 2000 at 10:20:11PM +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <20000104095947.M15713@xxxxxxxx> <E125cHS-0002wU-00.2000-01-04-22-18-18@xxxxxxxxxxxxxxxxxxxx>
Yes it did - sorry about that.
Unreversed patch enclosed.
On Tue, Jan 04, 2000 at 10:20:11PM +0000, Peter Stephenson wrote:
> Gene Cohler wrote:
> > Things have changed from Sep 98 to current hpux 11.0 version.
> > The dlfcn.h has gone - all the definitions are now in dl.h
>
> Did this patch get reversed? It seems to fit with the latest version if
> it's the other way round.
>
> --
> Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
--
Gene Cohler
Bear Stearns & Co.
*** Src/module.c.DIST Tue Jan 4 09:26:29 2000
--- Src/module.c Tue Jan 4 09:25:40 2000
***************
*** 319,325 ****
#else
#ifdef HAVE_DLFCN_H
! # include <dlfcn.h>
#else
# ifdef HAVE_DL_H
# include <dl.h>
--- 319,329 ----
#else
#ifdef HAVE_DLFCN_H
! # ifdef HAVE_DL_H
! # include <dl.h>
! # else
! # include <dlfcn.h>
! # endif
#else
# ifdef HAVE_DL_H
# include <dl.h>
***********************************************************************
Bear Stearns is not responsible for any recommendation, solicitation,
offer or agreement or any information about any transaction, customer
account or account activity contained in this communication.
***********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author