diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-10 22:26:19 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-10 22:26:19 +0000 |
commit | 83e71cfa575f836834e34086c21c2c03408ba7c0 (patch) | |
tree | a03a08a6925cb2db4d8eb28715a46ac8a4b70249 /sysdeps/linux | |
parent | 761ac6d435ba454a403352e1db93a2d0dd55383a (diff) | |
download | busybox-w32-83e71cfa575f836834e34086c21c2c03408ba7c0.tar.gz busybox-w32-83e71cfa575f836834e34086c21c2c03408ba7c0.tar.bz2 busybox-w32-83e71cfa575f836834e34086c21c2c03408ba7c0.zip |
Config feature DEVPTS defined and used in telnetd, by Pavel Roskin
git-svn-id: svn://busybox.net/trunk/busybox@5905 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysdeps/linux')
-rw-r--r-- | sysdeps/linux/config.in | 5 |
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 | |||
14 | bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER | 14 | bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER |
15 | bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT | 15 | bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT |
16 | bool 'Support for devfs' CONFIG_FEATURE_DEVFS | 16 | bool 'Support for devfs' CONFIG_FEATURE_DEVFS |
17 | if [ "$CONFIG_FEATURE_DEVFS" = "y" ]; then | ||
18 | define_bool CONFIG_FEATURE_DEVPTS y | ||
19 | else | ||
20 | bool ' Support for Unix98 PTY filesystem' CONFIG_FEATURE_DEVPTS | ||
21 | fi | ||
17 | bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP | 22 | bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP |
18 | bool 'Support for SUID/SGID handling' CONFIG_FEATURE_SUID | 23 | bool 'Support for SUID/SGID handling' CONFIG_FEATURE_SUID |
19 | if [ "$CONFIG_FEATURE_SUID" = "y" ]; then | 24 | if [ "$CONFIG_FEATURE_SUID" = "y" ]; then |