1/* config_host/config_lgpl.h. Generated from config_lgpl.h.in by configure. */
2/*
3 * Include this file to ensure that this code is not
4 * compiled into the MPL subset.
5 */
6#ifndef CONFIG_LGPL_H
7#define CONFIG_LGPL_H
8
9#include <config_mpl.h>
10
11#if MPL_HAVE_SUBSET
12# error "Attempting to compile LGPL code into MPL subset"
13#endif
14
15#endif
16