summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/config.h b/utils/config.h
index 058662a8c..416d642b1 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))
+#if (defined(_GNU_SOURCE) || defined(__APPLE__))
#define HAVE_STRCASESTR
#else
#undef HAVE_STRCASESTR