mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
More timezone build adjustments.
This commit is contained in:
@ -88,11 +88,7 @@ static char privatehid[] = "@(#)private.h 7.53";
|
||||
#include "errno.h"
|
||||
#include "string.h"
|
||||
#include "limits.h" /* for CHAR_BIT */
|
||||
#define _timezone timezone
|
||||
#undef timezone
|
||||
#include "time.h"
|
||||
#define timezone _timezone
|
||||
#undef _timezone
|
||||
#include "stdlib.h"
|
||||
|
||||
#if HAVE_GETTEXT - 0
|
||||
|
Reference in New Issue
Block a user