summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-10-19 09:04:33 +0200
committerDavid Tardon <dtardon@redhat.com>2017-10-19 09:04:33 +0200
commit8c9cfba67711d0c3902f9bba444b68c7415d4f98 (patch)
treec8e39a504ea3cdfa8e490726ba4c257260327a4b /config_host
parent31aeb934dbe101d5047e0b803735031b56b5ce57 (diff)
fix build with system gpgme
Change-Id: I00e6d6ce476adbd22bcfb4eb55d4db4194f4bc92
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_gpgme.h.in16
1 files changed, 16 insertions, 0 deletions
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: */