mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-06 22:58:58 +00:00
MidnightBSD may also not have strnlen
This commit is contained in:
parent
041336e6bd
commit
36a6151833
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user