mirror of https://github.com/postgres/postgres.git
Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles.
parent
d7806dc5ee
commit
5d9e25c5ff
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue