Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dheaders.c227 s->s_header.hi_flags |= H_STRIPCOMM;
301 H_STRIPCOMM))
305 else if (bitset(hi->hi_flags, H_STRIPCOMM))
H A Dsendmail.h1042 #define H_STRIPCOMM 0x00010000 /* header check: strip comments */ macro