diff include/SDL_config.h.in @ 1379:c0a74f199ecf

Use only safe string functions
author Sam Lantinga <slouken@libsdl.org>
date Sun, 19 Feb 2006 23:46:34 +0000
parents e440d5c488c1
children 1736c5e2173f
line wrap: on
line diff
--- a/include/SDL_config.h.in	Sun Feb 19 23:38:57 2006 +0000
+++ b/include/SDL_config.h.in	Sun Feb 19 23:46:34 2006 +0000
@@ -87,10 +87,8 @@
 #undef HAVE_MEMMOVE
 #undef HAVE_MEMCMP
 #undef HAVE_STRLEN
-#undef HAVE_STRCPY
-#undef HAVE_STRNCPY
-#undef HAVE_STRCAT
-#undef HAVE_STRNCAT
+#undef HAVE_STRLCPY
+#undef HAVE_STRLCAT
 #undef HAVE_STRDUP
 #undef HAVE__STRREV
 #undef HAVE__STRUPR