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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user