Update git submodules
[LibreOffice.git] / config_host / config_cxxabi.h.in
blob0acaa560529f381487e4d2e47de9eed7dde86489
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 #ifndef CONFIG_CXXABI_H
11 #define CONFIG_CXXABI_H
13 #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 0
14 #define HAVE_CXXABI_H_CLASS_TYPE_INFO 0
15 #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 0
16 #define HAVE_CXXABI_H_CXA_EH_GLOBALS 0
17 #define HAVE_CXXABI_H_CXA_EXCEPTION 0
18 #define HAVE_CXXABI_H_CXA_GET_GLOBALS 0
19 #define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 0
20 #define HAVE_CXXABI_H_CXA_THROW 0
21 #define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 0
22 #define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 0
24 #endif
26 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */