MSGFLAG_AUTH
} else if (hd->msgflags & MSGFLAG_AUTH && params->engineboots == 0 &&
hdd.msgflags = MSGFLAG_AUTH | MSGFLAG_REPORTABLE;
if (hd->msgflags & MSGFLAG_AUTH)
#define MSG_AUTHNOPRIV MSGFLAG_AUTH
#define MSG_AUTHPRIV (MSGFLAG_AUTH | MSGFLAG_PRIV)
#define MSGFLAG_ALL (MSGFLAG_AUTH | MSGFLAG_PRIV | MSGFLAG_REPORTABLE)