(O_BINARY): add fallback definition
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6943 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -133,4 +133,8 @@ struct sockaddr_dl;
|
||||
/* should this be public? */
|
||||
#define KEYTAB_DEFAULT "FILE:/etc/krb5.keytab"
|
||||
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#endif /* __KRB5_LOCL_H__ */
|
||||
|
Reference in New Issue
Block a user