mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 02:03:31 +00:00
Remove these.. umm.. "interesting".. hacks now that they are not needed.
This commit is contained in:
parent
fbde87863d
commit
a4ae35ba9e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20976
@ -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
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user