summaryrefslogtreecommitdiff
path: root/config.h
blob: b97716d05a623e14eef189d8e2d3262776b8c71c (plain) (blame)
1
2
3
4
5
6
7
8
9
#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";