Searched refs:OI_SAFE (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | readcf.c | 2849 #define OI_SAFE 0x0001 /* safe for random people to use */ macro 2862 { "SevenBitInput", '7', OI_SAFE }, 2863 { "EightBitMode", '8', OI_SAFE }, 2867 { "MinFreeBlocks", 'b', OI_SAFE }, 2868 { "CheckpointInterval", 'C', OI_SAFE }, 2870 { "DeliveryMode", 'd', OI_SAFE }, 2872 { "ErrorMode", 'e', OI_SAFE }, 2882 { "IgnoreDots", 'i', OI_SAFE }, 2884 { "SendMimeErrors", 'j', OI_SAFE }, 2888 { "LogLevel", 'L', OI_SAFE }, [all …]
|