1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22 23 24# ----------------------------ADO settings------------------------------------# 25# target 26ADO_TARGET=ado 27 28# ----------------------------ODBC BASE settings-----------------------------------# 29# target 30ODBC2_TARGET=odbcbase 31 32# ----------------------------ODBC settings-----------------------------------# 33# target 34ODBC_TARGET=odbc 35 36# ----------------------------JDBC settings-----------------------------------# 37# target 38JDBC_TARGET=jdbc 39 40# ----------------------------dbtools settings-----------------------------------# 41# target 42DBTOOLS_TARGET=dbtools 43 44# -----------------------DRIVER MANAGER settings--------------------------------# 45# target 46SDBC_TARGET=sdbc 47 48# the major 49SDBC_MAJOR=2 50# the minor 51SDBC_MINOR=0 52# the micro 53SDBC_MICRO=0 54 55 56# -----------------------Connection Pool settings--------------------------------# 57# target 58DBPOOL_TARGET=dbpool 59 60# the major 61DBPOOL_MAJOR=2 62# the minor 63DBPOOL_MINOR=0 64# the micro 65DBPOOL_MICRO=0 66 67 68# ----------------------------DBASE settings-----------------------------------# 69# target 70DBASE_TARGET=dbase 71 72# ----------------------------MOZAB settings-----------------------------------# 73# the major 74MOZAB_MAJOR=2 75# the minor 76MOZAB_MINOR=0 77# the micro 78MOZAB_MICRO=0 79 80# ----------------------------MySQL settings-----------------------------------# 81# target 82MYSQL_TARGET=mysql 83 84 85# ----------------------------Evoab settings-----------------------------------# 86# target 87EVOAB_TARGET=evoab 88 89# ----------------------------Kab settings-------------------------------------# 90# target 91KAB_TARGET=kab 92 93# the major 94KAB_MAJOR=1 95# the minor 96KAB_MINOR=0 97# the micro 98KAB_MICRO=0 99 100 101# ----------------------------Macab settings-------------------------------------# 102# target 103MACAB_TARGET=macab 104 105# the major 106MACAB_MAJOR=1 107# the minor 108MACAB_MINOR=0 109# the micro 110MACAB_MICRO=0 111 112# ----------------------------HSQLDB settings-----------------------------------# 113# target 114HSQLDB_TARGET=hsqldb 115 116