diff options
author | NIIBE Yutaka <[email protected]> | 2025-01-15 06:32:13 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2025-01-15 06:32:13 +0000 |
commit | 71756ce3735183ddf7c340e071fa649c446e262c (patch) | |
tree | 4d5a32069580f167d7758367c2b43ddf2cda0b60 | |
parent | spawn: Care about closefrom/close call is interrupted. (diff) | |
download | libgpg-error-71756ce3735183ddf7c340e071fa649c446e262c.tar.gz libgpg-error-71756ce3735183ddf7c340e071fa649c446e262c.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.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 15f8f23..594e7b0 100644 --- a/configure.ac +++ b/configure.ac @@ -212,7 +212,6 @@ AH_BOTTOM([ /* For building we need to define these macro. */ #define GPG_ERR_ENABLE_GETTEXT_MACROS 1 -#define GPG_ERR_ENABLE_ERRNO_MACROS 1 #define GPGRT_ENABLE_ES_MACROS 1 #define GPGRT_ENABLE_LOG_MACROS 1 #define GPGRT_ENABLE_ARGPARSE_MACROS 1 |