summaryrefslogtreecommitdiffstats
path: root/lib/libtcl/tclLoadDl2.c
blob: 7938f857545ad7b143ac23bd83268af46fee30d2 (plain)
1
2
3
4
5
6
7
8
/*
 * 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