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# ----------------------------Kab settings-------------------------------------# 85# target 86KAB_TARGET=kab 87 88# the major 89KAB_MAJOR=1 90# the minor 91KAB_MINOR=0 92# the micro 93KAB_MICRO=0 94 95 96# ----------------------------Macab settings-------------------------------------# 97# target 98MACAB_TARGET=macab 99 100# the major 101MACAB_MAJOR=1 102# the minor 103MACAB_MINOR=0 104# the micro 105MACAB_MICRO=0 106 107# ----------------------------HSQLDB settings-----------------------------------# 108# target 109HSQLDB_TARGET=hsqldb 110 111