aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-02-10 19:55:45 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-02-10 19:55:45 +0000
commit127ea18f48189d57987b46be30cfa036251bf7e5 (patch)
treebb632e02aa866ac88cb1f1c8d2d9b0da8ab23910 /src
parentfeed7cf1c14855c6bd0140b60f6fee1311f37aae (diff)
downloadpostgresql-127ea18f48189d57987b46be30cfa036251bf7e5.tar.gz
postgresql-127ea18f48189d57987b46be30cfa036251bf7e5.zip
Add configure support for determining UINT64_FORMAT, the appropriate
snprintf format for uint64 items.
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index b53fed22572..3b3cc095410 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -588,6 +588,10 @@
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
+/* Define to the appropriate snprintf format for unsigned 64-bit ints, if any.
+ */
+#undef UINT64_FORMAT
+
/* Define to 1 to build with assertion checks. (--enable-cassert) */
#undef USE_ASSERT_CHECKING