AUDIT convenience macro.
AUDIT convenience macro.This macro shortens considerably most calls to audit(). By convention, audit entry flags, summary and detailed text are #defined as AUT_x, AUS_x and AUD_x macros, where x is a name common to all three. Given an argument x, the macro expands to the triplet AUT_x,AUS_x,AUD_x. In this way, arguments 2 to 4 of audit() can be replaced by a simple AUDIT call.