Added timezone for CYGWIN
SVN revision: 2075
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user