summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-02-12 14:01:11 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-02-12 14:01:11 +0000
commit8fcf2d58d890da64e20a4b50ded48f0ccdc4a41d (patch)
tree97aa4e1dcb2b3fc90bb3874078262f1b5a88ee49 /src
parentc124080175af6e93a42ca6039b124f4f0d25f6e7 (diff)
add defines for vno, flag passing
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1664 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/ccache/stdio/scc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/stdio/scc.h b/src/lib/krb5/ccache/stdio/scc.h
index 89edc9936..2b898aff1 100644
--- a/src/lib/krb5/ccache/stdio/scc.h
+++ b/src/lib/krb5/ccache/stdio/scc.h
@@ -27,6 +27,12 @@
#define KRB5_SCC_MAXLEN 100
+#define KRB5_SCC_FVNO 0x0501 /* krb v5, scc v1 */
+
+#define SCC_OPEN_AND_ERASE 1
+#define SCC_OPEN_RDWR 2
+#define SCC_OPEN_RDONLY 3
+
#ifndef TKT_ROOT
#define TKT_ROOT "/tmp/tkt"
#endif