/*optional*/
#include <limits.h>
#ifndef LOGIN_NAME_MAX
#error "LOGIN_NAME_MAX is not defined"
#endif
int main(void) { return 0; }
