mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Added timezone for CYGWIN
SVN revision: 2075
This commit is contained in:
parent
45e20f2cbe
commit
b3e3cf0ceb
@ -121,6 +121,10 @@ char pidfile[256]; /* Pidfile name
|
||||
|
||||
#endif /* OS_UNIX */
|
||||
|
||||
#ifdef __CYGWIN__ /* bug in cygwin, 'tmezone' not linked automatically */
|
||||
long _timezone;
|
||||
#endif
|
||||
|
||||
/* SSL includes */
|
||||
#ifdef HAVE_SSL
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user