From 827e7d6b70828c51664cfa68ace5029da3f1cf1c Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: ćšć, 07 11æ 2013 22:29:46 +0800 Subject: [PATCH] Update FreeRTOS-LwIP example with nown stack size --- libscpi/src/utils.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/libscpi/src/utils.h b/libscpi/src/utils.h index 6d3528f..2ad3f5d 100644 --- a/libscpi/src/utils.h +++ b/libscpi/src/utils.h @@ -68,6 +68,10 @@ size_t BSD_strnlen(const char *s, size_t maxlen); #endif +#if !HAVE_STRNCASECMP && !HAVE_STRNICMP + int OUR_strncasecmp(const char *s1, const char *s2, size_t n); +#endif + #define min(a, b) (((a) < (b)) ? (a) : (b)) #define max(a, b) (((a) > (b)) ? (a) : (b)) -- Gitblit v1.9.1