253N/A#
253N/A# CDDL HEADER START
253N/A#
253N/A# The contents of this file are subject to the terms of the
253N/A# Common Development and Distribution License (the "License").
253N/A# You may not use this file except in compliance with the License.
253N/A#
253N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
253N/A# or http://www.opensolaris.org/os/licensing.
253N/A# See the License for the specific language governing permissions
253N/A# and limitations under the License.
253N/A#
253N/A# When distributing Covered Code, include this CDDL HEADER in each
253N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
253N/A# If applicable, add the following below this CDDL HEADER, with the
253N/A# fields enclosed by brackets "[]" replaced with your own identifying
253N/A# information: Portions Copyright [yyyy] [name of copyright owner]
253N/A#
253N/A# CDDL HEADER END
253N/A#
253N/A#
1233N/A# Copyright(c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
253N/A#
253N/A#
253N/Aprefix=/usr
253N/Aexec_prefix=${prefix}
253N/Alibdir=${prefix}/lib
253N/Aincludedir=${prefix}/include/odbc
253N/Acppflags=-I${includedir}
253N/Acflags_only= -mt -D_REENTRANT
253N/Asizeof_long=SED_SIZEOF_LONG
253N/A
253N/AName: unixODBC
253N/ADescription: An Open Source ODBC sub-system and SDK
1233N/AVersion: 2.3.1
253N/ALibs: -L${libdir} -lodbc
253N/ACflags: -I${includedir} -DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=${sizeof_long}
253N/A