diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-05 22:19:19 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-20 19:14:27 +0200 |
commit | 321324ebf644585cfc3451c5409cb0f55ff03f2e (patch) | |
tree | a110f3960884fffab719ac64ac7fcf3026eba468 /libbb/Config.in | |
parent | ef565002a116c29a58ba3076f7e7966789f33c3e (diff) | |
download | busybox-w32-321324ebf644585cfc3451c5409cb0f55ff03f2e.tar.gz busybox-w32-321324ebf644585cfc3451c5409cb0f55ff03f2e.tar.bz2 busybox-w32-321324ebf644585cfc3451c5409cb0f55ff03f2e.zip |
win32: libbb/Config.in Cygwin
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | libbb/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libbb/Config.in b/libbb/Config.in index 55367b21b..7a2d922ed 100644 --- a/libbb/Config.in +++ b/libbb/Config.in | |||
@@ -29,6 +29,7 @@ config MD5_SIZE_VS_SPEED | |||
29 | config FEATURE_FAST_TOP | 29 | config FEATURE_FAST_TOP |
30 | bool "Faster /proc scanning code (+100 bytes)" | 30 | bool "Faster /proc scanning code (+100 bytes)" |
31 | default n | 31 | default n |
32 | depends on !PLATFORM_MINGW32 | ||
32 | help | 33 | help |
33 | This option makes top (and ps) ~20% faster (or 20% less CPU hungry), | 34 | This option makes top (and ps) ~20% faster (or 20% less CPU hungry), |
34 | but code size is slightly bigger. | 35 | but code size is slightly bigger. |
@@ -36,11 +37,21 @@ config FEATURE_FAST_TOP | |||
36 | config FEATURE_ETC_NETWORKS | 37 | config FEATURE_ETC_NETWORKS |
37 | bool "Support for /etc/networks" | 38 | bool "Support for /etc/networks" |
38 | default n | 39 | default n |
40 | depends on !PLATFORM_MINGW32 | ||
39 | help | 41 | help |
40 | Enable support for network names in /etc/networks. This is | 42 | Enable support for network names in /etc/networks. This is |
41 | a rarely used feature which allows you to use names | 43 | a rarely used feature which allows you to use names |
42 | instead of IP/mask pairs in route command. | 44 | instead of IP/mask pairs in route command. |
43 | 45 | ||
46 | config FEATURE_CYGWIN_TTY | ||
47 | bool "Support Cygwin tty" | ||
48 | default n | ||
49 | depends on PLATFORM_MINGW32 | ||
50 | help | ||
51 | Try to sneak in Cygwin shared structure to determine if | ||
52 | a file handle is Cygwin tty, useful if you want to use | ||
53 | a Cygwin-based terminal emulator. | ||
54 | |||
44 | config FEATURE_EDITING | 55 | config FEATURE_EDITING |
45 | bool "Command line editing" | 56 | bool "Command line editing" |
46 | default n | 57 | default n |
@@ -151,6 +162,7 @@ config FEATURE_COPYBUF_KB | |||
151 | config MONOTONIC_SYSCALL | 162 | config MONOTONIC_SYSCALL |
152 | bool "Use clock_gettime(CLOCK_MONOTONIC) syscall" | 163 | bool "Use clock_gettime(CLOCK_MONOTONIC) syscall" |
153 | default y | 164 | default y |
165 | depends on !PLATFORM_MINGW32 | ||
154 | help | 166 | help |
155 | Use clock_gettime(CLOCK_MONOTONIC) syscall for measuring | 167 | Use clock_gettime(CLOCK_MONOTONIC) syscall for measuring |
156 | time intervals (time, ping, traceroute etc need this). | 168 | time intervals (time, ping, traceroute etc need this). |
@@ -169,6 +181,7 @@ config IOCTL_HEX2STR_ERROR | |||
169 | config FEATURE_HWIB | 181 | config FEATURE_HWIB |
170 | bool "Support infiniband HW" | 182 | bool "Support infiniband HW" |
171 | default y | 183 | default y |
184 | depends on !PLATFORM_MINGW32 | ||
172 | help | 185 | help |
173 | Support for printing infiniband addresses in | 186 | Support for printing infiniband addresses in |
174 | network applets. | 187 | network applets. |