]> diplodocus.org Git - nmh/blobdiff - h/mf.h
path.c: Move interface to own file.
[nmh] / h / mf.h
diff --git a/h/mf.h b/h/mf.h
index 3b436d1e3e6dfdc2acf63bb515e8adb42a471d7d..13dd0ab698204be243b3de789088ed0aa9c90729 100644 (file)
--- a/h/mf.h
+++ b/h/mf.h
@@ -1,16 +1,7 @@
-/*
- * mf.h -- include file for mailbox filters
+/* mf.h -- include file for mailbox filters
  */
 
-#include <h/nmh.h>
-
-#ifndef        TRUE
-# define TRUE 1
-#endif
-
-#ifndef        FALSE
-# define FALSE 0
-#endif
+#include "nmh.h"
 
 #ifndef        NOTOK
 # define NOTOK (-1)