1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

added timezone define for NetWare.

This commit is contained in:
Guenter Knauf
2009-11-03 18:24:57 +00:00
parent 389811a6c5
commit 5703dbea03
+4
View File
@@ -49,6 +49,10 @@
/* Common */
#include <time.h>
#ifdef NETWARE
#define timezone _timezone /* timezone is called _timezone in LibC */
#endif
#define DEFAULT_KEY_LENGTH 512
#define MIN_KEY_LENGTH 384