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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user