mirror of
https://github.com/postgres/postgres.git
synced 2026-07-14 20:31:00 -04:00
Timezone code checks for HAVE_SYMLINK of zero, so use in pgtz.h:
#ifndef HAVE_SYMLINK #define HAVE_SYMLINK 0 #endif
This commit is contained in:
parent
82700281d0
commit
46050a3b75
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#include "postgres.h"
|
||||
|
||||
#ifndef HAVE_SYMLINK
|
||||
#define HAVE_SYMLINK 0
|
||||
#endif
|
||||
|
||||
#define NOID
|
||||
#define TZDIR pgwin32_TZDIR()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue