Subject: Re: config(8) vs Brett Lymn :-)
To: None <mouse@Rodents.Montreal.QC.CA>
From: John Kohl <jtk@atria.com>
List: tech-kern
Date: 03/05/1997 18:23:59
>>>>> "dM" == der Mouse <mouse@Rodents.Montreal.QC.CA> writes:

dM> Now, this probably is not entirely fixable.  However, it occurs to me
dM> that it would be fairly easy to have config generate some
dM> representation of those locator-specification lines for the benefit of
dM> programs like prtconf

In fact, I have hacked on config to do this sort of thing--I have it
spit out #define'ed locator indices for indexing into cf_loc[], a list
of locator names { "foo", "bar" }, and a count of locators.  I haven't
done any work to actually use this set of defines, though :)

==John