Kaydet (Commit) 74364dad authored tarafından Stephan Bergmann's avatar Stephan Bergmann

At least Mac OS X SDK 10.7 does have strnlen

Change-Id: I35b1299eda7a66c578041be479051031734bc864
üst d83c63be
......@@ -140,7 +140,9 @@
#define HAVE_STPCPY 1
#define HAVE_STRERROR 1
#define HAVE_STRLCPY 1
/* #undef HAVE_STRNLEN */
#if MACOSX_SDK_VERSION >= 1070
#define HAVE_STRNLEN 1
#endif
#define HAVE_STRPBRK 1
#define HAVE_STRSEP 1
#define HAVE_STRSTR 1
......
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