summaryrefslogtreecommitdiffstats
path: root/x11vnc/params.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/params.h')
-rw-r--r--x11vnc/params.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11vnc/params.h b/x11vnc/params.h
index f0dccb6..d7c01e7 100644
--- a/x11vnc/params.h
+++ b/x11vnc/params.h
@@ -54,4 +54,18 @@
#define ROTATE_90Y 6
#define ROTATE_270 7
+#define VENCRYPT_NONE 0
+#define VENCRYPT_SUPPORT 1
+#define VENCRYPT_SOLE 2
+#define VENCRYPT_FORCE 3
+
+#define VENCRYPT_BOTH 0
+#define VENCRYPT_NODH 1
+#define VENCRYPT_NOX509 2
+
+#define TLSVNC_NONE 0
+#define TLSVNC_SUPPORT 1
+#define TLSVNC_SOLE 2
+#define TLSVNC_FORCE 3
+
#endif /* _X11VNC_PARAMS_H */