summaryrefslogtreecommitdiffstats
path: root/lib/libtcl
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-12-28 17:15:10 +0000
committerpeter <peter@FreeBSD.org>1996-12-28 17:15:10 +0000
commit8664b3762ed057d55c5ff88baf68749d397e14f0 (patch)
tree689dfeecb682acc2b3d6fb121dd8376165d51a3f /lib/libtcl
parentb149fa7d4bf030562bcd68d8150a474ea6d20687 (diff)
downloadFreeBSD-src-8664b3762ed057d55c5ff88baf68749d397e14f0.zip
FreeBSD-src-8664b3762ed057d55c5ff88baf68749d397e14f0.tar.gz
Remove these.. umm.. "interesting".. hacks now that they are not needed.
Diffstat (limited to 'lib/libtcl')
-rw-r--r--lib/libtcl/tclLoad.c10
-rw-r--r--lib/libtcl/tclLoadDl2.c8
2 files changed, 0 insertions, 18 deletions
diff --git a/lib/libtcl/tclLoad.c b/lib/libtcl/tclLoad.c
deleted file mode 100644
index e12c998..0000000
--- a/lib/libtcl/tclLoad.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * XXX: We don't have dlopen & friends in statically linked programs
- * XXX: so we avoid using them.
- */
-#ifdef PIC
-#include "../../../contrib/tcl/generic/tclLoad.c"
-#else
-#include "../../../contrib/tcl/generic/tclLoadNone.c"
-#endif
-
diff --git a/lib/libtcl/tclLoadDl2.c b/lib/libtcl/tclLoadDl2.c
deleted file mode 100644
index 7938f85..0000000
--- a/lib/libtcl/tclLoadDl2.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * XXX: We don't have dlopen & friends in statically linked programs
- * XXX: so we avoid using them.
- */
-#ifdef PIC
-#include "../../../contrib/tcl/unix/tclLoadDl2.c"
-#endif
-
OpenPOWER on IntegriCloud