diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-17 17:24:29 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-17 17:24:29 +0000 |
commit | c9b4265653c0b77872fb40e029de396fe8efd6d3 (patch) | |
tree | f81635655453685b4aa04e20861a845797c93eaa /extra/Configs/Config.in | |
parent | 615f76ffc8794da509642a49311428e3899a6eb2 (diff) |
- shrink resolver code
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 58a5883b0..8eab394ee 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -672,6 +672,15 @@ config UCLIBC_USE_NETLINK Most people can safely answer N. +config UCLIBC_HAS_BSD_RES_CLOSE + bool "Support res_close() (bsd-compat)" + default n + help + Answer Y if you desperately want to support BSD compatibility in + the network code. + + Most people will say N. + endmenu |