From 0ea703ed1e16d2fdc492f046d7a203fc5e487ead Mon Sep 17 00:00:00 2001 From: James Woodcock Date: Thu, 6 Sep 2012 20:47:11 +0100 Subject: [PATCH] Use the system strcasestr() on Linux. --- cde/programs/dtmail/dtmail/FindDialog.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtmail/dtmail/FindDialog.C b/cde/programs/dtmail/dtmail/FindDialog.C index 4696c421..ad4169c6 100644 --- a/cde/programs/dtmail/dtmail/FindDialog.C +++ b/cde/programs/dtmail/dtmail/FindDialog.C @@ -728,7 +728,7 @@ FindDialog::compareMessage(DtMailMessageHandle handle) return(found); } -#if !defined(CSRG_BASED) +#if !defined(CSRG_BASED) && !defined(linux) // // See if string 'toFind' is anyware in string 'str'. // A case-insensitive version of strstr(). -- 2.25.1