freebsd-nq/lib/libtcl/tclLoadDl2.c

9 lines
177 B
C
Raw Normal View History

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