blob: a91f5e55b525cf33557f05ac9a95ddd743ed2089 (
plain)
1
2
3
4
5
6
7
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>
#endif
|