Copyright Digital Equipment Corp. All rights reserved.

BADDCL

Message        The name "<name>" cannot be undefined.

Description    The code has tried to #undef a macro that is
               predefined by the C standard.  This is not allowed.
               The #undef will be ignored.

User Action    Remove the #undef directive.