IsoSpec 2.2.1
platform_incl.h
1/*
2 * Copyright (C) 2015-2020 Mateusz Łącki and Michał Startek.
3 *
4 * This file is part of IsoSpec.
5 *
6 * IsoSpec is free software: you can redistribute it and/or modify
7 * it under the terms of the Simplified ("2-clause") BSD licence.
8 *
9 * IsoSpec is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12 *
13 * You should have received a copy of the Simplified BSD Licence
14 * along with IsoSpec. If not, see <https://opensource.org/licenses/BSD-2-Clause>.
15 */
16
17#pragma once
18
19#if !defined(ISOSPEC_BUILDING_R)
20#define ISOSPEC_BUILDING_R false
21#endif
22
23#if !defined(ISOSPEC_BUILDING_CPP)
24#define ISOSPEC_BUILDING_CPP true
25#endif
26
27#if !defined(ISOSPEC_BUILDING_PYTHON)
28#define ISOSPEC_BUILDING_PYTHON false
29#endif
30
31#if !defined(ISOSPEC_BUILDING_OPENMS)
32#define ISOSPEC_BUILDING_OPENMS false
33#endif