projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb00bdf
)
Fix from Yutaka Tanida <yutaka@marin.or.jp>
author
Tatsuo Ishii
<ishii@postgresql.org>
Mon, 26 Apr 1999 04:40:17 +0000
(
04:40
+0000)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Mon, 26 Apr 1999 04:40:17 +0000
(
04:40
+0000)
src/include/port/win.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/port/win.h
b/src/include/port/win.h
index 7892f92424878af50e1b1182c9b27fd00049dc78..b82984e1e329f961bb35093dabd9d771e3d7b2d1 100644
(file)
--- 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 */