summaryrefslogtreecommitdiff
path: root/linux/picker.c
diff options
context:
space:
mode:
authorRik Faith <faith@alephnull.com>2000-01-13 15:03:41 +0000
committerRik Faith <faith@alephnull.com>2000-01-13 15:03:41 +0000
commit9a838857e1a271bd13881c2cd2d058072654dd12 (patch)
treee2198d2da1bd622ff45d761c1c6d903384e27b34 /linux/picker.c
parentaa724a52b9e3b5fa6a768629e2d403288432b7a8 (diff)
Add new code to do SMP/MODVERSIONS detection for more distributions
Diffstat (limited to 'linux/picker.c')
-rw-r--r--linux/picker.c12
1 files changed, 12 insertions, 0 deletions
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 <linux/autoconf.h>
+
+#ifndef CONFIG_SMP
+#define CONFIG_SMP 0
+#endif
+
+#ifndef CONFIG_MODVERSIONS
+#define CONFIG_MODVERSIONS 0
+#endif
+
+SMP = CONFIG_SMP
+MODVERSIONS = CONFIG_MODVERSIONS