[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PATCH: NSPathUtilities etc
From: |
Sheldon Gill |
Subject: |
Re: PATCH: NSPathUtilities etc |
Date: |
Tue, 24 Feb 2004 13:26:54 +0800 |
User-agent: |
KMail/1.6.50 |
On Tue, 24 Feb 2004 12:17, Adam Fedor wrote:
> On Mon, 2004-01-19 at 01:56, Sheldon Gill wrote:
> > For unix systems, GNUstep now sources "/etc/GNUstep/GNUstep.conf" at
>
> Well, I'd like the location of the conf file to be configurable (but
> compiled into base).
From NSPathUtilities.m:
/* The global configuration file */
#define GNUSTEP_CONFIGURATION_FILE @"/etc/GNUstep/GNUstep.conf"
> Looks like a nice start otherwise!
Thank you.
I think that such configuration definitions and conditional compilation
switches would be best moved to a file, say "options.h", which can then be
easily edited for various compile time preferences. I think it's a better
way for gnustep-base to go, rather than relying on autoconf to generate an
appropriate 'config.h' header which has to include such things in line.
Regards,
Sheldon