X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/40009883832750cb536db4d41f500c0ad41005de..ac1e36dc09f4092f4e9fa9ed66003bb585f790ed:/h/nmh.h diff --git a/h/nmh.h b/h/nmh.h index ed02240a..07f7240b 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 @@ -77,6 +74,10 @@ # endif #endif +#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 */