Remove useless O_DIROPEN stuff.

This commit is contained in:
Peter Eisentraut 2002-09-24 20:20:10 +00:00
parent 8c3ab663ab
commit 12bb3679db
1 changed files with 0 additions and 4 deletions

View File

@ -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 */