]> granicus.if.org Git - postgresql/commitdiff
Fix hardcoded typeof check result for Windows
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 29 Mar 2017 12:55:34 +0000 (08:55 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 29 Mar 2017 12:55:34 +0000 (08:55 -0400)
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.

src/include/pg_config.h.win32

index 9293ddd3a50bc523bba179d8230d1c4aa1073e7f..f9588b055fa36117920e0b09aad8780c0e195fbb 100644 (file)
 #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 */
 /* #undef signed */
 
 /* Define to how the compiler spells `typeof'. */
-#define typeof decltype
+/* #undef typeof */