mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are
equivalent. In linux.h there were some #undef HAVE_INT_TIMEZONE, which are useless because HAVE_TM_ZONE overrides it anyway, and messing with configure results isn't cool.
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
#define USE_POSIX_TIME
|
||||
|
||||
#define HAS_TEST_AND_SET
|
||||
#define NEED_I386_TAS_ASM
|
||||
|
||||
|
Reference in New Issue
Block a user