diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-07-14 13:50:43 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-07-14 13:50:43 +0200 |
commit | 2ba4fb126391c578d20d859c841c4d31cd14adef (patch) | |
tree | b6fe35a68365f7e584081f5630e69aba48648b6a /win32 | |
parent | 567b602bcfa37955130f3127d1ea0b2cdc02905d (diff) | |
parent | c72d6da461d0b6be0cc4d457a64f36f556d09fca (diff) | |
download | php-git-2ba4fb126391c578d20d859c841c4d31cd14adef.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Remove timelib outdated defines
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 7a12baec1b..4b4920c509 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -69,7 +69,6 @@ #define HSREGEX 1 #define HAVE_GCVT 1 #define HAVE_GETLOGIN 1 -#define HAVE_GETTIMEOFDAY 1 #define HAVE_MEMMOVE 1 #define HAVE_PUTENV 1 #define HAVE_REGCOMP 1 |