From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27098 invoked from network); 11 Aug 1999 23:50:58 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Aug 1999 23:50:58 -0000 Received: (qmail 26249 invoked by alias); 11 Aug 1999 23:50:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7427 Received: (qmail 26242 invoked from network); 11 Aug 1999 23:50:51 -0000 Date: Thu, 12 Aug 1999 09:50:45 +1000 From: Geoff Wing To: Bart Schaefer Cc: zsh-workers@sunsite.auc.dk Subject: Re: zsh configuration Message-ID: <19990812095045.A26972@primenet.com.au> References: <990811163357.ZM2163@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <990811163357.ZM2163@candle.brasslantern.com>; from Bart Schaefer on Wed, Aug 11, 1999 at 04:33:57PM +0000 Organization: PrimeNet Computer Consultancy Bart Schaefer wrote about Re: zsh configuration: :On Aug 11, 3:37pm, Geoff Wing wrote: :} Subject: Re: zsh configuration :} Wim Yedema typed: :} :#define HAVE_DLFCN_H 0 :} :#ifdef HAVE_DLFCN_H :} :# include :} :#else :} :# ifdef HAVE_DL_H :} This looks perfectly OK to me. is used in preference to . :} What's supposed to be wrong about it? To get ``#define HAVE_DLFCN_H 0'' with the ``0'' there you would have to have edited config.h and ignored the comment on the previous line: /* Define if you have the header file. */ because that generated lines are either ``#define ... 1'' or ``/* #undef ... */''. ``#define ... 0'' is not generated. :It should be :/* #undef HAVE_DLFCN_H */ I wasn't automatically presuming that it was user error (the opposite of ``define'' being ``not define''; not ``define as some other value'') and was allowing for the case where it may have been a valid point. Regards, -- Geoff Wing : Work URL: http://www.primenet.com.au/ Rxvt Stuff : Ego URL : http://pobox.com/~gcw/ Zsh Stuff : Phone : (Australia) 0413 431 874