IFNDEF - "if the symbol is not defined"
that code is used to generate a warning if you include the file more than once :P
if the symbol is not defined, it defines it, then includes the rest of the text
if the symbol is already defined, it generates a warning message during assembly