summaryrefslogtreecommitdiff
path: root/odb/mssql/details/config.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-02-01 18:10:29 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-02-01 18:10:29 +0300
commit2895ad78dbdb43e57fc34558b4530b4e105fc72d (patch)
tree9a176c9a1a34cfa9df60fcf482bc6c360ae11214 /odb/mssql/details/config.hxx
parent8ac5c705c360b9ccde527eea24ddc90b2f6ed7ec (diff)
Turn libodb-mssql repository into package for muti-package repositorylibodb-mssql
Diffstat (limited to 'odb/mssql/details/config.hxx')
-rw-r--r--odb/mssql/details/config.hxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/odb/mssql/details/config.hxx b/odb/mssql/details/config.hxx
deleted file mode 100644
index ff2a5af..0000000
--- a/odb/mssql/details/config.hxx
+++ /dev/null
@@ -1,21 +0,0 @@
-// file : odb/mssql/details/config.hxx
-// license : ODB NCUEL; see accompanying LICENSE file
-
-#ifndef ODB_MSSQL_DETAILS_CONFIG_HXX
-#define ODB_MSSQL_DETAILS_CONFIG_HXX
-
-// no pre
-
-#ifdef ODB_COMPILER
-# error libodb-mssql header included in odb-compiled header
-#elif !defined(LIBODB_MSSQL_BUILD2)
-# ifdef _MSC_VER
-# include <odb/mssql/details/config-vc.h>
-# else
-# include <odb/mssql/details/config.h>
-# endif
-#endif
-
-// no post
-
-#endif // ODB_MSSQL_DETAILS_CONFIG_HXX