Arduino environment variables

unfortunately I fear it is not possible to include variables inside an #include statement in c/c++ language
You should/could use a preprocessor to do that, but unfortunately there are no preprocessor available in arduino env, as far as I know.