Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / include / linux / config.h
1 #ifndef _LINUX_CONFIG_H
2 #define _LINUX_CONFIG_H
3 /* This file is no longer in use and kept only for backward compatibility.
4  * autoconf.h is now included via -imacros on the commandline
5  */
6 #warning Including config.h is deprecated.
7 #include <linux/autoconf.h>
8 #if !defined (__KERNEL__) && !defined(__KERNGLUE__)
9 #error including kernel header in userspace; use the glibc headers instead!
10 #endif
11 #endif