diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-06-04 14:02:48 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-06-04 17:45:42 +0100 |
commit | c32c11fbd49e0194534be9d21c22da6799728be3 (patch) | |
tree | 2ce05f2cd61416625dc31d7d9ff7fb278b8c4fb1 /config_host | |
parent | ea9b4a69469cbd8bdbbd972638612632adf31d66 (diff) |
MPLv2 subset improvements.
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_lgpl.h.in | 2 | ||||
-rw-r--r-- | config_host/config_mpl.h.in | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/config_host/config_lgpl.h.in b/config_host/config_lgpl.h.in index f81b33768df1..18d17dae7681 100644 --- a/config_host/config_lgpl.h.in +++ b/config_host/config_lgpl.h.in @@ -5,7 +5,7 @@ #ifndef CONFIG_LGPL_H #define CONFIG_LGPL_H -#define MPL_HAVE_SUBSET 0 +#include <config_mpl.h> #if MPL_HAVE_SUBSET # error "Attempting to compile LGPL code into MPL subset" diff --git a/config_host/config_mpl.h.in b/config_host/config_mpl.h.in new file mode 100644 index 000000000000..bde10e3cea98 --- /dev/null +++ b/config_host/config_mpl.h.in @@ -0,0 +1,9 @@ +/* config_host/config_mpl.h. Generated from config_mpl.h.in by configure. */ + +#ifndef CONFIG_MPL_H +#define CONFIG_MPL_H + +#define MPL_HAVE_SUBSET 0 + +#endif + |