modules/dns/pkgIndex.tcl

Go to the documentation of this file.
00001 /*  pkgIndex.tcl -*/
00002 /* */
00003 /*  $Id: pkgIndex.tcl,v 1.17 2007/08/26 00:44:34 patthoyts Exp $*/
00004 
00005 if {![package vsatisfies [package provide Tcl] 8.2]} {return}
00006 package ifneeded dns    1.3.2 [list source [file join $dir dns.tcl]]
00007 package ifneeded resolv 1.0.3 [list source [file join $dir resolv.tcl]]
00008 package ifneeded ip     1.1.2 [list source [file join $dir ip.tcl]]
00009 package ifneeded spf    1.1.0 [list source [file join $dir spf.tcl]]
00010 

Generated on 21 Sep 2010 for Gui by  doxygen 1.6.1