summaryrefslogtreecommitdiff
path: root/linux/picker.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/picker.c')
-rw-r--r--linux/picker.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/picker.c b/linux/picker.c
index 6053a9477..77519a561 100644
--- a/linux/picker.c
+++ b/linux/picker.c
@@ -1,3 +1,5 @@
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/picker.c,v 1.3 2000/09/01 02:31:40 tsi Exp $ */
+
#include <linux/config.h>
#include <linux/version.h>
@@ -5,6 +7,10 @@
#define CONFIG_SMP 0
#endif
+#ifndef CONFIG_MODULES
+#define CONFIG_MODULES 0
+#endif
+
#ifndef CONFIG_MODVERSIONS
#define CONFIG_MODVERSIONS 0
#endif
@@ -22,6 +28,7 @@
#endif
SMP = CONFIG_SMP
+MODULES = CONFIG_MODULES
MODVERSIONS = CONFIG_MODVERSIONS
AGP = CONFIG_AGP
AGP_MODULE = CONFIG_AGP_MODULE