Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: hp patch for hpux 11.



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