mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
long long cleanup
This commit is contained in:
@ -223,7 +223,8 @@ extern void srandom(int seed);
|
|||||||
#undef HAVE_LONG_INT_64
|
#undef HAVE_LONG_INT_64
|
||||||
|
|
||||||
/* Set to 1 if type "long long int" works and is 64 bits */
|
/* Set to 1 if type "long long int" works and is 64 bits */
|
||||||
#undef HAVE_LONG_LONG_INT_64
|
#undef HAVE_LONG_LONG_INT_64_Ld
|
||||||
|
#undef HAVE_LONG_LONG_INT_64_qd
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Code below this point should not require changes
|
* Code below this point should not require changes
|
||||||
|
Reference in New Issue
Block a user