Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / config_host / config_lgpl.h.in
blob18d17dae7681807b12ab3edd1dbea92b2926fb58
1 /*
2 * Include this file to ensure that this code is not
3 * compiled into the MPL subset.
4 */
5 #ifndef CONFIG_LGPL_H
6 #define CONFIG_LGPL_H
8 #include <config_mpl.h>
10 #if MPL_HAVE_SUBSET
11 # error "Attempting to compile LGPL code into MPL subset"
12 #endif
14 #endif