mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
add missing strcasestr checks to cmake and autotools build systems,
and update config files.
This commit is contained in:
parent
fe396e306e
commit
3bc4bad8fb
8 changed files with 13 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue