]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Check for nlist function.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 5 Sep 2025 11:32:30 +0000 (21:32 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 5 Sep 2025 11:32:30 +0000 (21:32 +1000)
commit3ca274e44cb2c2351376fc14e4c3e92ba4a8f87b
tree3a347124e21a2083d14b84cd6a4b53c66f8f0b2b
parentee32a36c62424f13907023595bfa8b23a528ced1
Check for nlist function.

Check for nlist function presence before attenmpting to use it instead
of relying on the presence of the nlist.h header.  Mac OS X, in particular
has the header, but only has the function in the 32bit libraries.
configure.ac
misc.c