put DSNs on a compile flag
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 4 Dec 1994 00:29:23 +0000 (16:29 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 4 Dec 1994 00:29:23 +0000 (16:29 -0800)
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.48
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.51

usr/src/usr.sbin/sendmail/src/savemail.c
usr/src/usr.sbin/sendmail/src/srvrsmtp.c

index 19b4c65..030b64e 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)savemail.c 8.47 (Berkeley) %G%";
+static char sccsid[] = "@(#)savemail.c 8.48 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -710,6 +710,7 @@ errbody(mci, e, separator, flags)
        }
        errno = 0;
 
        }
        errno = 0;
 
+#ifdef DSN
        /*
        **  Output machine-readable version.
        */
        /*
        **  Output machine-readable version.
        */
@@ -908,6 +909,7 @@ errbody(mci, e, separator, flags)
                        }
                }
        }
                        }
                }
        }
+#endif
 
        /*
        **  Output text of original message
 
        /*
        **  Output text of original message
index cb51cf5..b9cbc0b 100644 (file)
@@ -10,9 +10,9 @@
 
 #ifndef lint
 #ifdef SMTP
 
 #ifndef lint
 #ifdef SMTP
-static char sccsid[] = "@(#)srvrsmtp.c 8.50 (Berkeley) %G% (with SMTP)";
+static char sccsid[] = "@(#)srvrsmtp.c 8.51 (Berkeley) %G% (with SMTP)";
 #else
 #else
-static char sccsid[] = "@(#)srvrsmtp.c 8.50 (Berkeley) %G% (without SMTP)";
+static char sccsid[] = "@(#)srvrsmtp.c 8.51 (Berkeley) %G% (without SMTP)";
 #endif
 #endif /* not lint */
 
 #endif
 #endif /* not lint */