MAXSYSTEMLOGIN
#define isauserlogin(pw) (pw->pw_uid > MAXSYSTEMLOGIN)
#define isasystemlogin(pw) (pw->pw_uid <= MAXSYSTEMLOGIN)