]> granicus.if.org Git - neomutt/commitdiff
build: drop unused test/symbol ICONV_NONTRANS
authorRichard Russon <rich@flatcap.org>
Thu, 31 Aug 2017 14:30:02 +0000 (15:30 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 1 Sep 2017 12:45:52 +0000 (13:45 +0100)
configure.ac
version.c

index 579f44d16b1995264ff3c9ebb57103d45d49ebb9..5fb9671242fcb3e4bae3416c3d915719ff7cc889 100644 (file)
@@ -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
index 3e71418691fe93bb9be0d797c4b2f6bd700999db..1ac2c04d42f67734cf55bdf143c11db1f1a9f39b 100644 (file)
--- 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