blob: c917a669d0e60a465d503bdc0d621750a1e5903e [file] [log] [blame]
#include <compat.h>
#ifndef HAVE_STRCASECMP
#ifdef _MSC_VER
#define strcasecmp _stricmp
#else
#error No strcasecmp() implementation for this platform is available.
#endif
#endif