Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5d9e25c

Browse files
author
Bryan Henderson
committed
Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles.
1 parent d7806dc commit 5d9e25c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/include/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
# ifndef __USE_POSIX
4545
# define __USE_POSIX
4646
# endif
47+
# define USE_POSIX_TIME
48+
# define HAVE_TZSET
4749
# define NEED_CBRT
4850
#endif
4951

0 commit comments

Comments
 (0)