| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _LINUX_CONFIG_H |
| 2 | #define _LINUX_CONFIG_H |
| Russell King | 2dd34b4 | 2005-10-30 22:42:11 +0100 | [diff] [blame] | 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 | */ |
| Dave Jones | 038b0a6 | 2006-10-04 03:38:54 -0400 | [diff] [blame] | 6 | #warning Including config.h is deprecated. |
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | #include <linux/autoconf.h> |
| 8 | |
| 9 | #endif |