summaryrefslogtreecommitdiffstats
path: root/support/include/pseudoflavors.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/include/pseudoflavors.h')
-rw-r--r--support/include/pseudoflavors.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/support/include/pseudoflavors.h b/support/include/pseudoflavors.h
new file mode 100644
index 0000000..1f16f3f
--- /dev/null
+++ b/support/include/pseudoflavors.h
@@ -0,0 +1,15 @@
+#define RPC_AUTH_GSS_KRB5 390003
+#define RPC_AUTH_GSS_KRB5I 390004
+#define RPC_AUTH_GSS_KRB5P 390005
+#define RPC_AUTH_GSS_LKEY 390006
+#define RPC_AUTH_GSS_LKEYI 390007
+#define RPC_AUTH_GSS_LKEYP 390008
+
+struct flav_info {
+ char *flavour;
+ int fnum;
+ int need_krb5;
+};
+
+extern struct flav_info flav_map[];
+extern const int flav_map_size;