X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=config%2Fconfig.c;h=245ecdeafa0daf08aa497e8b1ca192ad083589e9;hb=aa2bd5081731e83a2cedba6f7f2be61cde201e7d;hp=cc1212849dad1c1c7edd9d27dc54f7d423f77bb3;hpb=d39e2c447b0d163a5a63f480b23d06edb7a73aa0;p=mmh diff --git a/config/config.c b/config/config.c index cc12128..245ecde 100644 --- a/config/config.c +++ b/config/config.c @@ -7,10 +7,7 @@ */ #include - -#ifdef MHRC -# include -#endif +#include /* @@ -28,7 +25,6 @@ etcpath (char *file) { static char epath[PATH_MAX]; char *cp; -#ifdef MHRC char *pp; struct passwd *pw; @@ -56,9 +52,8 @@ etcpath (char *file) if (access (epath, R_OK) != NOTOK) return epath; /* else fall */ } -try_it: -#endif /* MHRC */ +try_it: if (*file == '/') { /* If already absolute pathname, return it */ return file;