mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles.
This commit is contained in:
parent
d7806dc5ee
commit
5d9e25c5ff
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@
|
|||
# ifndef __USE_POSIX
|
||||
# define __USE_POSIX
|
||||
# endif
|
||||
# define USE_POSIX_TIME
|
||||
# define HAVE_TZSET
|
||||
# define NEED_CBRT
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue