Commit 36a61518 by Jacques Germishuys

MidnightBSD may also not have strnlen

parent 041336e6
...@@ -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