linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / config.h
index 83b6c3d..a91f5e5 100644 (file)
@@ -1,8 +1,8 @@
 #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 <linux/autoconf.h>
-#ifndef __KERNEL__
-#error including kernel header in userspace; use the glibc headers instead!
-#endif
+
 #endif