summaryrefslogtreecommitdiff
path: root/sysdeps/linux
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-11-10 22:26:19 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-11-10 22:26:19 +0000
commitf234e7c755f30cf2cf7f48762370b2bcde76f68f (patch)
treea03a08a6925cb2db4d8eb28715a46ac8a4b70249 /sysdeps/linux
parente16860df08a8fbc6fb356a35914257b1f85da3c7 (diff)
downloadbusybox-w32-f234e7c755f30cf2cf7f48762370b2bcde76f68f.tar.gz
busybox-w32-f234e7c755f30cf2cf7f48762370b2bcde76f68f.tar.bz2
busybox-w32-f234e7c755f30cf2cf7f48762370b2bcde76f68f.zip
Config feature DEVPTS defined and used in telnetd, by Pavel Roskin
Diffstat (limited to 'sysdeps/linux')
-rw-r--r--sysdeps/linux/config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/linux/config.in b/sysdeps/linux/config.in
index ca7d97d4b..dac74e8e0 100644
--- a/sysdeps/linux/config.in
+++ b/sysdeps/linux/config.in
@@ -14,6 +14,11 @@ bool 'Show verbose applet usage messages' CONFIG_FEATURE_VERBOSE_USAGE
14bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER 14bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER
15bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT 15bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT
16bool 'Support for devfs' CONFIG_FEATURE_DEVFS 16bool 'Support for devfs' CONFIG_FEATURE_DEVFS
17if [ "$CONFIG_FEATURE_DEVFS" = "y" ]; then
18 define_bool CONFIG_FEATURE_DEVPTS y
19else
20 bool ' Support for Unix98 PTY filesystem' CONFIG_FEATURE_DEVPTS
21fi
17bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP 22bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP
18bool 'Support for SUID/SGID handling' CONFIG_FEATURE_SUID 23bool 'Support for SUID/SGID handling' CONFIG_FEATURE_SUID
19if [ "$CONFIG_FEATURE_SUID" = "y" ]; then 24if [ "$CONFIG_FEATURE_SUID" = "y" ]; then