summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2021-12-01 16:54:34 +0900
committerJinWang An <jinwang.an@samsung.com>2021-12-01 16:54:34 +0900
commit995a02825947cf6f11b67998d850c748d320c8cd (patch)
tree941ed2cd17bb2649ad441e9e49aaff3aeda987d3 /config.h.in
parent446ad01df66cb2f4dd51d97ff02be16d765847e1 (diff)
downloadgpgme-995a02825947cf6f11b67998d850c748d320c8cd.tar.gz
gpgme-995a02825947cf6f11b67998d850c748d320c8cd.tar.bz2
gpgme-995a02825947cf6f11b67998d850c748d320c8cd.zip
Imported Upstream version 1.5.0upstream/1.5.0
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in37
1 files changed, 2 insertions, 35 deletions
diff --git a/config.h.in b/config.h.in
index 18a78f9..8e0137b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -6,39 +6,18 @@
/* The time this package was configured for a build */
#undef BUILD_TIMESTAMP
-/* Whether Assuan support is enabled */
-#undef ENABLE_ASSUAN
-
-/* Whether G13 support is enabled */
-#undef ENABLE_G13
-
-/* Whether GPGCONF support is enabled */
-#undef ENABLE_GPGCONF
-
-/* Whether GPGSM support is enabled */
-#undef ENABLE_GPGSM
-
/* Defined if we are building with uiserver support. */
#undef ENABLE_UISERVER
-/* Path to the G13 binary. */
-#undef G13_PATH
-
-/* Path to the GPGCONF binary. */
-#undef GPGCONF_PATH
+/* Locate binaries only via this PATH */
+#undef FIXED_SEARCH_PATH
/* version of the libassuan library */
#undef GPGME_LIBASSUAN_VERSION
-/* Path to the GPGSM binary. */
-#undef GPGSM_PATH
-
/* The default error source for GPGME. */
#undef GPG_ERR_SOURCE_DEFAULT
-/* Path to the GnuPG binary. */
-#undef GPG_PATH
-
/* Defined if we build for an Android system */
#undef HAVE_ANDROID_SYSTEM
@@ -168,18 +147,6 @@
/* used to implement the va_copy macro */
#undef MUST_COPY_VA_BYVAL
-/* Min. needed G13 version. */
-#undef NEED_G13_VERSION
-
-/* Min. needed GPGCONF version. */
-#undef NEED_GPGCONF_VERSION
-
-/* Min. needed GPGSM version. */
-#undef NEED_GPGSM_VERSION
-
-/* Min. needed GnuPG version. */
-#undef NEED_GPG_VERSION
-
/* Name of this package */
#undef PACKAGE