X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/61ccf1dbeea93978803303d2cd43efa5da2cc7d1..508764681b06bd42c81f5202b65c382c9585a0de:/h/nmh.h diff --git a/h/nmh.h b/h/nmh.h index ca32f58b..ed02240a 100644 --- a/h/nmh.h +++ b/h/nmh.h @@ -15,6 +15,15 @@ # include #endif #include + +#ifdef HAVE_STDBOOL_H +# include +#else +# define bool int +# define true 1 +# define false 0 +#endif + #include #include @@ -74,5 +83,3 @@ #define DEFAULT_PAGER "more" #define DEFAULT_EDITOR "vi" - -#include