X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fconfig.h;fp=include%2Flinux%2Fconfig.h;h=4337c2f43789b4f27bc2eec65ac48181338a5e41;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=9d1c14f7ad6dda45a6a185d95c54bffb2aed29e8;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/linux/config.h b/include/linux/config.h index 9d1c14f7a..4337c2f43 100644 --- a/include/linux/config.h +++ b/include/linux/config.h @@ -1,6 +1,10 @@ #ifndef _LINUX_CONFIG_H #define _LINUX_CONFIG_H - +/* This file is no longer in use and kept only for backward compatibility. + * autoconf.h is now included via -imacros on the commandline + */ #include - +#if !defined (__KERNEL__) && !defined(__KERNGLUE__) +#error including kernel header in userspace; use the glibc headers instead! +#endif #endif