From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20050 invoked from network); 2 Aug 2000 10:15:35 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Aug 2000 10:15:35 -0000 Received: (qmail 24797 invoked by alias); 2 Aug 2000 10:15:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12481 Received: (qmail 24790 invoked from network); 2 Aug 2000 10:15:27 -0000 Date: Wed, 02 Aug 2000 11:14:59 +0100 From: Peter Stephenson Subject: Re: config.h and dependency on module zsh/main In-reply-to: "Your message of Wed, 02 Aug 2000 14:04:40 +0400." <000c01bffc69$126cd070$21c9ca95@mow.siemens.ru> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Message-id: <0FYN00L05TSYKI@la-la.cambridgesiliconradio.com> Content-transfer-encoding: 7BIT > config.h is included from Src/zsh.mdh. Unfortunately, if modules sets > "nozshdep", Src/zsh.mdh is not included. But even in this case we may need > some configuration information? Or do I miss something? I'm not clear what `nozshdep' actually means. Currently it's used only in the main zsh module to avoid circular dependencies. It's hard to conceive of a real module that *doesn't* depend on the main executable. It would have to be some standalone thing (in which case config.h would not be relevant). Or maybe I've missed the point too. -- Peter Stephenson Cambridge Silicon Radio, Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070