- Timestamp:
- 06/02/12 15:39:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Configuration.cc
r13669 r14038 335 335 #include <boost/filesystem.hpp> 336 336 337 #define HAS_SQL 338 339 #ifdef HAS_SQL 337 #ifdef HAVE_SQL 340 338 #include <mysql++/mysql++.h> 341 339 #endif … … 389 387 //! - Shell we allow options to be given more than once? 390 388 // 391 #ifdef HA S_SQL389 #ifdef HAVE_SQL 392 390 po::basic_parsed_options<char> 393 391 Configuration::parse_database(const string &prgname, const string &database, const po::options_description& desc, bool allow_unregistered)
Note:
See TracChangeset
for help on using the changeset viewer.