[Fedora-xen] kernel name confusion and no config.h in 2.6.18-1.2741 ?

Dave Jones davej at redhat.com
Fri Oct 6 23:16:49 UTC 2006


On Fri, Oct 06, 2006 at 11:14:53PM +0200, Paul Wouters wrote:
 > On Fri, 6 Oct 2006, Paul Wouters wrote:
 > 
 > > Ok. a quick replae of linux/config.h for linux/autoconf.h worked and fixed the problem.
 > > Now, to do this properly without adding ugly large #ifdef's to a bunch of files.......
 > > Why didn't they put the logic in config.h itself :(
 > 
 > Oh. autconf.h gets included via macro's. so the logic that needs to be added isn't too bad:
 > 
 > #ifndef AUTOCONF_INCLUDED
 > #include <linux/config.h>
 > #endif
 > 
 > And you don't need to manually include autoconf.h

You don't need to do those three lines at all if you're using kernels
from at least the last year and half or so.

	Dave

-- 
http://www.codemonkey.org.uk




More information about the Fedora-xen mailing list