From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29467 invoked from network); 2 Aug 2000 21:03:35 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Aug 2000 21:03:35 -0000 Received: (qmail 676 invoked by alias); 2 Aug 2000 21:03:25 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12492 Received: (qmail 652 invoked from network); 2 Aug 2000 21:03:23 -0000 Subject: Re: config.h and dependency on module zsh/main In-Reply-To: <0FYN00L05TSYKI@la-la.cambridgesiliconradio.com> from Peter Stephenson at "Aug 2, 2000 11:14:59 am" To: Peter Stephenson Date: Wed, 2 Aug 2000 22:03:17 +0100 (BST) CC: Zsh hackers list X-Mailer: ELM [version 2.4ME+ PL66 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Zefram Peter Stephenson wrote: >I'm not clear what `nozshdep' actually means. Currently it's used only in >the main zsh module to avoid circular dependencies. That's all it's intended for. > 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). Something like that. Basically, if you want to use nozshdep in a module other than zsh/main, you'd better know what you're doing. Knowing what you're doing includes #including config.h if you actually need it. -zefram