aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/details/config.hxx
blob: ca2721556df9beea36e450e8c1849e3e10c14f71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// file      : odb/sqlite/details/config.hxx
// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

#ifndef ODB_SQLITE_DETAILS_CONFIG_HXX
#define ODB_SQLITE_DETAILS_CONFIG_HXX

// no pre

#ifdef ODB_COMPILER
#  error libodb-sqlite header included in odb-compiled header
#elif !defined(LIBODB_SQLITE_BUILD2)
#  ifdef _MSC_VER
#    include <odb/sqlite/details/config-vc.h>
#  else
#    include <odb/sqlite/details/config.h>
#  endif
#endif

// no post

#endif // ODB_SQLITE_DETAILS_CONFIG_HXX