fallback definition of `O_ACCMODE'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3380 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-09-04 02:45:01 +00:00
parent d836b622df
commit ee9d1b20e9
2 changed files with 8 additions and 0 deletions

View File

@@ -346,6 +346,10 @@ void set_progname(char *argv0);
#define F_OK 0
#endif
#ifndef O_ACCMODE
#define O_ACCMODE 003
#endif
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif

View File

@@ -346,6 +346,10 @@ void set_progname(char *argv0);
#define F_OK 0
#endif
#ifndef O_ACCMODE
#define O_ACCMODE 003
#endif
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif