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

hp patch for hpux 11.



   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

   (FYI, the dlopen() suite is ONLY available on 64 bit kernel for
   some odd reason and not 32).

   This patch should allow hpux 11.0 compilation on either.




-- 
  Gene Cohler
  Bear Stearns & Co.
*** Src/module.c	Tue Jan  4 09:25:40 2000
--- Src/module.c.DIST	Tue Jan  4 09:26:29 2000
***************
*** 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>
--- 319,325 ----
  #else
  
  #ifdef HAVE_DLFCN_H
! #  include <dlfcn.h>
  #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