patch-1.3.78 linux/scripts/Configure
Next file: linux/scripts/Menuconfig
Previous file: linux/net/unix/garbage.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Mon Mar 25 08:58:28 1996
- Orig file:
v1.3.77/linux/scripts/Configure
- Orig date:
Fri Feb 23 13:54:44 1996
diff -u --recursive --new-file v1.3.77/linux/scripts/Configure linux/scripts/Configure
@@ -9,7 +9,7 @@
#
# Please send comments / questions / bug fixes to raymondc@microsoft.com.
#
-# ***** IMPORTANT COMPATABILITY NOTE ****
+# ***** IMPORTANT COMPATIBILITY NOTE ****
# If configuration changes are made which might adversely effect
# Menuconfig or xconfig, please notify the respective authors so that
# those utilities can be updated in parallel.
@@ -39,6 +39,9 @@
#
# 150296 Dick Streefland (dicks@tasking.nl) - report new configuration
# items and ask for a value even when doing a "make oldconfig"
+#
+# 200396 Tom Dyas (tdyas@eden.rutgers.edu) - when the module option is
+# chosen for an item, define the macro <option_name>_MODULE
#
# Make sure we're really running bash.
@@ -141,6 +144,7 @@
"m")
echo "$1=m" >>$CONFIG
echo "#undef $1" >>$CONFIG_H
+ echo "#define $1_MODULE 1" >>$CONFIG_H
;;
"n")
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this