summaryrefslogtreecommitdiff
path: root/config_host/config_lgpl.h.in
blob: f157a5cb1b1f3b81175438c5c60dd6a147721788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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
0200'>2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert salhelper from OSL_ASSERT to assertChris Sherlock 2017-03-18salhelper: change oslCondition to osl::ConditionChris Sherlock 2017-03-03Remove redundant 'inline' keywordStephan Bergmann 2017-03-03Fix typosAndrea Gelmini 2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin