Use the system strcasestr() on Linux.

This commit is contained in:
James Woodcock
2012-09-06 20:47:11 +01:00
committed by Jon Trulson
parent 44e384aedb
commit 0ea703ed1e

View File

@@ -728,7 +728,7 @@ FindDialog::compareMessage(DtMailMessageHandle handle)
return(found); return(found);
} }
#if !defined(CSRG_BASED) #if !defined(CSRG_BASED) && !defined(linux)
// //
// See if string 'toFind' is anyware in string 'str'. // See if string 'toFind' is anyware in string 'str'.
// A case-insensitive version of strstr(). // A case-insensitive version of strstr().