*** unix2dos.h.ORIG Fri Sep 26 23:06:02 2008 --- unix2dos.h Fri Sep 26 23:06:20 2008 *************** *** 3,9 **** /* $$Id: unix2dos.h 2.2 1995/03/31 01:46:03 blin Exp blin $$ */ ! #ifdef __GNUC__ # define strcmpi(s1, s2) strcasecmp(s1, s2) #endif --- 3,9 ---- /* $$Id: unix2dos.h 2.2 1995/03/31 01:46:03 blin Exp blin $$ */ ! #if defined(__GNUC__) || defined(_AIX) # define strcmpi(s1, s2) strcasecmp(s1, s2) #endif