Predefined Preprocessor variables

It's about to test for which target platform the code is compiled. As @Juraj already stated these definitions depend on the board selected in the IDE and are stored in the corresponding boards.txt files. They are defined in the commandline of the compiler with the -D option. You cannot find them in a .h file.