diff options
author | Patrick Monnerat <Patrick.Monnerat@datasphere.ch> | 2013-12-12 15:11:40 +0800 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2013-12-12 15:11:40 +0800 |
commit | ca9fc43bf7a44c88b2b8bb9ac2b4da21ebac2972 (patch) | |
tree | d8fea4fea030761212d6275d9b7deb8ee35eae65 /triostr.c | |
parent | 0f7a26d8442b87fb7d576e759c9148e8feff9e20 (diff) | |
download | libxml2-ca9fc43bf7a44c88b2b8bb9ac2b4da21ebac2972.tar.gz |
Portability fixes for OS/400
Diffstat (limited to 'triostr.c')
-rw-r--r-- | triostr.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -78,6 +78,10 @@ # else # define strcasecmp(x,y) strcmpi(x,y) # endif +#elif defined(TRIO_PLATFORM_OS400) +# define USE_STRCASECMP +# define USE_STRNCASECMP +# include <strings.h> #endif #if !(defined(TRIO_PLATFORM_SUNOS)) |