1417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes/*
2417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes * Copyright 2007, The Android Open Source Project
3417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes *
4417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes * Licensed under the Apache License, Version 2.0 (the "License");
5417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes * you may not use this file except in compliance with the License.
6417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes * You may obtain a copy of the License at
7417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes *
8417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes *     http://www.apache.org/licenses/LICENSE-2.0
9417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes *
10417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes * Unless required by applicable law or agreed to in writing, software
11417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes * distributed under the License is distributed on an "AS IS" BASIS,
12417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes * See the License for the specific language governing permissions and
14417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes * limitations under the License.
15417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes */
16417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes
17417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE2 0
18417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE3 1
19417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE_FUNCTION_TYPE 0
20417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE_OPEN_AUX_FILE 0
21417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE_SET_AUTHORIZER 0
22417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE_TRACE 0
23417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE_COMPILE 0
24417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE_PROGRESS_HANDLER 0
25417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE3_MALLOC 1
26417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE3_PREPARE_V2 0
27417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE3_PREPARE16_V2 0
28417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE3_BIND_ZEROBLOB 0
29417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE3_CLEAR_BINDINGS 0
30417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE3_COLUMN_TABLE_NAME16 0
31417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE3_COLUMN_DATABASE_NAME16 0
32417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE3_COLUMN_ORIGIN_NAME16 0
33417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE3_BIND_PARAMETER_COUNT 1
34417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE3_BIND_PARAMETER_NAME 1
35417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE3_BIND_PARAMETER_INDEX 1
36417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE3_RESULT_ZEROBLOB 0
37417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes#define HAVE_SQLITE3_INCRBLOBIO 0
38417deb1db112103aff04231b6ca79772ff7d3a21Elliott Hughes
397a647e8547e57ca573541be55b3728ef7ce376feElliott Hughes#define CANT_PASS_VALIST_AS_CHARPTR
40