office-gobmx/config_host/config_lgpl.h.in
Miklos Vajna b99e94dd5d config_lgpl.h.in: fix loplugin:includeform warning
Change-Id: I53d75a9d59c14bc10008d0a590539f16160f380a
2017-10-24 12:24:03 +02:00

14 lines
257 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
#include "config_mpl.h"
#if MPL_HAVE_SUBSET
# error "Attempting to compile LGPL code into MPL subset"
#endif
#endif