repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
don't use common PCH with sc_parallelism test
[LibreOffice.git]
/
config_host
/
config_lgpl.h.in
blob
f157a5cb1b1f3b81175438c5c60dd6a147721788
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
7
8
#include
"config_mpl.h"
9
10
#if MPL_HAVE_SUBSET
11
# error
"Attempting to compile LGPL code into MPL subset"
12
#endif
13
14
#endif