test for unvis, and vis.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9292 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-12-06 21:26:17 +00:00
parent 04d6600171
commit 7920e004f2

View File

@@ -91,6 +91,7 @@ AC_CHECK_HEADERS([\
userconf.h \
usersec.h \
util.h \
vis.h \
winsock.h \
])
@@ -98,6 +99,7 @@ AC_REQUIRE([CHECK_NETINET_IP_AND_TCP])
AM_CONDITIONAL(have_err_h, test "$ac_cv_header_err_h" = yes)
AM_CONDITIONAL(have_fnmatch_h, test "$ac_cv_header_fnmatch_h" = yes)
AM_CONDITIONAL(have_vis_h, test "$ac_cv_header_vis_h" = yes)
dnl Check for functions and libraries
@@ -162,6 +164,7 @@ AC_CHECK_FUNCS([ \
getrlimit \
getspnam \
strsvis \
strunvis \
strvis \
strvisx \
strvisx \
@@ -169,6 +172,7 @@ AC_CHECK_FUNCS([ \
sysconf \
sysctl \
uname \
unvis \
vasnprintf \
vasprintf \
vis \