From 84cc852d2603bf1ffe65c2ca4c45165f9a64b32c Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Thu, 31 Aug 2017 15:30:02 +0100 Subject: [PATCH] build: drop unused test/symbol ICONV_NONTRANS --- configure.ac | 3 --- version.c | 5 ----- 2 files changed, 8 deletions(-) diff --git a/configure.ac b/configure.ac index 579f44d16..5fb967124 100644 --- a/configure.ac +++ b/configure.ac @@ -70,9 +70,6 @@ AH_TEMPLATE([SIG_ATOMIC_VOLATILE_T], [Some systems declare sig_atomic_t as volatile, some others -- no. This define will have value `sig_atomic_t' or `volatile sig_atomic_t' accordingly.]) -AH_TEMPLATE([ICONV_NONTRANS], - [Define as 1 if iconv() only converts exactly and we should treat - all return values other than (size_t)(-1) as equivalent.]) AH_BOTTOM([/* fseeko portability defines */ #define LOFF_T off_t diff --git a/version.c b/version.c index 3e7141869..1ac2c04d4 100644 --- a/version.c +++ b/version.c @@ -208,11 +208,6 @@ static struct CompileOptions comp_opts[] = { #else { "homespool", 0 }, #endif -#ifdef ICONV_NONTRANS - { "iconv_nontrans", 1 }, -#else - { "iconv_nontrans", 0 }, -#endif #ifdef HAVE_LIBIDN { "idn", 1 }, #else -- 2.40.0