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 \ userconf.h \
usersec.h \ usersec.h \
util.h \ util.h \
vis.h \
winsock.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_err_h, test "$ac_cv_header_err_h" = yes)
AM_CONDITIONAL(have_fnmatch_h, test "$ac_cv_header_fnmatch_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 dnl Check for functions and libraries
@@ -162,6 +164,7 @@ AC_CHECK_FUNCS([ \
getrlimit \ getrlimit \
getspnam \ getspnam \
strsvis \ strsvis \
strunvis \
strvis \ strvis \
strvisx \ strvisx \
strvisx \ strvisx \
@@ -169,6 +172,7 @@ AC_CHECK_FUNCS([ \
sysconf \ sysconf \
sysctl \ sysctl \
uname \ uname \
unvis \
vasnprintf \ vasnprintf \
vasprintf \ vasprintf \
vis \ vis \