// file : odb/details/config.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_DETAILS_CONFIG_HXX #define ODB_DETAILS_CONFIG_HXX // no pre #ifdef _MSC_VER # include #else # ifdef HAVE_CONFIG_H # include # else # define ODB_THREADS_POSIX # endif #endif // no post #endif // ODB_DETAILS_CONFIG_HXX