MidnightBSD may also not have strnlen

This commit is contained in:
Jacques Germishuys 2014-04-29 13:28:16 +02:00
parent 041336e6bd
commit 36a6151833

View File

@ -7,7 +7,7 @@
#ifndef 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
#endif