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
|
#define F_OK 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef O_ACCMODE
|
||||||
|
#define O_ACCMODE 003
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_PATHS_H
|
#ifdef HAVE_PATHS_H
|
||||||
#include <paths.h>
|
#include <paths.h>
|
||||||
#endif
|
#endif
|
||||||
|
@@ -346,6 +346,10 @@ void set_progname(char *argv0);
|
|||||||
#define F_OK 0
|
#define F_OK 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef O_ACCMODE
|
||||||
|
#define O_ACCMODE 003
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_PATHS_H
|
#ifdef HAVE_PATHS_H
|
||||||
#include <paths.h>
|
#include <paths.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user