#ifndef ENVIRONMENTVARIABLES_SEEN #define ENVIRONMENTVARIABLES_SEEN #include #include static string WHERE_WE_ARE = string(getenv("PWD")); static string WORKINGAREA = WHERE_WE_ARE.append("/workingArea/"); #endif