elementary: Fix unused icon definition in links.txt
[LibreOffice.git] / config_host / config_writerperfect.h.in
blob8d2d819dd6d733e75d89a8232a7ec0de85550916
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 /* Configuration for versions of import libraries used by writerperfect.
11 * This is needed to skip test files that are not supported by the used
12 * version.
15 #undef EBOOK_VERSION_MAJOR
16 #undef EBOOK_VERSION_MINOR
17 #undef EBOOK_VERSION_MICRO
19 #undef ETONYEK_VERSION_MAJOR
20 #undef ETONYEK_VERSION_MINOR
21 #undef ETONYEK_VERSION_MICRO
23 #undef MWAW_VERSION_MAJOR
24 #undef MWAW_VERSION_MINOR
25 #undef MWAW_VERSION_MICRO
27 #undef STAROFFICE_VERSION_MAJOR
28 #undef STAROFFICE_VERSION_MINOR
29 #undef STAROFFICE_VERSION_MICRO
31 #undef WPS_VERSION_MAJOR
32 #undef WPS_VERSION_MINOR
33 #undef WPS_VERSION_MICRO
35 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */