lib_common: move dlopen etc compat to separate src

It is a bit needless to compile the dlerror() commat in a huge number of
sources including that file. Moreover, the compat functions are not
direcly linked to modules' infrastructure in UG, which was piggy-backed
to.
This commit is contained in:
Martin Pulec
2022-03-10 08:16:09 +01:00
parent 8036a832eb
commit 89a4050c76
10 changed files with 128 additions and 51 deletions

View File

@@ -3,7 +3,7 @@
* @author Martin Pulec <pulec@cesnet.cz>
*/
/*
* Copyright (c) 2012-2019 CESNET, z. s. p. o.
* Copyright (c) 2012-2022 CESNET, z. s. p. o.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without