ENGINE_FLAGS_MANUAL_CMD_CTRL

This flag is for ENGINEs that wish to handle the various 'CMD'-related control commands on their own. Without this flag, ENGINE_ctrl() handles these control commands on behalf of the ENGINE using their "cmd_defns" data.

extern (C) nothrow @nogc
enum int ENGINE_FLAGS_MANUAL_CMD_CTRL;

Meta