Commit 3582b223 authored by Peter Eisentraut's avatar Peter Eisentraut

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.
parent ddce6289
...@@ -455,7 +455,7 @@ ...@@ -455,7 +455,7 @@
#define HAVE_TOWLOWER 1 #define HAVE_TOWLOWER 1
/* Define to 1 if your compiler understands `typeof' or something similar. */ /* 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'. */ /* Define to 1 if you have the external array `tzname'. */
/* #undef HAVE_TZNAME */ /* #undef HAVE_TZNAME */
...@@ -687,4 +687,4 @@ ...@@ -687,4 +687,4 @@
/* #undef signed */ /* #undef signed */
/* Define to how the compiler spells `typeof'. */ /* Define to how the compiler spells `typeof'. */
#define typeof decltype /* #undef typeof */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment