summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/timezone/pgtz.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h
index d30ac7aac3a..6be10367c46 100644
--- a/src/timezone/pgtz.h
+++ b/src/timezone/pgtz.h
@@ -1,5 +1,9 @@
#include "postgres.h"
+#ifndef HAVE_SYMLINK
+#define HAVE_SYMLINK 0
+#endif
+
#define NOID
#define TZDIR pgwin32_TZDIR()