From: Oliver Kurth Date: Mon, 15 Apr 2019 18:32:58 +0000 (-0700) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c864f9e015a25864b952210796458e77c1f5726f;p=thirdparty%2Fopen-vm-tools.git Common header file change not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/conf.h b/open-vm-tools/lib/include/conf.h index 2c30978f6..594285322 100644 --- a/open-vm-tools/lib/include/conf.h +++ b/open-vm-tools/lib/include/conf.h @@ -268,4 +268,20 @@ /* Wait 5 seconds between polls to see if the conf file has changed */ #define CONF_POLL_TIME 5 +/* + ****************************************************************************** + * BEGIN upgrader goodies. + */ + +#define CONFGROUPNAME_AUTOUPGRADE "autoupgrade" + +#define CONFNAME_AUTOUPGRADE_ALLOW_UPGRADE "allow-upgrade" +#define CONFNAME_AUTOUPGRADE_ALLOW_ADD_FEATURE "allow-add-feature" +#define CONFNAME_AUTOUPGRADE_ALLOW_REMOVE_FEATURE "allow-remove-feature" + +/* + * END upgrader goodies. + ****************************************************************************** + */ + #endif /* __CONF_H__ */