mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:27:30 +03: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:
parent
95014b0a4d
commit
fb98a436a7
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue