diff options
Diffstat (limited to 'option.cc')
-rw-r--r-- | option.cc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,18 +2,22 @@ #include "report.h" #include "debug.h" #include "error.h" +#if 0 #ifdef USE_BOOST_PYTHON #include "py_eval.h" #endif +#endif #include <iostream> #include <cstdarg> #include "util.h" +#if 0 #ifdef USE_BOOST_PYTHON static ledger::option_t * find_option(const std::string& name); #endif +#endif namespace ledger { @@ -205,6 +209,7 @@ void process_arguments(int argc, char ** argv, const bool anywhere, } // namespace ledger +#if 0 #ifdef USE_BOOST_PYTHON #include <boost/python.hpp> @@ -286,3 +291,4 @@ void export_option() } #endif // USE_BOOST_PYTHON +#endif |