Commit 46050a3b authored by Bruce Momjian's avatar Bruce Momjian

Timezone code checks for HAVE_SYMLINK of zero, so use in pgtz.h:

#ifndef HAVE_SYMLINK
#define HAVE_SYMLINK 0
#endif
parent 82700281
#include "postgres.h" #include "postgres.h"
#ifndef HAVE_SYMLINK
#define HAVE_SYMLINK 0
#endif
#define NOID #define NOID
#define TZDIR pgwin32_TZDIR() #define TZDIR pgwin32_TZDIR()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment