From 258195242b40526a4d2bc930cc425380f337918d Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 9 Jul 2013 16:01:52 +0100 Subject: [settings] Add config/settings.h Move VMWARE_SETTINGS build configuration option from config/sideband.h to a new config/settings.h. Existing instances of config/local/sideband.h will not be affected, since config.c still #includes config/sideband.h. Signed-off-by: Michael Brown --- src/config/settings.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/config/settings.h (limited to 'src/config/settings.h') diff --git a/src/config/settings.h b/src/config/settings.h new file mode 100644 index 000000000..331c7e3ab --- /dev/null +++ b/src/config/settings.h @@ -0,0 +1,16 @@ +#ifndef CONFIG_SETTINGS_H +#define CONFIG_SETTINGS_H + +/** @file + * + * Configuration settings sources + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +//#define VMWARE_SETTINGS /* VMware GuestInfo settings */ + +#include + +#endif /* CONFIG_SETTINGS_H */ -- cgit v1.2.3-55-g7522