mirror of
https://github.com/php/php-src.git
synced 2024-12-01 05:43:38 +08:00
added timezone define for NetWare.
This commit is contained in:
parent
824692fab8
commit
04448f215b
@ -51,6 +51,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user