mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-10 21:12:01 +03:00
OpenBSD headers have strcasestr
This commit is contained in:
parent
99c997bfc6
commit
3c8769cc4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user