MAXHOSTNAMELEN and the MIN/MAX macros. We now use PATH_MAX and HOST_NAME_MAX throughout without falling back on MAXPATHLEN or MAXHOSTNAMELEN and define our own MIN/MAX macros as needed.
into pwutil_impl.c. This will allow the main pwutil code to be used for lookup methods other than getpw* and getgr*.