Commit 9296d9de authored by Gisle Vanem's avatar Gisle Vanem
Browse files

All Win compilers have locale.h + setlocale().
parent 7b95a25a
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -26,6 +26,12 @@
/* Define if you have the <sys/utime.h> header file */
#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.*
 *************************************************/