(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:
Assar Westerlund
1999-09-12 20:51:03 +00:00
parent e3edda4721
commit 38149d931c

View File

@@ -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__ */