From: Peter Eisentraut Date: Tue, 24 Sep 2002 20:20:10 +0000 (+0000) Subject: Remove useless O_DIROPEN stuff. X-Git-Tag: REL7_3~401 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12bb3679dbb556d050f084335b364844a3bc4837;p=thirdparty%2Fpostgresql.git Remove useless O_DIROPEN stuff. --- 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 */