1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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/.
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"
33 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */