Related to #1775.
check_function_exists( setmode HAVE_SETMODE )
check_function_exists( sincos HAVE_SINCOS )
check_function_exists( srand48 HAVE_SRAND48 )
-check_function_exists( strcasecmp HAVE_STRCASECMP )
-check_function_exists( strncasecmp HAVE_STRNCASECMP )
check_function_exists( vsnprintf HAVE_VSNPRINTF )
# Type checks
#cmakedefine HAVE_SETMODE
#cmakedefine HAVE_SINCOS
#cmakedefine HAVE_SRAND48
-#cmakedefine HAVE_STRCASECMP
-#cmakedefine HAVE_STRNCASECMP
#cmakedefine HAVE_VSNPRINTF
// Types
lib lrand48
lib srand48
lib sincos
-lib strcasecmp
-lib strncasecmp
hdr dlfcn
hdr errno
cbrt vsnprintf _NSGetEnviron mallopt mallinfo mstats getpagesize \
ftruncate lseek64 stat64 vfork unlink waitpid select])
-AC_REPLACE_FUNCS([strcasecmp strncasecmp strcasestr])
+AC_REPLACE_FUNCS([strcasestr])
dnl -----------------------------------
dnl libtool ltdl on-demand plugin loading
/* Define to 1 if you have the `srand48' function. */
/* #undef HAVE_SRAND48 */
-/* Define to 1 if you have the `strcasecmp' function. */
-//#define HAVE_STRCASECMP 1
-
/* Define to 1 if you have the <strings.h> header file. */
//#define HAVE_STRINGS_H 1
-/* Define to 1 if you have the `strncasecmp' function. */
-//#define HAVE_STRNCASECMP 1
-
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_DIR_H */