From e1f54ce0994fca960d2680d07b05a9deb9e5485b Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Fri, 23 Mar 2012 10:49:52 +0100 Subject: [PATCH] Removed unused defines. --- h/aliasbr.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/h/aliasbr.h b/h/aliasbr.h index befb8c9..759c9a7 100644 --- a/h/aliasbr.h +++ b/h/aliasbr.h @@ -2,9 +2,6 @@ ** aliasbr.h -- definitions for the aliasing system */ -#define PASSWD "/etc/passwd" /* passwd(5) */ -#define GROUP "/etc/group" /* group(5) */ - struct aka { char *ak_name; /* name to match against */ struct adr *ak_addr; /* list of addresses that it maps to */ -- 1.7.10.4