office-gobmx/config_host/config_lgpl.h.in
Michael Meeks cb33ae88e0 extend license filtering, and add fallback-checks.
Change-Id: Ia1ec3564326cf898d756c231a64a54db8698bf20
2013-04-24 16:21:40 +01:00

14 lines
259 B
C

/*
* Include this file to ensure that this code is not
* compiled into the MPL subset.
*/
#ifndef CONFIG_LGPL_H
#define CONFIG_LGPL_H
#define MPL_HAVE_SUBSET 0
#if MPL_HAVE_SUBSET
# error "Attempting to compile LGPL code into MPL subset"
#endif
#endif