Home
last modified time | relevance | path

Searched refs:H_STRIPCOMM (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c226 s->s_header.hi_flags |= H_STRIPCOMM;
300 H_STRIPCOMM))
304 else if (bitset(hi->hi_flags, H_STRIPCOMM))
H A Dsendmail.h816 #define H_STRIPCOMM 0x00010000 /* header check: strip comments */ macro