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:
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user