In article <20200707021514.gu12...@mewburn.net>, Luke Mewburn <lu...@netbsd.org> wrote: >On 20-07-05 22:07, Christos Zoulas wrote: > | In article <20200705105548.f0265f...@cvs.netbsd.org>, > | Luke Mewburn <source-changes-d@NetBSD.org> wrote: > | >-=-=-=-=-=- > | > > | >Module Name: othersrc > | >Committed By: lukem > | >Date: Sun Jul 5 10:55:48 UTC 2020 > | > > | >Modified Files: > | > othersrc/usr.bin/tnftp: configure tnftp_config.h.in > | > | And GLOB_NOCHECK. > >AFAICT, GLOB_NOCHECK is "standard POSIX" and not a BSD/GNU extension, >so I figured I didn't need to check for it. >Do you know of systems that provide <glob.h> and glob() but >don't support GLOB_NOCHECK() ?
No, I don't but it is simple enough to |GLOB_NOCHECK in the test. I just listed all the flags tnftp uses I think. christos