source: PSPA/Interface_Web/trunk/pspaWT/include/environmentVariables.h @ 122

Last change on this file since 122 was 121, checked in by garnier, 12 years ago

add include for linux

File size: 237 bytes
Line 
1#ifndef ENVIRONMENTVARIABLES_SEEN
2#define ENVIRONMENTVARIABLES_SEEN
3
4#include <stdlib.h>
5#include <stdio.h>
6static string WHERE_WE_ARE = string(getenv("PWD"));
7static string WORKINGAREA =  WHERE_WE_ARE.append("/workingArea/");
8
9#endif
10
11
Note: See TracBrowser for help on using the repository browser.