LOK: tilebench improvements
[LibreOffice.git] / config_host / config_gpgme.h.in
blob7e46f3703ec3ebfc453552eecbfd5f373159ea56
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 gpgme++.
13 #ifndef CONFIG_GPGME_H
14 #define CONFIG_GPGME_H
16 // Defined if gpgme support is available
17 #define HAVE_FEATURE_GPGME 0
19 // Defined if gpg and gpgme signature verification is available
20 #define HAVE_FEATURE_GPGVERIFY 0
22 #if HAVE_FEATURE_GPGME
23 # include "config_lgpl.h"
24 #endif
26 // Defined if gpgme supports exporting minimal key.
27 #define GPGME_CAN_EXPORT_MINIMAL_KEY 0
29 #endif
31 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */