X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f053f0b49f317d31b337fe8d8b07612671831a52..94187a80bd60baab4b9c4b949ad820d730578123:/h/nmh.h diff --git a/h/nmh.h b/h/nmh.h index 3f4c8b82..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 @@ -79,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"