libmoost
/home/mhx/git/github/libmoost/include/moost/kvds/kvds_bdb.hpp
Go to the documentation of this file.
00001 /* vim:set ts=3 sw=3 sts=3 et: */
00028 #ifndef MOOST_KVDS_KVDSDBD_HPP__
00029 #define MOOST_KVDS_KVDSDBD_HPP__
00030 
00031 #ifdef WIN32
00032 
00033 #include "detail/kvds_bdb_win32.hpp"
00034 
00035 #else
00036 
00037 #include "detail/kvds_bdb_linux.hpp"
00038 
00039 #endif
00040 
00041 #endif // MOOST_KVDS_KVDSDBD_HPP__