#ifndef UTIL_H_ #define UTIL_H_ #include "config.h" #include #include #if HAVE_STRINGS_H #include #endif #include #include #ifdef HAVE_WINDOWS_H #include #endif #ifdef HAVE_UNISTD_H #include #endif /* String functions ------------------------------------------------------ */ /* Returns TRUE if the characters are equal or represent the same letter in different case. */ int Util_chrieq(char c1, char c2); #ifdef __STRICT_ANSI__ /* Returns a positive integer if str1>str2, negative if str1