catch up with sendmail 8.10 "aliases" pathname.

(postfix tries to be very compatible to sendmail,
so this is the right thing to do I believe)
This commit is contained in:
itojun 2000-05-05 18:17:43 +00:00
parent 2b44ae84ee
commit adeb485292

View File

@ -31,7 +31,11 @@
#define HAS_DB
#define HAS_SA_LEN
#define DEF_DB_TYPE "hash"
#if 0 /*before sendmail 8.10*/
#define ALIAS_DB_MAP "hash:/etc/aliases"
#else /*sendmail 8.10*/
#define ALIAS_DB_MAP "hash:/etc/mail/aliases"
#endif
#define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
#define ROOT_PATH "/bin:/usr/bin:/sbin:/usr/sbin"
#define USE_STATFS