From c23b97451192e0c86cf97ed498642ea82b7ca9d6 Mon Sep 17 00:00:00 2001 From: michux Date: Wed, 25 Mar 2009 21:45:06 +0000 Subject: add vnc driver git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@997 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 7c033f8..648f8e0 100644 --- a/config.h.in +++ b/config.h.in @@ -118,6 +118,9 @@ /* Define to 1 if you have the `regcomp' function. */ #undef HAVE_REGCOMP +/* Define to 1 if you have the header file. */ +#undef HAVE_RFB_RFB_H + /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT @@ -554,6 +557,9 @@ /* USBLCD driver */ #undef WITH_USBLCD +/* vnc driver */ +#undef WITH_VNC + /* WincorNixdorf driver */ #undef WITH_WINCORNIXDORF -- cgit v1.2.3