Remove these.. umm.. "interesting".. hacks now that they are not needed.

This commit is contained in:
Peter Wemm 1996-12-28 17:15:10 +00:00
parent fbde87863d
commit a4ae35ba9e
2 changed files with 0 additions and 18 deletions

View File

@ -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

View File

@ -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