aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2025-01-15 06:39:22 +0000
committerNIIBE Yutaka <[email protected]>2025-01-15 06:39:22 +0000
commitfa17f2aaedb50cb576c47b191b3599e384272bc2 (patch)
treeeba6fb064f048918e7c9f24ad51a89dc8aa60e13
parenttests,json: Prevent failing tests after 2027-05-15 (diff)
downloadgpgme-fa17f2aaedb50cb576c47b191b3599e384272bc2.tar.gz
gpgme-fa17f2aaedb50cb576c47b191b3599e384272bc2.zip
build: Remove defining GPG_ERR_ENABLE_ERRNO_MACROS.
* configure.ac (GPG_ERR_ENABLE_ERRNO_MACROS): Remove. -- It was for Windows CE. Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 97ba5688..8d712dc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1039,9 +1039,6 @@ AH_BOTTOM([
/* Under Windows we use the gettext code from gpgrt. */
#define GPG_ERR_ENABLE_GETTEXT_MACROS 1
-/* Under WindowsCE we need gpg-error's strerror macro. */
-#define GPG_ERR_ENABLE_ERRNO_MACROS 1
-
#define CRIGHTBLURB "Copyright (C) 2000 Werner Koch\n" \
"Copyright (C) 2001--2021 g10 Code GmbH\n"
])