Define HAVE_UCOL_STRCOLLUTF8 on Windows

This should normally be determined by a configure check, but until
someone figures out how to do that on Windows, it's better that the code
uses the new function by default.
This commit is contained in:
Peter Eisentraut 2017-06-16 21:23:22 -04:00
parent cea258b63d
commit e42645ad92
1 changed files with 3 additions and 0 deletions

View File

@ -457,6 +457,9 @@
/* Define to 1 if you have the external array `tzname'. */
/* #undef HAVE_TZNAME */
/* Define to 1 if you have the `ucol_strcollUTF8' function. */
#define HAVE_UCOL_STRCOLLUTF8 1
/* Define to 1 if the system has the type `uint64'. */
/* #undef HAVE_UINT64 */