Searched refs:OI_NONE (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | readcf.c | 2848 #define OI_NONE 0 /* no special treatment */ macro 2860 { "RemoteMode", '>', OI_NONE }, 2864 { "AliasFile", 'A', OI_NONE }, 2865 { "AliasWait", 'a', OI_NONE }, 2866 { "BlankSub", 'B', OI_NONE }, 2869 { "HoldExpensive", 'c', OI_NONE }, 2871 { "ErrorHeader", 'E', OI_NONE }, 2873 { "TempFileMode", 'F', OI_NONE }, 2874 { "SaveFromLine", 'f', OI_NONE }, 2875 { "MatchGECOS", 'G', OI_NONE }, [all …]
|