mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles.
This commit is contained in:
@ -44,6 +44,8 @@
|
|||||||
# ifndef __USE_POSIX
|
# ifndef __USE_POSIX
|
||||||
# define __USE_POSIX
|
# define __USE_POSIX
|
||||||
# endif
|
# endif
|
||||||
|
# define USE_POSIX_TIME
|
||||||
|
# define HAVE_TZSET
|
||||||
# define NEED_CBRT
|
# define NEED_CBRT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user