Resolve inconsistent strcasestr availability on Sun

This commit is contained in:
Matthew R. Trower
2018-06-19 15:25:20 -05:00
committed by Jon Trulson
parent db6de6284f
commit 408f8256cd
2 changed files with 7 additions and 2 deletions

View File

@@ -102,6 +102,11 @@ private:
Boolean compareMessage(DtMailMessageHandle handle);
#if !defined(CSRG_BASED) && !defined(__linux__)
static const char * strcasestr(const char *str,
const char *toFind);
#endif
Boolean compareHeader(DtMailEnv & error,
DtMailValueSeq & seq,
const char * cmpToString);