From 241f3ed566d34bf5b6c67ebebcc00727134d93b2 Mon Sep 17 00:00:00 2001 From: runge Date: Mon, 12 Feb 2007 23:44:39 +0000 Subject: x11vnc: add avahi (aka mDNS/Zeroconf/Bonjour...) support thanks to Diego Petteno. add -find -create --- x11vnc/options.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'x11vnc/options.c') diff --git a/x11vnc/options.c b/x11vnc/options.c index 485634e..3c82c76 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -113,6 +113,11 @@ int xform24to32 = 0; /* -24to32 */ char *cmap8to24_str = NULL; int launch_gui = 0; /* -gui */ +#ifndef AVAHI +#define AVAHI 0 +#endif +int avahi = AVAHI; /* -avahi, -mdns */ + int use_modifier_tweak = 1; /* use the shift/altgr modifier tweak */ int watch_capslock = 0; /* -capslock */ int skip_lockkeys = 0; /* -skip_lockkeys */ -- cgit v1.2.1