3 #ifndef _LEX_822_H_INCLUDED_
4 #define _LEX_822_H_INCLUDED_
12 /* #include <lex_822.h>
17 * The predicate macros.
19 #define IS_SPACE_TAB(ch) (ch == ' ' || ch == '\t')
20 #define IS_SPACE_TAB_CR_LF(ch) (IS_SPACE_TAB(ch) || ch == '\r' || ch == '\n')
23 * Special characters as per RFC 822.
25 #define LEX_822_SPECIALS "()<>@,;:\\\".[]"
30 /* The Secure Mailer license must be distributed with this software.
33 /* IBM T.J. Watson Research
35 /* Yorktown Heights, NY 10598, USA