enum Poco::SharedLibraryImpl::Flags

#include <SharedLibrary_UNIX.h>

enum Flags
{
    SHLIB_GLOBAL_IMPL = 1,
    SHLIB_LOCAL_IMPL  = 2,
};