diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-09-23 14:51:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-09-23 14:51:22 +0000 |
commit | 58db76632b55e7eeb7d613ec63e095e560b5bcea (patch) | |
tree | 687752a624f2fb1feb49b96045b92b2b7ad73e98 /fetchmail.h | |
parent | 03e7c8d5c0c86384256d8e0ac70a3517f6a36d41 (diff) | |
download | fetchmail-58db76632b55e7eeb7d613ec63e095e560b5bcea.tar.gz fetchmail-58db76632b55e7eeb7d613ec63e095e560b5bcea.tar.bz2 fetchmail-58db76632b55e7eeb7d613ec63e095e560b5bcea.zip |
Canonicalize both name and password.
svn path=/trunk/; revision=2588
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 20387750..31db1b4c 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -53,6 +53,7 @@ */ #define MSGBUFSIZE 8192 +#define NAMELEN 64 /* max username length */ #define PASSWORDLEN 64 /* max password length */ #define DIGESTLEN 33 /* length of MD5 digest */ |