1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# 9# This file is part of OpenOffice.org. 10# 11# OpenOffice.org is free software: you can redistribute it and/or modify 12# it under the terms of the GNU Lesser General Public License version 3 13# only, as published by the Free Software Foundation. 14# 15# OpenOffice.org is distributed in the hope that it will be useful, 16# but WITHOUT ANY WARRANTY; without even the implied warranty of 17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18# GNU Lesser General Public License version 3 for more details 19# (a copy is included in the LICENSE file that accompanied this code). 20# 21# You should have received a copy of the GNU Lesser General Public License 22# version 3 along with OpenOffice.org. If not, see 23# <http://www.openoffice.org/license.html> 24# for a copy of the LGPLv3 License. 25# 26#************************************************************************* 27 28# ----------------------------ADO settings------------------------------------# 29# target 30ADO_TARGET=ado 31 32# ----------------------------ODBC BASE settings-----------------------------------# 33# target 34ODBC2_TARGET=odbcbase 35 36# ----------------------------ODBC settings-----------------------------------# 37# target 38ODBC_TARGET=odbc 39 40# ----------------------------JDBC settings-----------------------------------# 41# target 42JDBC_TARGET=jdbc 43 44# ----------------------------dbtools settings-----------------------------------# 45# target 46DBTOOLS_TARGET=dbtools 47 48# -----------------------DRIVER MANAGER settings--------------------------------# 49# target 50SDBC_TARGET=sdbc 51 52# the major 53SDBC_MAJOR=2 54# the minor 55SDBC_MINOR=0 56# the micro 57SDBC_MICRO=0 58 59 60# -----------------------Connection Pool settings--------------------------------# 61# target 62DBPOOL_TARGET=dbpool 63 64# the major 65DBPOOL_MAJOR=2 66# the minor 67DBPOOL_MINOR=0 68# the micro 69DBPOOL_MICRO=0 70 71 72# ----------------------------DBASE settings-----------------------------------# 73# target 74DBASE_TARGET=dbase 75 76# ----------------------------MOZAB settings-----------------------------------# 77# the major 78MOZAB_MAJOR=2 79# the minor 80MOZAB_MINOR=0 81# the micro 82MOZAB_MICRO=0 83 84# ----------------------------MySQL settings-----------------------------------# 85# target 86MYSQL_TARGET=mysql 87 88 89# ----------------------------Evoab settings-----------------------------------# 90# target 91EVOAB_TARGET=evoab 92 93# ----------------------------Kab settings-------------------------------------# 94# target 95KAB_TARGET=kab 96 97# the major 98KAB_MAJOR=1 99# the minor 100KAB_MINOR=0 101# the micro 102KAB_MICRO=0 103 104 105# ----------------------------Macab settings-------------------------------------# 106# target 107MACAB_TARGET=macab 108 109# the major 110MACAB_MAJOR=1 111# the minor 112MACAB_MINOR=0 113# the micro 114MACAB_MICRO=0 115 116# ----------------------------HSQLDB settings-----------------------------------# 117# target 118HSQLDB_TARGET=hsqldb 119 120