-/*
- * 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)