X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/73f954e053fc4bdf969a1ce415e7aaf4c68ff551..63621a81d16ab743de6b57d47578a9a2c670ad22:/h/nmh.h diff --git a/h/nmh.h b/h/nmh.h index d88ec529..c2f8dfca 100644 --- a/h/nmh.h +++ b/h/nmh.h @@ -1,6 +1,4 @@ - -/* - * nmh.h -- system configuration header file +/* nmh.h -- system configuration header file */ #ifdef HAVE_CONFIG_H @@ -28,7 +26,6 @@ #include # include -#define NLENGTH(dirent) strlen((dirent)->d_name) #include #include @@ -80,10 +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" -#define DEFAULT_EDITOR "vi"