]> git.marmaro.de Git - mmh/commitdiff
Remove some unused macros.
authormarkus schnalke <meillo@marmaro.de>
Tue, 27 Mar 2012 07:19:56 +0000 (09:19 +0200)
committermarkus schnalke <meillo@marmaro.de>
Tue, 27 Mar 2012 07:19:56 +0000 (09:19 +0200)
Pulled in from nmh. Thanks to David Levine.

sbr/fmt_scan.c
sbr/mts.c
uip/flist.c
uip/msgchk.c

index f72717756e280267f1b439b4873b63d658ab3856..b7137d78e2dada2def32eef8447d0a465acff086 100644 (file)
@@ -22,8 +22,6 @@
 #  include <wchar.h>
 #endif
 
-#define NFMTS MAXARGS
-
 extern char *formataddr();  /* hook for custom address formatting */
 
 extern int fmt_norm;  /* defined in sbr/fmt_def.c = AD_NAME */
index e7db876fe9c5e4b5a44a5d58ec8027190a730c30..e946664c368c73eef4d391e8f283c96e06888004 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -14,9 +14,6 @@
 #include <pwd.h>
 #include <netdb.h>
 
-#define NOTOK  (-1)
-#define OK     0
-
 /*
 ** static prototypes
 */
index c98a3f0629509b6ec48c61037f486afb02950e5c..c69055ab77beb9c54a6edaa0bb5b084390241ea5 100644 (file)
@@ -17,9 +17,6 @@
 #include <h/mh.h>
 #include <h/utils.h>
 
-#define FALSE   0
-#define TRUE    1
-
 /*
 ** We allocate space to record the names of folders
 ** (foldersToDo array), this number of elements at a time.
index 932da20634c5e7d0eaf2808a79214faf34f220c7..b5b02c910c3280d75dfe468db47f67750315fd20 100644 (file)
@@ -31,7 +31,6 @@ static struct swit switches[] = {
 */
 #define MAXVEC  51
 
-#define NT_NONE  0x0
 #define NT_MAIL  0x1
 #define NT_NMAI  0x2
 #define NT_ALL   (NT_MAIL | NT_NMAI)