If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail.
This commit is contained in:
parent
5e41644ddd
commit
3823420ca4
|
@ -214,6 +214,10 @@ struct filedescr import_filetab[] = {
|
|||
{0, 0}
|
||||
};
|
||||
|
||||
#ifdef NO_DYNAMIC_LINK
|
||||
#undef DYNAMIC_LINK
|
||||
#endif
|
||||
|
||||
object *
|
||||
load_dynamic_module(name, pathname, fp)
|
||||
char *name;
|
||||
|
|
Loading…
Reference in New Issue