add b64_ntop checking and fallback for nc(1)

This commit is contained in:
Brent Cook
2015-10-01 07:40:26 -05:00
parent 497a47c5fc
commit a7f031ba55
8 changed files with 366 additions and 7 deletions

View File

@@ -17,7 +17,6 @@ case $host_os in
BUILD_NC=yes
HOST_OS=darwin
HOST_ABI=macosx
AC_SUBST([PROG_LDADD], ['-lresolv'])
;;
*freebsd*)
HOST_OS=freebsd
@@ -39,7 +38,6 @@ case $host_os in
HOST_OS=linux
HOST_ABI=elf
CPPFLAGS="$CPPFLAGS -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE"
AC_SUBST([PROG_LDADD], ['-lresolv'])
;;
*netbsd*)
HOST_OS=netbsd