From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14848 invoked from network); 4 Jan 2000 14:59:59 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Jan 2000 14:59:59 -0000 Received: (qmail 14536 invoked by alias); 4 Jan 2000 14:59:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9200 Received: (qmail 14529 invoked from network); 4 Jan 2000 14:59:52 -0000 Date: Tue, 4 Jan 2000 09:59:48 -0500 From: Gene Cohler To: zsh-workers@sunsite.auc.dk Subject: hp patch for hpux 11. Message-ID: <20000104095947.M15713@bear.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="n/aVsWSeQ4JHkrmm" User-Agent: Mutt/1.1.1-current-19991229i --n/aVsWSeQ4JHkrmm Content-Type: text/plain; charset=us-ascii 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. --n/aVsWSeQ4JHkrmm Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="HPFIX.pat" *** 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 ! # else ! # include ! # endif #else # ifdef HAVE_DL_H # include --- 319,325 ---- #else #ifdef HAVE_DLFCN_H ! # include #else # ifdef HAVE_DL_H # include --n/aVsWSeQ4JHkrmm Content-Type: text/plain; charset=us-ascii *********************************************************************** 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. *********************************************************************** --n/aVsWSeQ4JHkrmm--