From 9a838857e1a271bd13881c2cd2d058072654dd12 Mon Sep 17 00:00:00 2001 From: Rik Faith Date: Thu, 13 Jan 2000 15:03:41 +0000 Subject: Add new code to do SMP/MODVERSIONS detection for more distributions --- linux/picker.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 linux/picker.c (limited to 'linux/picker.c') diff --git a/linux/picker.c b/linux/picker.c new file mode 100644 index 00000000..186f28b2 --- /dev/null +++ b/linux/picker.c @@ -0,0 +1,12 @@ +#include + +#ifndef CONFIG_SMP +#define CONFIG_SMP 0 +#endif + +#ifndef CONFIG_MODVERSIONS +#define CONFIG_MODVERSIONS 0 +#endif + +SMP = CONFIG_SMP +MODVERSIONS = CONFIG_MODVERSIONS -- cgit v1.2.3