mirror of
https://github.com/curl/curl.git
synced 2025-04-24 16:40:32 +08:00
All Win compilers have locale.h + setlocale().
This commit is contained in:
parent
7b95a25adc
commit
9296d9deb8
@ -26,6 +26,12 @@
|
|||||||
/* Define if you have the <sys/utime.h> header file */
|
/* Define if you have the <sys/utime.h> header file */
|
||||||
#define HAVE_SYS_UTIME_H 1
|
#define HAVE_SYS_UTIME_H 1
|
||||||
|
|
||||||
|
/* Define if you have the <locale.h> header file */
|
||||||
|
#define HAVE_LOCALE_H 1
|
||||||
|
|
||||||
|
/* Define if you have the setlocale() function. */
|
||||||
|
#define HAVE_SETLOCALE 1
|
||||||
|
|
||||||
/*************************************************
|
/*************************************************
|
||||||
* This section is for compiler specific defines.*
|
* This section is for compiler specific defines.*
|
||||||
*************************************************/
|
*************************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user