2929#include < set>
3030#include < vector>
3131
32- #ifndef DISABLE_BOOST_PROGRAM_OPTIONS
32+ #include < queso/config_queso.h>
33+ #ifndef QUESO_DISABLE_BOOST_PROGRAM_OPTIONS
3334#include < queso/BoostInputOptionsParser.h>
34- #endif // DISABLE_BOOST_PROGRAM_OPTIONS
35+ #endif // QUESO_DISABLE_BOOST_PROGRAM_OPTIONS
3536
3637#include < queso/ScopedPtr.h>
3738
5556#define UQ_ENV_NUM_DEBUG_PARAMS_ODV 0
5657#define UQ_ENV_DEBUG_PARAM_ODV 0 .
5758
58- #ifndef DISABLE_BOOST_PROGRAM_OPTIONS
59+ #ifndef QUESO_DISABLE_BOOST_PROGRAM_OPTIONS
5960// Forward declarations
6061namespace boost {
6162 namespace program_options {
6263 class options_description ;
6364 }
6465}
65- #endif // DISABLE_BOOST_PROGRAM_OPTIONS
66+ #endif // QUESO_DISABLE_BOOST_PROGRAM_OPTIONS
6667
6768namespace QUESO {
6869
@@ -172,9 +173,9 @@ class EnvOptionsValues
172173private:
173174 const BaseEnvironment * m_env;
174175
175- #ifndef DISABLE_BOOST_PROGRAM_OPTIONS
176+ #ifndef QUESO_DISABLE_BOOST_PROGRAM_OPTIONS
176177 ScopedPtr<BoostInputOptionsParser>::Type m_parser;
177- #endif // DISABLE_BOOST_PROGRAM_OPTIONS
178+ #endif // QUESO_DISABLE_BOOST_PROGRAM_OPTIONS
178179
179180 // ! Input file option name for flagging helpful printing output
180181 std::string m_option_help;
@@ -262,13 +263,13 @@ class EnvironmentOptions
262263 EnvOptionsValues m_ov;
263264
264265private:
265- #ifndef DISABLE_BOOST_PROGRAM_OPTIONS
266+ #ifndef QUESO_DISABLE_BOOST_PROGRAM_OPTIONS
266267 // ! Define my environment options as the default options
267268 void defineMyOptions (boost::program_options::options_description& optionsDesc) const ;
268269
269270 // ! Gets the option values of the environment.
270271 void getMyOptionValues (boost::program_options::options_description& optionsDesc);
271- #endif // DISABLE_BOOST_PROGRAM_OPTIONS
272+ #endif // QUESO_DISABLE_BOOST_PROGRAM_OPTIONS
272273
273274 // ! Environment.
274275 const BaseEnvironment& m_env;
@@ -280,9 +281,9 @@ class EnvironmentOptions
280281 /* ! Uses boost::program_options::options_description. A set of option descriptions.
281282 * This provides convenient interface for adding new option method, and facilities
282283 * to search for options by name.*/
283- #ifndef DISABLE_BOOST_PROGRAM_OPTIONS
284+ #ifndef QUESO_DISABLE_BOOST_PROGRAM_OPTIONS
284285 ScopedPtr<boost::program_options::options_description>::Type m_optionsDesc;
285- #endif // DISABLE_BOOST_PROGRAM_OPTIONS
286+ #endif // QUESO_DISABLE_BOOST_PROGRAM_OPTIONS
286287
287288 std::string m_option_help;
288289
0 commit comments