On 20-07-05 22:06, Christos Zoulas wrote: | In article <20200705105511.91226f...@cvs.netbsd.org>, | Luke Mewburn <source-changes-d@NetBSD.org> wrote: | >-=-=-=-=-=- | > | >Module Name: othersrc | >Committed By: lukem | >Date: Sun Jul 5 10:55:11 UTC 2020 | > | >Modified Files: | > othersrc/usr.bin/tnftp: ChangeLog NEWS configure.ac | > | >Log Message: | >Only replace glob if GLOB_BRACE and GLOB_TILDE aren't available. | | More importantly for ftp GLOB_LIMIT.
usr.bin/tnftp (from ftp) does not use GLOB_LIMIT, so I don't need to check if the system glob() supports it. libexec/tnftpd (from ftpd) does use GLOB_LIMIT, but that build hasn't yet been modified to check if the system glob() is sufficient. I'll do that sometime, but I will ensure that configure check also checks for GLOB_LIMIT. Luke.