Re: getting include-files from arch//subdir

2000-10-24 Thread Eric W. Biederman
"Heusden, Folkert van" <[EMAIL PROTECTED]> writes: > Hi, > > ADC> why not > ADC> #include > ADC> Amit > > Since that is not cross-platform. I like a solution which does the #include > transparantly > for alpha/i386/etc. Umm. Then the include file should probably rest under the include hierar

RE: getting include-files from arch//subdir

2000-10-24 Thread Heusden, Folkert van
Hi, ADC> why not ADC> #include ADC> Amit Since that is not cross-platform. I like a solution which does the #include transparantly for alpha/i386/etc. "Heusden, Folkert van" wrote: > > I need to include (in a driver) a header-file from arch//subdir. I > could, of course, > do something like

Re: getting include-files from arch//subdir

2000-10-23 Thread Amit D Chaudhary
why not #include Amit "Heusden, Folkert van" wrote: > > I need to include (in a driver) a header-file from arch//subdir. I > could, of course, > do something like #include "../../arch/i386/{etc}" with a couple of #ifdef's > to get things > working for each environment. I guess that's now the