X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/aa4c0736256b9324588e16e52599b903c87f06da..1524cb8c0b86a854149d7859d6a2503d61dbaa36:/h/mh.h diff --git a/h/mh.h b/h/mh.h index a59b0a0e..130bfde5 100644 --- a/h/mh.h +++ b/h/mh.h @@ -21,6 +21,14 @@ #define DMAXFOLDER 4 /* typical number of digits */ #define MAXFOLDER 1000 /* message increment */ +#ifndef FALSE +#define FALSE 0 +#endif +#ifndef TRUE +#define TRUE 1 +#endif +typedef unsigned char boolean; /* not int so we can pack in a structure */ + /* * user context/profile structure */ @@ -50,6 +58,8 @@ struct swit { extern struct swit anoyes[]; /* standard yes/no switches */ +#define ATTACHFORMATS 3 /* Number of send attach formats. */ + /* * general folder attributes */