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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user