2013-04-24 14:52:46 +01:00
|
|
|
/*
|
|
|
|
* Include this file to ensure that this code is not
|
|
|
|
* compiled into the MPL subset.
|
|
|
|
*/
|
|
|
|
#ifndef CONFIG_LGPL_H
|
|
|
|
#define CONFIG_LGPL_H
|
|
|
|
|
2013-06-04 14:02:48 +01:00
|
|
|
#include <config_mpl.h>
|
2013-04-24 14:52:46 +01:00
|
|
|
|
|
|
|
#if MPL_HAVE_SUBSET
|
|
|
|
# error "Attempting to compile LGPL code into MPL subset"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|