Removed unused #ifdef NRTC and reference to its contents in the
authorDavid Levine <levinedl@acm.org>
Sun, 1 Jul 2012 15:09:06 +0000 (10:09 -0500)
committerDavid Levine <levinedl@acm.org>
Sun, 1 Jul 2012 15:09:06 +0000 (10:09 -0500)
rcvdist man page.

h/rcvmail.h
man/rcvdist.man

index 61dd992..ca2b087 100644 (file)
 
 #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 */
index b82ae53..53d060e 100644 (file)
@@ -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.