The DEFINE section defines all variables and constants used in the AIT file. This section can contain only the codes for declaring and initializing variables and constants.
DEFINE
{
const integer OK_END = 0, NG_END = -1 ;
string sMsgText;
float TimeOut;
bool sInvalidPathFlag = false;
}