1
0
Fork 0
libreoffice/config_host/config_lgpl.h.in
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +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