atobool
d->d_supersafe = atobool(v) ? SAFE_REALLY
SevenBitInput = atobool(val);
NoConnect = atobool(val);
SaveFrom = atobool(val);
MatchGecos = atobool(val);
IgnrDot = atobool(val);
SendMIMEErrors = atobool(val);
UseErrorsTo = atobool(val);
MeToo = atobool(val);
CheckAliases = atobool(val);
if (atobool(val))
DontPruneRoutes = atobool(val);
SuperSafe = atobool(val) ? SAFE_REALLY : SAFE_NO;
Verbose = atobool(val) ? 1 : 0;
TryNullMXList = atobool(val);
ForkQueueRuns = atobool(val);
ColonOkInAddr = atobool(val);
DontExpandCnames = atobool(val);
DontInitGroups = atobool(val);
SingleLineFromHeader = atobool(val);
AllowBogusHELO = atobool(val);
if (!atobool(val))
SingleThreadDelivery = atobool(val);
RrtImpliesDsn = atobool(val);
else if (atobool(val))
DontLockReadFiles = atobool(val);
UseMSP = atobool(val);
SoftBounce = atobool(val);
RequiresDirfsync = atobool(val);
EightBitAddrOK = atobool(val);
AddrTypeModes = atobool(val);
extern bool atobool __P((char *));