OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / util / src / TclTk / tcl8.6.12 / pkgs / tdbcpostgres1.1.3 / pkgIndex.tcl.in
1 # Index file to load the TDBC Postgres package.
2
3 if {![package vsatisfies [package provide Tcl] 8.6-]} {
4     return
5 }
6 if {[package vsatisfies [package provide Tcl] 9.0-]} {
7     package ifneeded tdbc::postgres @PACKAGE_VERSION@ \
8             "[list source [file join $dir @PACKAGE_NAME@.tcl]]\;\
9             [list load [file join $dir @PKG_LIB_FILE9@] [string totitle @PACKAGE_NAME@]]"
10 } else {
11     package ifneeded tdbc::postgres @PACKAGE_VERSION@ \
12             "[list source [file join $dir @PACKAGE_NAME@.tcl]]\;\
13             [list load [file join $dir @PKG_LIB_FILE8@] [string totitle @PACKAGE_NAME@]]"
14 }