Mercurial > sdl-ios-xcode
comparison configure.in @ 1379:c0a74f199ecf
Use only safe string functions
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 19 Feb 2006 23:46:34 +0000 |
parents | 6b36d9bee83b |
children | d94b080ff6ce |
comparison
equal
deleted
inserted
replaced
1378:dc0e13e7e1ae | 1379:c0a74f199ecf |
---|---|
117 fi | 117 fi |
118 AC_FUNC_STRTOD | 118 AC_FUNC_STRTOD |
119 if test x$ac_cv_func_strtod = xyes; then | 119 if test x$ac_cv_func_strtod = xyes; then |
120 AC_DEFINE(HAVE_STRTOD) | 120 AC_DEFINE(HAVE_STRTOD) |
121 fi | 121 fi |
122 AC_CHECK_FUNCS(malloc calloc realloc free getenv putenv unsetenv qsort abs bcopy memset memcpy memmove strlen strcpy strncpy strcat strncat strdup _strrev _strupr _strlwr strchr strrchr strstr itoa _ltoa _uitoa _ultoa strtol _i64toa _ui64toa strtoll atoi atof strcmp strncmp stricmp strcasecmp sscanf snprintf vsnprintf sigaction setjmp nanosleep) | 122 AC_CHECK_FUNCS(malloc calloc realloc free getenv putenv unsetenv qsort abs bcopy memset memcpy memmove strlen strlcpy strlcat strdup _strrev _strupr _strlwr strchr strrchr strstr itoa _ltoa _uitoa _ultoa strtol _i64toa _ui64toa strtoll atoi atof strcmp strncmp stricmp strcasecmp sscanf snprintf vsnprintf sigaction setjmp nanosleep) |
123 | 123 |
124 AC_CHECK_LIB(m, pow, [BUILD_LIBS="$BUILD_LIBS -lm"]) | 124 AC_CHECK_LIB(m, pow, [BUILD_LIBS="$BUILD_LIBS -lm"]) |
125 fi | 125 fi |
126 | 126 |
127 if test x$have_inttypes != xyes; then | 127 if test x$have_inttypes != xyes; then |