X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..b5a92b55eb5670e982899e5dfd9aaa1d35db002f:/h/aliasbr.h diff --git a/h/aliasbr.h b/h/aliasbr.h index cc4da7fe..1ac4faab 100644 --- a/h/aliasbr.h +++ b/h/aliasbr.h @@ -1,13 +1,8 @@ - -/* - * aliasbr.h -- definitions for the aliasing system +/* aliasbr.h -- definitions for the aliasing system * */ extern char *AliasFile; /* mh-alias(5) */ -#define PASSWD "/etc/passwd" /* passwd(5) */ -#define GROUP "/etc/group" /* group(5) */ -#define EVERYONE 200 /* lowest uid for everyone */ struct aka { char *ak_name; /* name to match against */ @@ -35,8 +30,6 @@ struct home { struct home *h_next; /* next home in list */ }; -struct home *seek_home (char *); - /* * prototypes */ @@ -54,8 +47,3 @@ char *akerror (int); #define AK_ERROR 2 /* error parsing file */ #define AK_LIMIT 3 /* memory limit exceeded */ #define AK_NOGROUP 4 /* no such group */ - -/* should live here, not in mts.c */ - -extern int Everyone; -extern char *NoShell;