1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

mingw: enable using strcasecmp()

This makes the 'Features:' list sorted case-insensitively,
bringing output in-line with *nix builds.

Reviewed-by: Jay Satiro
Closes #6644
This commit is contained in:
Viktor Szakats 2021-02-23 12:06:55 +00:00
parent 95014b0a4d
commit fb98a436a7
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -247,7 +247,9 @@
#define HAVE_SOCKET 1
/* Define if you have the strcasecmp function. */
/* #define HAVE_STRCASECMP 1 */
#ifdef __MINGW32__
#define HAVE_STRCASECMP 1
#endif
/* Define if you have the strdup function. */
#define HAVE_STRDUP 1