1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add configure support for determining UINT64_FORMAT, the appropriate

snprintf format for uint64 items.
This commit is contained in:
Tom Lane
2004-02-10 19:55:45 +00:00
parent feed7cf1c1
commit 127ea18f48
3 changed files with 24 additions and 7 deletions

View File

@ -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