From: Guenter Knauf Date: Tue, 3 Nov 2009 18:24:57 +0000 (+0000) Subject: added timezone define for NetWare. X-Git-Tag: php-5.2.12RC1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5703dbea0349001e519aa0899db79d38e4bd2fe1;p=php added timezone define for NetWare. --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index b42e52d4ff..0db192c459 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -49,6 +49,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