db_bridge/main.cpp
changeset 65 76514757b0d6
parent 48 b94d657a9acb
equal deleted inserted replaced
64:993b97c4ad2d 65:76514757b0d6
     2  * db_bridge/main.cpp
     2  * db_bridge/main.cpp
     3  * Copyright (C) 2008 Markus Broeker
     3  * Copyright (C) 2008 Markus Broeker
     4  */
     4  */
     5 
     5 
     6 #ifdef WITH_POSTGRESQL
     6 #ifdef WITH_POSTGRESQL
     7 #include <postgresql_db.h>
     7 #include <postgresql_db.hpp>
     8 #else
     8 #else
     9 #include <mysql_db.h>
     9 #include <mysql_db.hpp>
    10 #endif
    10 #endif
    11 
    11 
    12 #include <cstdlib>
    12 #include <cstdlib>
    13 
    13 
    14 void usage (std::string progname)
    14 void usage (std::string progname)