freebsd-dev/lib/libtcl/tclLoadDl2.c
Poul-Henning Kamp 191d34825e Update to tcl7.5u1.
Add two scaffold files to (attempt) to make a tclsh compiled -static work.
1996-09-18 14:29:21 +00:00

9 lines
177 B
C

/*
* 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