upgrade to linux 2.6.9-1.11_FC2
[linux-2.6.git] / include / linux / config.h
1 #ifndef _LINUX_CONFIG_H
2 #define _LINUX_CONFIG_H
3
4 #include <linux/autoconf.h>
5 #if !defined (__KERNEL__) && !defined(__KERNGLUE__)
6 #error including kernel header in userspace; use the glibc headers instead!
7 #endif
8 #endif