modules/sasl/pkgIndex.tcl

Go to the documentation of this file.
00001 /*  pkgIndex.tcl                                                -*- tcl -*-*/
00002 /*  Copyright (C) 2005 Pat Thoyts <patthoyts@users.sourceforge.net>*/
00003 /*  $Id: pkgIndex.tcl,v 1.10 2007/08/26 00:36:45 patthoyts Exp $*/
00004 if {![package vsatisfies [package provide Tcl] 8.2]} {
00005     /*  PRAGMA: returnok*/
00006     return
00007 }
00008 package ifneeded SASL 1.3.1 [list source [file join $dir sasl.tcl]]
00009 package ifneeded SASL::NTLM 1.1.1 [list source [file join $dir ntlm.tcl]]
00010 package ifneeded SASL::XGoogleToken 1.0.1 [list source [file join $dir gtoken.tcl]]
00011 

Generated on 21 Sep 2010 for Gui by  doxygen 1.6.1