From f88a35a9d33927e8e29b35a0e6c6764b40b14deb Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 25 Jan 2002 23:41:52 +0000 Subject: AIX and IRIX are like Sun systems - they use ISO8859-1 rather than names 2002-01-25 Jeffrey Stedfast * gal/util/e-iconv.c: AIX and IRIX are like Sun systems - they use ISO8859-1 rather than names like ISO-8859-1. svn path=/trunk/; revision=15478 --- e-util/e-iconv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e-util') diff --git a/e-util/e-iconv.c b/e-util/e-iconv.c index 774c6f6293..44c91fd412 100644 --- a/e-util/e-iconv.c +++ b/e-util/e-iconv.c @@ -5,7 +5,7 @@ * * Authors: * Michael Zucchi - * Jeffery Steadfast + * Jeffery Stedfast * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -43,7 +43,7 @@ #endif /* FIXME: Use feature test */ -#ifndef __sun__ +#if !defined (__aix__) && !defined (__irix__) && !defined (__sun__) #define ICONV_ISO_NEEDS_DASH (1) #endif -- cgit v1.2.3