]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Move USE_SYSTEM_GLOB into a glob.h compat shim.
authorDarren Tucker <dtucker@dtucker.net>
Sun, 8 Feb 2026 00:30:21 +0000 (11:30 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 8 Feb 2026 17:05:27 +0000 (04:05 +1100)
commitecaaa4f9e44764e55c152a84af3d7efb63c50ce7
treed4ec4660a14612ead52aa387ab9f3ead088187a6
parent2a1a257612b7c6bcacd934149146a3da7411c485
Move USE_SYSTEM_GLOB into a glob.h compat shim.

This moves the logic for selecting whether or not we can use the system
glob into configure, and if either don't have glob or can't use it, we
create the shim.  Removes several diffs vs upstream.
auth2-pubkey.c
configure.ac
defines.h
readconf.c
scp.c
servconf.c
sftp-client.h
sftp-glob.c
sftp-usergroup.c
sftp.c