diff options
author | Peter Eisentraut | 2002-09-24 20:20:10 +0000 |
---|---|---|
committer | Peter Eisentraut | 2002-09-24 20:20:10 +0000 |
commit | 12bb3679dbb556d050f084335b364844a3bc4837 (patch) | |
tree | a41b8075a6b9f3d31a0fa18a5ee1cf26e6f74ce3 | |
parent | 8c3ab663ab357457974c543041d800f51898e9ff (diff) |
Remove useless O_DIROPEN stuff.
-rw-r--r-- | src/include/port/win.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/port/win.h b/src/include/port/win.h index 52725a1e1af..08b08904255 100644 --- a/src/include/port/win.h +++ b/src/include/port/win.h @@ -1,10 +1,6 @@ #define HAS_TEST_AND_SET 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 HAVE_INT_TIMEZONE /* has int _timezone */ |