summaryrefslogtreecommitdiff
path: root/ADBC/default.features.tmpl
blob: 71aef0b7a82657cab34fde3959e4b0fdfbcc96a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

// @feature sqlite3
//
// Enable this feature to build the SQLite3 backend.

sqlite3=0

// @feature unixodbc
//
// Enable this feature to build the UnixODBC backend. This should
// be set to 0 when building on Windows platforms.

unixodbc=0

// @feature iodbc
//
// Enable this feature to build the iODBC backend. This should be
// set to 0 when building on Windows platforms.

iodbc=0