Commit 892778ee by Vicent Marti

Merge pull request #2309 from jacquesg/midnightbsd

MidnightBSD may also not have strnlen
parents 041336e6 36a61518
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef INCLUDE_strlen_h__ #ifndef INCLUDE_strlen_h__
#define INCLUDE_strlen_h__ #define INCLUDE_strlen_h__
#if defined(__MINGW32__) || defined(__sun) || defined(__APPLE__) #if defined(__MINGW32__) || defined(__sun) || defined(__APPLE__) || defined(__MidnightBSD__)
# define NO_STRNLEN # define NO_STRNLEN
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment