#ifdef CONFIG_STRCASESTR #include #else #ifndef FIO_STRCASESTR_H #define FIO_STRCASESTR_H char *strcasestr(const char *haystack, const char *needle); #endif #endif