lok: use "None" string item in the ListBox control
[LibreOffice.git] / config_host / config_gpgme.h.in
blob3c483d08f564eec0ba7357ed9576296747860833
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 // Defined if gpgme supports exporting minimal key.
30 #define GPGME_CAN_EXPORT_MINIMAL_KEY 0
32 #undef GPGME_GPGCONF
34 #endif
36 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */