From: Guenter Knauf Date: Tue, 3 Nov 2009 21:26:39 +0000 (+0000) Subject: added timezone define for NetWare. X-Git-Tag: php-5.4.0alpha1~191^2~2435 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e31e228a590b044d0055733737f883b9e8654663;p=php added timezone define for NetWare. --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index bafb33a354..64d3e50f56 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -48,6 +48,10 @@ #include #include +#ifdef NETWARE +#define timezone _timezone /* timezone is called _timezone in LibC */ +#endif + #define DEFAULT_KEY_LENGTH 512 #define MIN_KEY_LENGTH 384