summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-09 12:35:29 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-09 12:35:29 +0000
commitbec59453be3c5c0ada0753388c53cc6c18a8cedd (patch)
tree290b48e36cae2be49bb145fdc1e5c614bc9b40a3 /usr.sbin/sendmail
parente994f8f0056f3a5cef934fdaf04af9321e8bc66d (diff)
downloadFreeBSD-src-bec59453be3c5c0ada0753388c53cc6c18a8cedd.zip
FreeBSD-src-bec59453be3c5c0ada0753388c53cc6c18a8cedd.tar.gz
Fix nested includes for -Wcomment.
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/src/sendmail.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/sendmail/src/sendmail.h b/usr.sbin/sendmail/src/sendmail.h
index 4fc1ef7..e61ebfb 100644
--- a/usr.sbin/sendmail/src/sendmail.h
+++ b/usr.sbin/sendmail/src/sendmail.h
@@ -190,11 +190,11 @@ typedef struct mailer MAILER;
# define M_BLANKEND 'b' /* ensure blank line at end of message */
# define M_NOCOMMENT 'c' /* don't include comment part of address */
# define M_CANONICAL 'C' /* make addresses canonical "u@dom" */
- /* 'D' /* CF: include Date: */
+ /* 'D' CF: include Date: */
# define M_EXPENSIVE 'e' /* it costs to use this mailer.... */
# define M_ESCFROM 'E' /* escape From lines to >From */
# define M_FOPT 'f' /* mailer takes picky -f flag */
- /* 'F' /* CF: include From: or Resent-From: */
+ /* 'F' CF: include From: or Resent-From: */
# define M_NO_NULL_FROM 'g' /* sender of errors should be $g */
# define M_HST_UPPER 'h' /* preserve host case distinction */
# define M_PREHEAD 'H' /* MAIL11V3: preview headers */
@@ -202,19 +202,19 @@ typedef struct mailer MAILER;
# define M_LOCALMAILER 'l' /* delivery is to this host */
# define M_LIMITS 'L' /* must enforce SMTP line limits */
# define M_MUSER 'm' /* can handle multiple users at once */
- /* 'M' /* CF: include Message-Id: */
+ /* 'M' CF: include Message-Id: */
# define M_NHDR 'n' /* don't insert From line */
# define M_MANYSTATUS 'N' /* MAIL11V3: DATA returns multi-status */
# define M_FROMPATH 'p' /* use reverse-path in MAIL FROM: */
- /* 'P' /* CF: include Return-Path: */
+ /* 'P' CF: include Return-Path: */
# define M_ROPT 'r' /* mailer takes picky -r flag */
# define M_SECURE_PORT 'R' /* try to send on a reserved TCP port */
# define M_STRIPQ 's' /* strip quote chars from user/host */
# define M_RESTR 'S' /* must be daemon to execute */
# define M_USR_UPPER 'u' /* preserve user case distinction */
# define M_UGLYUUCP 'U' /* this wants an ugly UUCP from line */
- /* 'V' /* UIUC: !-relativize all addresses */
- /* 'x' /* CF: include Full-Name: */
+ /* 'V' UIUC: !-relativize all addresses */
+ /* 'x' CF: include Full-Name: */
# define M_XDOT 'X' /* use hidden-dot algorithm */
# define M_7BITS '7' /* use 7-bit path */
OpenPOWER on IntegriCloud