In article <[email protected]>, Luke Mewburn <[email protected]> wrote: >On 20-07-05 22:07, Christos Zoulas wrote: > | In article <[email protected]>, > | Luke Mewburn <[email protected]> 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
