summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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