From 4fa8282816cb39692678e9da6b6693e821a3039b Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 13 Sep 2014 20:20:45 +0200 Subject: mac: clean-up obsolete conditional code based on old SDK Change-Id: Ie2d476780a48b5815961598e214343d5def962c1 --- external/libmariadb/configs/mac_my_config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'external/libmariadb') diff --git a/external/libmariadb/configs/mac_my_config.h b/external/libmariadb/configs/mac_my_config.h index 38db37e3cef9..766c757c27e5 100644 --- a/external/libmariadb/configs/mac_my_config.h +++ b/external/libmariadb/configs/mac_my_config.h @@ -140,9 +140,7 @@ #define HAVE_STPCPY 1 #define HAVE_STRERROR 1 #define HAVE_STRLCPY 1 -#if MACOSX_SDK_VERSION >= 1070 #define HAVE_STRNLEN 1 -#endif #define HAVE_STRPBRK 1 #define HAVE_STRSEP 1 #define HAVE_STRSTR 1 -- cgit