#define MAX_PASS 128 #define MAX_STATUS 128 static const char statverf = '.'; static const char statfail = ','; static const char statstr[] = "_-"; static const char headpromt[] = "Authentication Required"; static const char headverf[] = "Verifying"; static const char headerr[] = "Authentication Failed";