From: Guenter Knauf Date: Tue, 3 Nov 2009 21:26:39 +0000 (+0000) Subject: added timezone define for NetWare. X-Git-Tag: php-5.3.2RC1~281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04448f215ba9e1172b8c460a9458d345d48183e1;p=php added timezone define for NetWare. --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index 25462608e0..e0f7cdb032 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -51,6 +51,10 @@ /* Common */ #include +#ifdef NETWARE +#define timezone _timezone /* timezone is called _timezone in LibC */ +#endif + #define DEFAULT_KEY_LENGTH 512 #define MIN_KEY_LENGTH 384