summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.win32
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-09-30 14:38:31 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-09-30 14:38:31 -0400
commitea473fb2dee7dfe61f8fbdfac9d9da87d84e564e (patch)
treef54d9cb4b0200c7e81d07b942fbf384855db8297 /src/include/pg_config.h.win32
parent26fd82ddf1273d5df20b892fc02c8ca756d2e2bc (diff)
downloadpostgresql-ea473fb2dee7dfe61f8fbdfac9d9da87d84e564e.tar.gz
Add infrastructure for compile-time assertions about variable types.
Currently, the macros only work with fairly recent gcc versions, but there is room to expand them to other compilers that have comparable features. Heavily revised and autoconfiscated version of a patch by Andres Freund.
Diffstat (limited to 'src/include/pg_config.h.win32')
-rw-r--r--src/include/pg_config.h.win326
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index b7b7c641d3..4d9cc55c69 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -526,6 +526,12 @@
/* Define to 1 if you have the <winldap.h> header file. */
/* #undef HAVE_WINLDAP_H */
+/* Define to 1 if your compiler understands __builtin_types_compatible_p. */
+/* #undef HAVE__BUILTIN_TYPES_COMPATIBLE_P */
+
+/* Define to 1 if your compiler understands _Static_assert. */
+/* #undef HAVE__STATIC_ASSERT */
+
/* Define to the appropriate snprintf format for 64-bit ints, if any. */
#define INT64_FORMAT "%lld"