diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-29 11:09:43 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-29 11:09:43 +0000 |
commit | 28c6254d02ad9e9b1c70cf8b0bbe8fc47eefafbe (patch) | |
tree | 6af2895da70dda926317fac31cd4db6a4b20200c /Config.in | |
parent | 182a8119063f6a02109783c28513dc7674ba5be7 (diff) | |
download | busybox-w32-28c6254d02ad9e9b1c70cf8b0bbe8fc47eefafbe.tar.gz busybox-w32-28c6254d02ad9e9b1c70cf8b0bbe8fc47eefafbe.tar.bz2 busybox-w32-28c6254d02ad9e9b1c70cf8b0bbe8fc47eefafbe.zip |
fix support for globally disabling --long-options.
(disabling them saves ~4K on fully configured bbox)
git-svn-id: svn://busybox.net/trunk/busybox@16715 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -112,13 +112,11 @@ config LOCALE_SUPPORT | |||
112 | busybox to support locale settings. | 112 | busybox to support locale settings. |
113 | 113 | ||
114 | config GETOPT_LONG | 114 | config GETOPT_LONG |
115 | bool | 115 | bool "Enable support for --long-options" |
116 | default y | 116 | default y |
117 | # bool "Enable support for --long-options" | 117 | help |
118 | # default n | 118 | Enable this if you want busybox applets to use the gnu --long-option |
119 | # help | 119 | style, in addition to single character -a -b -c style options. |
120 | # Enable this if you want busybox applets to use the gnu --long-option | ||
121 | # style, in addition to single character -a -b -c style options. | ||
122 | 120 | ||
123 | config FEATURE_DEVPTS | 121 | config FEATURE_DEVPTS |
124 | bool "Use the devpts filesystem for Unix98 PTYs" | 122 | bool "Use the devpts filesystem for Unix98 PTYs" |