]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not directly applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Mon, 15 Apr 2019 18:32:58 +0000 (11:32 -0700)
committerOliver Kurth <okurth@vmware.com>
Mon, 15 Apr 2019 18:32:58 +0000 (11:32 -0700)
open-vm-tools/lib/include/conf.h

index 2c30978f667ad0dd24c10e40d044967a52675abb..5942853221180242a92dd69048e9693c8719348c 100644 (file)
 /* 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__ */