X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmime.h;h=d8551cb010cab534f574b55a8ea35f3318790415;hp=22c23495e4809b6240a2cd9dc4957442e75273b0;hb=f78e7c6e6e616cc4ff2bee8a726365fafef2d8ce;hpb=c29e62470a481bcd4d54760b0578ca4bc1201681;ds=sidebyside diff --git a/h/mime.h b/h/mime.h index 22c2349..d8551cb 100644 --- a/h/mime.h +++ b/h/mime.h @@ -11,12 +11,6 @@ #define DESCR_FIELD "Content-Description" #define DISPO_FIELD "Content-Disposition" -#define isatom(c) (!isspace (c) && !iscntrl (c) && (c) != '(' \ - && (c) != ')' && (c) != '<' && (c) != '>' \ - && (c) != '@' && (c) != ',' && (c) != ';' \ - && (c) != ':' && (c) != '\\' && (c) != '"' \ - && (c) != '.' && (c) != '[' && (c) != ']') - /* ** Test for valid characters used in "token" ** as defined in RFC2045