From: John Wolfe Date: Tue, 22 Dec 2020 20:22:03 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6284afd17986fe3053fc6d69560d319dacb5299c;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/conf.h b/open-vm-tools/lib/include/conf.h index b2596d0d7..1a3979940 100644 --- a/open-vm-tools/lib/include/conf.h +++ b/open-vm-tools/lib/include/conf.h @@ -532,4 +532,30 @@ ****************************************************************************** * END CarbonBlack helper plugin goodies. */ + +/* + ****************************************************************************** + * BEGIN deviceHelper plugin goodies. + */ + +/** + * Defines the string used for the device helper config file group. + */ +#define CONFGROUPNAME_DEVICEHELPER "devicehelper" + +/** + * Defines the configuration to perform device helper or not. + * + * @note Illegal values result in a @c g_warning and fallback to the default + * value. + * + * @param boolean Set to TRUE to disable device helper feature. + * Set to FALSE to enable device helper feature. + */ +#define CONFNAME_DEVICEHELPER_DISABLED "disabled" + +/* + * END deviceHelper goodies. + ****************************************************************************** + */ #endif /* __CONF_H__ */