Merge "Implement internal abstraction for iostreams"

This commit is contained in:
Joshua Colp
2016-11-17 11:07:06 -06:00
committed by Gerrit Code Review
13 changed files with 1002 additions and 1103 deletions

View File

@@ -817,10 +817,6 @@ AC_ARG_ENABLE([asteriskssl],
esac], [AST_ASTERISKSSL=yes])
AC_SUBST(AST_ASTERISKSSL)
# https support (in main/http.c) uses funopen on BSD systems,
# fopencookie on linux
AC_CHECK_FUNCS([funopen fopencookie])
AC_CHECK_FUNCS([inet_aton])
# check if we have IP_PKTINFO constant defined