Searched defs:OI_SAFE (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | readcf.c | 1977 #define OI_SAFE 0x0001 /* safe for random people to use */ macro 1990 { "SevenBitInput", '7', OI_SAFE }, 1991 { "EightBitMode", '8', OI_SAFE }, 1995 { "MinFreeBlocks", 'b', OI_SAFE }, 1996 { "CheckpointInterval", 'C', OI_SAFE }, 1998 { "DeliveryMode", 'd', OI_SAFE }, 2000 { "ErrorMode", 'e', OI_SAFE }, 2010 { "IgnoreDots", 'i', OI_SAFE }, 2012 { "SendMimeErrors", 'j', OI_SAFE }, 2016 { "LogLevel", 'L', OI_SAFE }, [all...] |
Completed in 67 milliseconds