From 388022c844b80b26b6a16751615003d33e35be6e Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 13 Jun 2000 13:11:08 +0000 Subject: [PATCH] Inform us about ICONV_NOTRANS. From EGE. --- main.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index e7a47c0e..afd2fc39 100644 --- a/main.c +++ b/main.c @@ -356,7 +356,15 @@ static void show_version (void) #else "-HAVE_LANGINFO_CODESET " #endif - + + "\n" + +#if ICONV_NONTRANS + "+ICONV_NONTRANS " +#else + "-ICONV_NONTRANS " +#endif + ); #ifdef ISPELL -- 2.40.0