diff options
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h index 0fa9f6182..cfc802907 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -434,7 +434,7 @@ typedef unsigned smalluint; | |||
434 | # undef HAVE_UNLOCKED_LINE_OPS | 434 | # undef HAVE_UNLOCKED_LINE_OPS |
435 | #endif | 435 | #endif |
436 | 436 | ||
437 | #if defined(__FreeBSD__) | 437 | #if defined(__FreeBSD__) || defined(__APPLE__) |
438 | # undef HAVE_STRCHRNUL | 438 | # undef HAVE_STRCHRNUL |
439 | #endif | 439 | #endif |
440 | 440 | ||