]> diplodocus.org Git - nmh/blobdiff - h/nmh.h
Remove unused NCWD and NPWD #defines.
[nmh] / h / nmh.h
diff --git a/h/nmh.h b/h/nmh.h
index 24689192fef2cc7e65d37cf88157c45290011c6a..ed02240a96f41e7c1f746b2e589670b0f878d127 100644 (file)
--- a/h/nmh.h
+++ b/h/nmh.h
 # include <sbr/ctype-checked.h>
 #endif
 #include <assert.h>
+
+#ifdef HAVE_STDBOOL_H
+# include <stdbool.h>
+#else
+# define bool int
+# define true 1
+# define false 0
+#endif
+
 #include <sys/stat.h>
 #include <sys/wait.h>