Add F_OK
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3148 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -342,6 +342,10 @@ extern const char *__progname;
|
||||
|
||||
void set_progname(char *argv0);
|
||||
|
||||
#ifndef F_OK
|
||||
#define F_OK 0
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PATHS_H
|
||||
#include <paths.h>
|
||||
#endif
|
||||
|
@@ -342,6 +342,10 @@ extern const char *__progname;
|
||||
|
||||
void set_progname(char *argv0);
|
||||
|
||||
#ifndef F_OK
|
||||
#define F_OK 0
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PATHS_H
|
||||
#include <paths.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user