From a9a9c812f7feb5bfb1d017575762c6a6390227b9 Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 5 Mar 2006 00:35:33 +0000 Subject: x11vnc: -unixpw on *bsd, hpux and tru64. -unixpw_nis mode. stunnel and gui tweaks. --- x11vnc/x11vnc.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'x11vnc/x11vnc.h') diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h index 216a7d2..e52c414 100644 --- a/x11vnc/x11vnc.h +++ b/x11vnc/x11vnc.h @@ -247,6 +247,19 @@ extern int h_errno; # endif #endif +/* + * For reference, the OS header defines: + __SVR4 && __sun is solaris + __sgi + __hpux + __osf__ + __OpenBSD__ + __FreeBSD__ + __NetBSD__ + __linux__ + _AIX + */ + #ifdef IRIX_OVERLAY #include #endif @@ -422,6 +435,7 @@ typedef struct _ClientData { int uid; char *hostname; char *username; + char *unixname; int client_port; int server_port; char *server_ip; -- cgit v1.2.3