diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-07-21 00:37:47 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-07-21 00:37:47 +0200 |
commit | 605386e394f52557a07bbf2116ca40aac8f50df9 (patch) | |
tree | 4ee75ec1f1390da5cb5c029244803c4f1704aa28 /win32 | |
parent | eba877de77d8dd59233f4efd3896f10f19ec7b78 (diff) | |
download | php-git-605386e394f52557a07bbf2116ca40aac8f50df9.tar.gz |
Remove HAVE_LOCALE_H and locale.h check
This was a left over for supporting old code in PHP extensions out there.
Check is not needed anymore since this is part of C89+ standard.
Closes GH-4445
Diffstat (limited to 'win32')
-rw-r--r-- | win32/build/config.w32.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index 864bc882ff..bfe57ed488 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -67,7 +67,6 @@ #define HAVE_GETLOGIN 1 #define HAVE_MEMMOVE 1 #define HAVE_REGCOMP 1 -#define HAVE_LOCALE_H 1 #define HAVE_SHUTDOWN 1 #define HAVE_STRCASECMP 1 #define HAVE_UTIME 1 |