Re: [PATCH] compat: probe for strcasestr more thoroughly

Subject: Re: [PATCH] compat: probe for strcasestr more thoroughly

Date: Thu, 31 Aug 2023 13:12:49 +0000

To: notmuch@notmuchmail.org

Cc: Michael J Gruber, Thomas Schneider, Florian Weimer, Tomi Ollila

From: David Bremner


michaeljgruber+grubix+git@gmail.com writes:

> From: Michael J Gruber <git@grubix.eu>
>
> Depending on compiler (gcc, g++, clang) and standard options (c99, c11),
> string.h may or may not include strings.h, leading to possibly missing
> or conflicting declarations of strcasestr.
>
> Include both so that both detection and compilation phases use the same
> (possibly optimised) implementations.

applied to release and master
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: