X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/39a12997e2d7705a2760a1198932f23f4e590aab..fe9ab00a6a507867c3ab42101c17630c1217c29f:/h/nmh.h?ds=sidebyside diff --git a/h/nmh.h b/h/nmh.h index 7336c24b..e3dd3c6c 100644 --- a/h/nmh.h +++ b/h/nmh.h @@ -2,7 +2,7 @@ */ #ifdef HAVE_CONFIG_H -#include +#include "config.h" #endif #include @@ -10,7 +10,7 @@ #include #ifndef NDEBUG /* See etc/gen-ctype-checked.c. */ -# include +#include "sbr/ctype-checked.h" #endif #include @@ -77,9 +77,3 @@ #ifndef HAVE_GETLINE ssize_t getline(char **lineptr, size_t *n, FILE *stream); #endif - -/* - * Defaults for programs if they aren't configured in a user's profile - */ - -#define DEFAULT_PAGER "more"