Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/sendmail/src/
Dheaders.c226 s->s_header.hi_flags |= H_STRIPCOMM;
300 H_STRIPCOMM))
304 else if (bitset(hi->hi_flags, H_STRIPCOMM))
Dsendmail.h869 #define H_STRIPCOMM 0x00010000 /* header check: strip comments */ macro