Go to the documentation of this file.
18 #ifndef IGNITION_TRANSPORT_TEST_CONFIG_H_
19 #define IGNITION_TRANSPORT_TEST_CONFIG_H_
21 #define PROJECT_SOURCE_PATH "/builddir/build/BUILD/ignition-msgs-5.8.1"
22 #define IGN_CONFIG_PATH "/builddir/build/BUILD/ignition-msgs-5.8.1/redhat-linux-build/test/conf"
23 #define IGN_TEST_LIBRARY_PATH "/builddir/build/BUILD/ignition-msgs-5.8.1/redhat-linux-build/src"
25 #if (_MSC_VER >= 1400)
36 int setenv(
const char *_name,
const char *_value,
int )
41 sstr << name <<
'=' << value;
42 return _putenv(sstr.
str().c_str());
47 void unsetenv(
const char *_name)
52 _putenv(sstr.
str().c_str());