[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Fedora-xen] kernel name confusion and no config.h in 2.6.18-1.2741 ?
- From: Paul Wouters <paul xelerance com>
- To: Chris Lalancette <clalance redhat com>
- Cc: fedora-xen redhat com
- Subject: Re: [Fedora-xen] kernel name confusion and no config.h in 2.6.18-1.2741 ?
- Date: Fri, 6 Oct 2006 23:14:53 +0200 (CEST)
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
Paul
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]