*** ./lib/path.cpp.ORIG Tue Dec 10 15:13:42 2013 --- ./lib/path.cpp Tue Dec 10 15:13:54 2013 *************** *** 106,112 **** bool Path::sameFileName(const std::string &fname1, const std::string &fname2) { ! #if defined(__linux__) || defined(__sun) || defined(__hpux) return bool(fname1 == fname2); #elif defined(__GNUC__) return bool(strcasecmp(fname1.c_str(), fname2.c_str()) == 0); --- 106,112 ---- bool Path::sameFileName(const std::string &fname1, const std::string &fname2) { ! #if defined(__linux__) || defined(__sun) || defined(__hpux) || defined(_AIX) return bool(fname1 == fname2); #elif defined(__GNUC__) return bool(strcasecmp(fname1.c_str(), fname2.c_str()) == 0);