]> diplodocus.org Git - nmh/blobdiff - h/mh.h
find_cache(): Remove test that's always false.
[nmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 8823d91963bd343f695618c031aa059619f39957..069d9cbea09d508b2750f2e9be33aa0726a4bfb7 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
  */
 #define NMH_BUFSIZ  max(BUFSIZ, 8192)
 
-#ifndef FALSE
-#define FALSE false
-#endif
-#ifndef TRUE
-#define TRUE true
-#endif
-
 /* If we're using gcc then tell it extra information so it can do more
  * compile-time checks. */
 #if __GNUC__ > 2