Newsgroups: rec.arts.int-fiction
Path: nntp.gmd.de!news.ruhr-uni-bochum.de!news.uni-stuttgart.de!uni-regensburg.de!lrz-muenchen.de!informatik.tu-muenchen.de!Germany.EU.net!howland.reston.ans.net!newsfeed.internetmci.com!swrinde!elroy.jpl.nasa.gov!lll-winken.llnl.gov!nntp.coast.net!torn!watserv3.uwaterloo.ca!undergrad.math.uwaterloo.ca!svanegmo
From: svanegmo@undergrad.math.uwaterloo.ca (Stephen van Egmond)
Subject: Re: Compiling Inform 6 Under Linux
Sender: news@undergrad.math.uwaterloo.ca (news spool owner)
Message-ID: <Dqy44G.J0A@undergrad.math.uwaterloo.ca>
Date: Sun, 5 May 1996 18:45:52 GMT
References: <DqwItn.AEM@rwd.goucher.edu>
Nntp-Posting-Host: cantor.math.uwaterloo.ca
Organization: University of Waterloo
Lines: 15

Look for its definition.  You'll see there's only one, and it's in a 
structure like this

#ifdef something

// no def of icl_directory

#else

// a def of icl_directory

#endif

It should be obvious what you need to do.

