diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-25 13:16:53 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-25 13:16:53 +0000 |
commit | f6b4685691ebe00f28e4f9148a1a255e87b8d312 (patch) | |
tree | f9445de4ac97a635d2fc8a9deeb29a892a0e81ba /networking/Config.in | |
parent | 9ac3dc764a78b51fe8fdcd1b4682850de098733b (diff) | |
download | busybox-w32-f6b4685691ebe00f28e4f9148a1a255e87b8d312.tar.gz busybox-w32-f6b4685691ebe00f28e4f9148a1a255e87b8d312.tar.bz2 busybox-w32-f6b4685691ebe00f28e4f9148a1a255e87b8d312.zip |
add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 392afcf89..62a21f738 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -12,6 +12,13 @@ config FEATURE_IPV6 | |||
12 | Enable IPv6 support in busybox. | 12 | Enable IPv6 support in busybox. |
13 | This adds IPv6 support in the networking applets. | 13 | This adds IPv6 support in the networking applets. |
14 | 14 | ||
15 | config FEATURE_UNIX_LOCAL | ||
16 | bool "Enable Unix domain socket support" | ||
17 | default n | ||
18 | help | ||
19 | Enable Unix domain socket support in all busybox networking | ||
20 | applets. | ||
21 | |||
15 | config FEATURE_PREFER_IPV4_ADDRESS | 22 | config FEATURE_PREFER_IPV4_ADDRESS |
16 | bool "Prefer IPv4 addresses from DNS queries" | 23 | bool "Prefer IPv4 addresses from DNS queries" |
17 | default y | 24 | default y |