examples: make udhcpc script handle /32 netmasks
[oweals/busybox.git] / Config.in
index db15871694acd850a330b94b2a98237a1192dc30..cfb3aa0ee255ec36158cebf8f0a0442476d8238e 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -50,26 +50,6 @@ config USE_PORTABLE_CODE
          compiler other than gcc.
          If you do use gcc, this option may needlessly increase code size.
 
-#fixme: delete, create suboptions for applets which use this
-config FEATURE_AUTOWIDTH
-       bool "Calculate terminal & column widths"
-       default y
-       help
-         This option allows utilities such as 'ls', 'telnet' etc
-         to determine the width of the screen, which can allow them to
-         display additional text or avoid wrapping text onto the next line.
-         If you leave this disabled, your utilities will be especially
-         primitive and will be unable to determine the current screen width.
-
-#fixme: delete, create suboptions for applets which use this
-config FEATURE_USE_TERMIOS
-       bool "Use termios for one-stroke input"
-       default y
-       help
-         This option allows utilities such as 'top' to accept keyboard
-         commands. Without this option, they simply refresh display
-         after a fixed period.
-
 config SHOW_USAGE
        bool "Show applet usage messages"
        default y