mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-18 11:31:00 -05:00

Test-building inside Termux on Android, it seems that <pwd.h> in that environment defines the important functions getpwnam and getpwuid, but not the setpwent/endpwent with which we bookend them. Tolerate their absence.