mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-07 17:41:35 +00:00
Check for VIS_ALL.
If we don't have it, set BROKEN_STRNVIS to activate the compat replacement.
This commit is contained in:
parent
ee67716f61
commit
7df91b01fc
@ -1405,6 +1405,9 @@ g.gl_statv = NULL;
|
||||
|
||||
AC_CHECK_DECLS([GLOB_NOMATCH], , , [#include <glob.h>])
|
||||
|
||||
AC_CHECK_DECL([VIS_ALL], ,
|
||||
AC_DEFINE(BROKEN_STRNVIS, 1, [missing VIS_ALL]), [#include <vis.h>])
|
||||
|
||||
AC_MSG_CHECKING([whether struct dirent allocates space for d_name])
|
||||
AC_RUN_IFELSE(
|
||||
[AC_LANG_PROGRAM([[
|
||||
|
Loading…
Reference in New Issue
Block a user