From 3c8769cc4b02de47f2678d3ac4abfec834ef52e9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 2 May 2014 11:46:39 +0100 Subject: OpenBSD headers have strcasestr --- utils/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/config.h b/utils/config.h index bc96b8f6a..0856a68ee 100644 --- a/utils/config.h +++ b/utils/config.h @@ -31,7 +31,7 @@ char *strndup(const char *s, size_t n); #endif -#if (defined(_GNU_SOURCE) || defined(__APPLE__) || defined(__HAIKU__)) +#if (defined(_GNU_SOURCE) || defined(__APPLE__) || defined(__HAIKU__)) || defined(__OpenBSD__)) #define HAVE_STRCASESTR #else #undef HAVE_STRCASESTR -- cgit v1.2.3