From 8c9cfba67711d0c3902f9bba444b68c7415d4f98 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 19 Oct 2017 09:04:33 +0200 Subject: fix build with system gpgme Change-Id: I00e6d6ce476adbd22bcfb4eb55d4db4194f4bc92 --- config_host/config_gpgme.h.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config_host/config_gpgme.h.in (limited to 'config_host') diff --git a/config_host/config_gpgme.h.in b/config_host/config_gpgme.h.in new file mode 100644 index 000000000000..50f9edd8f8a0 --- /dev/null +++ b/config_host/config_gpgme.h.in @@ -0,0 +1,16 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +/* Configuration for gpgme++. + */ + +// Defined if gpgme supports exporting minimal key. +#define GPGME_CAN_EXPORT_MINIMAL_KEY 0 + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit