add missing strcasestr checks to cmake and autotools build systems,

and update config files.
This commit is contained in:
Ozkan Sezer 2022-11-20 23:50:10 +03:00 committed by Sam Lantinga
parent fe396e306e
commit 3bc4bad8fb
8 changed files with 13 additions and 2 deletions

View file

@ -85,6 +85,7 @@
#define HAVE_STRNCMP 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRCASESTR 1
#define HAVE_VSSCANF 1
#define HAVE_VSNPRINTF 1
#define HAVE_ACOS 1