From: David Levine Date: Sun, 1 Jul 2012 15:09:06 +0000 (-0500) Subject: Removed unused #ifdef NRTC and reference to its contents in the X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=a83a7fc241f5fd97588fb3700704f1dcb2e85658;p=mmh Removed unused #ifdef NRTC and reference to its contents in the rcvdist man page. --- diff --git a/h/rcvmail.h b/h/rcvmail.h index 61dd992..ca2b087 100644 --- a/h/rcvmail.h +++ b/h/rcvmail.h @@ -12,11 +12,3 @@ #define RCV_MOK 0 #define RCV_MBX 1 - - -#ifdef NRTC /* sigh */ -# undef RCV_MOK -# undef RCV_MBX -# define RCV_MOK RP_MOK -# define RCV_MBX RP_MECH -#endif /* NRTC */ diff --git a/man/rcvdist.man b/man/rcvdist.man index b82ae53..53d060e 100644 --- a/man/rcvdist.man +++ b/man/rcvdist.man @@ -77,6 +77,3 @@ profile component. .SH "SEE ALSO" rcvpack(1), rcvstore(1), rcvtty(1), mh\-format(5), slocal(1) - -.SH BUGS -Only two return codes are meaningful, others should be.