Home | History | Annotate | Download | only in native
      1 /*
      2  * Copyright 2007, The Android Open Source Project
      3  *
      4  * Licensed under the Apache License, Version 2.0 (the "License");
      5  * you may not use this file except in compliance with the License.
      6  * You may obtain a copy of the License at
      7  *
      8  *     http://www.apache.org/licenses/LICENSE-2.0
      9  *
     10  * Unless required by applicable law or agreed to in writing, software
     11  * distributed under the License is distributed on an "AS IS" BASIS,
     12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13  * See the License for the specific language governing permissions and
     14  * limitations under the License.
     15  */
     16 
     17 #define HAVE_SQLITE2 0
     18 #define HAVE_SQLITE3 1
     19 #define HAVE_SQLITE_FUNCTION_TYPE 0
     20 #define HAVE_SQLITE_OPEN_AUX_FILE 0
     21 #define HAVE_SQLITE_SET_AUTHORIZER 0
     22 #define HAVE_SQLITE_TRACE 0
     23 #define HAVE_SQLITE_COMPILE 0
     24 #define HAVE_SQLITE_PROGRESS_HANDLER 0
     25 #define HAVE_SQLITE3_MALLOC 1
     26 #define HAVE_SQLITE3_PREPARE_V2 0
     27 #define HAVE_SQLITE3_PREPARE16_V2 0
     28 #define HAVE_SQLITE3_BIND_ZEROBLOB 0
     29 #define HAVE_SQLITE3_CLEAR_BINDINGS 0
     30 #define HAVE_SQLITE3_COLUMN_TABLE_NAME16 0
     31 #define HAVE_SQLITE3_COLUMN_DATABASE_NAME16 0
     32 #define HAVE_SQLITE3_COLUMN_ORIGIN_NAME16 0
     33 #define HAVE_SQLITE3_BIND_PARAMETER_COUNT 1
     34 #define HAVE_SQLITE3_BIND_PARAMETER_NAME 1
     35 #define HAVE_SQLITE3_BIND_PARAMETER_INDEX 1
     36 #define HAVE_SQLITE3_RESULT_ZEROBLOB 0
     37 #define HAVE_SQLITE3_INCRBLOBIO 0
     38 
     39 #define CANT_PASS_VALIST_AS_CHARPTR
     40