2000-01-13 08:03:41 -07:00
|
|
|
#include <linux/autoconf.h>
|
2000-01-17 03:27:29 -07:00
|
|
|
#include <linux/version.h>
|
2000-01-13 08:03:41 -07:00
|
|
|
|
|
|
|
#ifndef CONFIG_SMP
|
|
|
|
#define CONFIG_SMP 0
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef CONFIG_MODVERSIONS
|
|
|
|
#define CONFIG_MODVERSIONS 0
|
|
|
|
#endif
|
|
|
|
|
|
|
|
SMP = CONFIG_SMP
|
|
|
|
MODVERSIONS = CONFIG_MODVERSIONS
|
2000-01-17 03:27:29 -07:00
|
|
|
RELEASE = UTS_RELEASE
|