[6521] in Athena Bugs
Re: (DS3100) Version 7.2C: sysexits.h
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Tue Dec 4 11:52:26 1990
Date: Tue, 4 Dec 90 11:52:13 -0500
From: Ken Raeburn <Raeburn@MIT.Edu>
To: eichin@ATHENA.MIT.EDU
Cc: bugs@ATHENA.MIT.EDU
In-Reply-To: [6512] in Athena Bugs
If sysexits.h doesn't define EX_CONFIG, sendmail probably doesn't
handle it correctly. The code in dsmail should be conditionalized on
defined(EX_CONFIG), in that case. It's probably more sensible *not*
to define EX_CONFIG in the header file, so we don't compile programs
that'll assume it will be handled properly.