ENGINE_TABLE_FLAG_NOINIT

This(ese) flag(s) controls behaviour of the ENGINE_TABLE mechanism used internally to control registration of ENGINE implementations, and can be set by ENGINE_set_table_flags(). The "NOINIT" flag prevents attempts to initialise registered ENGINEs if they are not already initialised.

extern (C) nothrow @nogc
enum uint ENGINE_TABLE_FLAG_NOINIT;

Meta