aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>1999-04-26 04:40:17 +0000
committerTatsuo Ishii <ishii@postgresql.org>1999-04-26 04:40:17 +0000
commitc84ea433d725db190e6e2e51344ec055422414fe (patch)
treed967ef2ca09e4992aaa61d372bc2f896f7bc42bf
parenteb00bdf2374d758fe753e5370720631a458081f4 (diff)
downloadpostgresql-c84ea433d725db190e6e2e51344ec055422414fe.tar.gz
postgresql-c84ea433d725db190e6e2e51344ec055422414fe.zip
Fix from Yutaka Tanida <yutaka@marin.or.jp>
-rw-r--r--src/include/port/win.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/port/win.h b/src/include/port/win.h
index 7892f924248..b82984e1e32 100644
--- a/src/include/port/win.h
+++ b/src/include/port/win.h
@@ -5,3 +5,7 @@ typedef unsigned char slock_t;
#ifndef O_DIROPEN
#define O_DIROPEN 0x100000 /* should be in sys/fcntl.h */
#endif
+
+#define tzname _tzname /* should be in time.h?*/
+#define USE_POSIX_TIME
+#define HAVE_INT_TIMEZONE /* has int _timezone */