diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2020-09-21 13:39:06 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-09-21 13:39:06 +0200 |
| commit | cc2b7bf5dd11b6cd0f577ca9d3d387ed344b14f8 (patch) | |
| tree | 2f979f40e4815ca97e5c7f5b73b8b5a4879708aa /extra | |
| parent | 50bd6d06e3f2cca57bd20cf4345993ceff8c97dd (diff) | |
Support b64_ntop(), b64_pton() (bsd-compat)
Signed-off-by: akater <nuclearspace@gmail.com>
Diffstat (limited to 'extra')
| -rw-r--r-- | extra/Configs/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 4e26e6741..fff434b40 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1036,6 +1036,14 @@ config UCLIBC_HAS_OBSOLETE_BSD_SIGNAL If unsure, say N. +config UCLIBC_HAS_BSD_B64_NTOP_B64_PTON + bool "Support b64_ntop(), b64_pton() (bsd-compat)" + help + Answer Y if you need additional BSD compatibility + (e.g. for openbsd-netcat). + + Most people will say N. + config UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL bool "SYSV obsolete signal functions" help |
