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

@@ -21,6 +21,10 @@ noinst_HEADERS += compat/sys/socket.h
nc_SOURCES += compat/socket.c
if !HAVE_B64_NTOP
nc_SOURCES += compat/base64.c
endif
if !HAVE_ACCEPT4
nc_SOURCES += compat/accept4.c
endif