summaryrefslogtreecommitdiff
path: root/src/timezone/pgtz.h
diff options
context:
space:
mode:
authorBruce Momjian2004-04-30 04:09:23 +0000
committerBruce Momjian2004-04-30 04:09:23 +0000
commit6a2b75c2c88ac583362d8300163fc2332851c6c8 (patch)
tree858b902f2165922483e8bac2abb7ee6f92650c34 /src/timezone/pgtz.h
parentd51d870f9ebea00c66b437ea2dbde7df44cdad2f (diff)
Add Olson's public domain timezone library to src/timezone.
Diffstat (limited to 'src/timezone/pgtz.h')
-rw-r--r--src/timezone/pgtz.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h
new file mode 100644
index 0000000000..17df71cbec
--- /dev/null
+++ b/src/timezone/pgtz.h
@@ -0,0 +1,8 @@
+#include "postgres.h"
+
+#define NOID
+#define HAVE_SYMLINK 0
+#define HAVE_SYS_WAIT_H 0
+#define TZDIR pgwin32_TZDIR()
+
+char *pgwin32_TZDIR(void);