summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
Diffstat (limited to 'ds9')
-rw-r--r--ds9/macos/Makefile.in2
-rw-r--r--ds9/macos/ds9.C6
-rw-r--r--ds9/unix/Makefile.in2
-rw-r--r--ds9/unix/ds9.C6
-rw-r--r--ds9/win/ds9.C6
5 files changed, 0 insertions, 22 deletions
diff --git a/ds9/macos/Makefile.in b/ds9/macos/Makefile.in
index 20c06c4..c13473d 100644
--- a/ds9/macos/Makefile.in
+++ b/ds9/macos/Makefile.in
@@ -30,7 +30,6 @@ tkimgpng_LIB_SPEC= @tkimgpng_LIB_SPEC@
tkimgtiff_LIB_SPEC= @tkimgtiff_LIB_SPEC@
tkimgwindow_LIB_SPEC= @tkimgwindow_LIB_SPEC@
-tclcheckdns_LIB_SPEC= @tclcheckdns_LIB_SPEC@
tcliis_LIB_SPEC = @tcliis_LIB_SPEC@
tclsignal_LIB_SPEC= @tclsignal_LIB_SPEC@
tclxml_LIB_SPEC = @tclxml_LIB_SPEC@
@@ -91,7 +90,6 @@ SPECS = \
$(pngtcl_LIB_SPEC) \
$(tifftcl_LIB_SPEC) \
$(zlibtcl_LIB_SPEC) \
- $(tclcheckdns_LIB_SPEC) \
$(tcliis_LIB_SPEC) \
$(tclsignal_LIB_SPEC) \
$(tclxml_LIB_SPEC) \
diff --git a/ds9/macos/ds9.C b/ds9/macos/ds9.C
index 092d336..1d441ac 100644
--- a/ds9/macos/ds9.C
+++ b/ds9/macos/ds9.C
@@ -117,12 +117,6 @@ int SAOAppInit(Tcl_Interp *interp)
Tcl_StaticPackage (interp, "Tktable", Tktable_Init,
(Tcl_PackageInitProc*)NULL);
- // Tclcheckdns
- if (Tclcheckdns_Init(interp) == TCL_ERROR)
- return TCL_ERROR;
- Tcl_StaticPackage (interp, "tclcheckdns", Tclcheckdns_Init,
- (Tcl_PackageInitProc*)NULL);
-
// Tls
if (Tls_Init(interp) == TCL_ERROR)
return TCL_ERROR;
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in
index 278a857..6210712 100644
--- a/ds9/unix/Makefile.in
+++ b/ds9/unix/Makefile.in
@@ -30,7 +30,6 @@ tkimgpng_LIB_SPEC= @tkimgpng_LIB_SPEC@
tkimgtiff_LIB_SPEC= @tkimgtiff_LIB_SPEC@
tkimgwindow_LIB_SPEC= @tkimgwindow_LIB_SPEC@
-tclcheckdns_LIB_SPEC= @tclcheckdns_LIB_SPEC@
tcliis_LIB_SPEC = @tcliis_LIB_SPEC@
tclsignal_LIB_SPEC= @tclsignal_LIB_SPEC@
tclxml_LIB_SPEC = @tclxml_LIB_SPEC@
@@ -86,7 +85,6 @@ SPECS = \
$(pngtcl_LIB_SPEC) \
$(tifftcl_LIB_SPEC) \
$(zlibtcl_LIB_SPEC) \
- $(tclcheckdns_LIB_SPEC) \
$(tcliis_LIB_SPEC) \
$(tclsignal_LIB_SPEC) \
$(tclxml_LIB_SPEC) \
diff --git a/ds9/unix/ds9.C b/ds9/unix/ds9.C
index 12ebb02..ad5b008 100644
--- a/ds9/unix/ds9.C
+++ b/ds9/unix/ds9.C
@@ -138,12 +138,6 @@ int SAOAppInit(Tcl_Interp *interp)
Tcl_StaticPackage (interp, "Tktable", Tktable_Init,
(Tcl_PackageInitProc*)NULL);
- // Tclcheckdns
- if (Tclcheckdns_Init(interp) == TCL_ERROR)
- return TCL_ERROR;
- Tcl_StaticPackage (interp, "tclcheckdns", Tclcheckdns_Init,
- (Tcl_PackageInitProc*)NULL);
-
// Tls
if (Tls_Init(interp) == TCL_ERROR)
return TCL_ERROR;
diff --git a/ds9/win/ds9.C b/ds9/win/ds9.C
index 0b50f7f..dbff388 100644
--- a/ds9/win/ds9.C
+++ b/ds9/win/ds9.C
@@ -133,12 +133,6 @@ int SAOAppInit(Tcl_Interp *interp)
Tcl_StaticPackage (interp, "Tktable", Tktable_Init,
(Tcl_PackageInitProc*)NULL);
- // Tclcheckdns
- // if (Tclcheckdns_Init(interp) == TCL_ERROR)
- // return TCL_ERROR;
- // Tcl_StaticPackage (interp, "tclcheckdns", Tclcheckdns_Init,
- // (Tcl_PackageInitProc*)NULL);
-
// Tls
if (Tls_Init(interp) == TCL_ERROR)
return TCL_ERROR;