mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Remove useless O_DIROPEN stuff.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user