gtk3: silence 'invalid cast from 'GtkWindow' to 'GtkMenuShell' warning
[LibreOffice.git] / config_host / config_gpgme.h.in
blobead3ca7bc2b9443ec14f339e08982f4a422772c4
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 // Defined if gpgconf --create-socketdir works
23 #define HAVE_GPGCONF_SOCKETDIR 0
25 #if HAVE_FEATURE_GPGME
26 # include "config_lgpl.h"
27 #endif
29 #undef GPGME_GPGCONF
31 #endif
33 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */