Fix hardcoded typeof check result for Windows

The test result that I had blindly stipulated didn't work out on the
build farm, so disable the feature in Windows MSVC for now.
This commit is contained in:
Peter Eisentraut 2017-03-29 08:55:34 -04:00
parent ddce628971
commit 3582b223d4
1 changed files with 2 additions and 2 deletions

View File

@ -455,7 +455,7 @@
#define HAVE_TOWLOWER 1
/* Define to 1 if your compiler understands `typeof' or something similar. */
#define HAVE_TYPEOF 1
/* #undef HAVE_TYPEOF */
/* Define to 1 if you have the external array `tzname'. */
/* #undef HAVE_TZNAME */
@ -687,4 +687,4 @@
/* #undef signed */
/* Define to how the compiler spells `typeof'. */
#define typeof decltype
/* #undef typeof */