AIX and IRIX are like Sun systems - they use ISO8859-1 rather than names
2002-01-25 Jeffrey Stedfast <fejj@ximian.com> * 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
This commit is contained in:

committed by
Jeffrey Stedfast

parent
fb1169cc58
commit
f88a35a9d3
@ -5,7 +5,7 @@
|
||||
*
|
||||
* Authors:
|
||||
* Michael Zucchi <notzed@ximian.com>
|
||||
* Jeffery Steadfast <fejj@ximian.com>
|
||||
* Jeffery Stedfast <fejj@ximian.com>
|
||||
*
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user