mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add generated soci-config.h
This commit is contained in:
49
src/soci/include/soci/soci-config.h
Normal file
49
src/soci/include/soci/soci-config.h
Normal file
@@ -0,0 +1,49 @@
|
||||
//
|
||||
// Copyright (C) 2004-2008 Maciej Sobczak, Stephen Hutton
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#ifndef SOCICONFIG_H_INCLUDED
|
||||
#define SOCICONFIG_H_INCLUDED
|
||||
|
||||
//
|
||||
// SOCI has been build with support for:
|
||||
//
|
||||
|
||||
// Boost library
|
||||
#define SOCI_HAVE_BOOST
|
||||
|
||||
// Boost date_time library
|
||||
/* #undef SOCI_HAVE_BOOST_DATE_TIME */
|
||||
|
||||
// Enables C++11 support
|
||||
/* #undef SOCI_HAVE_CXX_C11 */
|
||||
|
||||
// DB2 backend
|
||||
/* #undef SOCI_HAVE_DB2 */
|
||||
|
||||
// EMPTY backend
|
||||
#define SOCI_HAVE_EMPTY
|
||||
|
||||
// FIREBIRD backend
|
||||
/* #undef SOCI_HAVE_FIREBIRD */
|
||||
|
||||
// MYSQL backend
|
||||
/* #undef SOCI_HAVE_MYSQL */
|
||||
|
||||
// ODBC backend
|
||||
/* #undef SOCI_HAVE_ODBC */
|
||||
|
||||
// ORACLE backend
|
||||
/* #undef SOCI_HAVE_ORACLE */
|
||||
|
||||
// POSTGRESQL backend
|
||||
/* #undef SOCI_HAVE_POSTGRESQL */
|
||||
|
||||
// SQLITE3 backend
|
||||
#define SOCI_HAVE_SQLITE3
|
||||
|
||||
|
||||
#endif // SOCICONFIG_H_INCLUDED
|
||||
Reference in New Issue
Block a user