diff options
author | Adam Tkac <atkac@redhat.com> | 2008-03-20 11:48:41 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-03-20 11:48:41 +0000 |
commit | ae2c6454d953f142efc02da285655b0451d86da0 (patch) | |
tree | a48a2ab700c33f43c87a94c3804ef17b90d263d1 /unix/x0vncserver/x0vncserver.cxx | |
parent | d547e72eba2e44a3201f603fee66bd504db7b854 (diff) | |
download | tigervnc-ae2c6454d953f142efc02da285655b0451d86da0.tar.gz tigervnc-ae2c6454d953f142efc02da285655b0451d86da0.zip |
- use Makefile.am and configure.ac
- removed unwanted files
- internationalization and jpeg library doesn't work yet
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2433 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/x0vncserver/x0vncserver.cxx')
-rw-r--r-- | unix/x0vncserver/x0vncserver.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/x0vncserver/x0vncserver.cxx b/unix/x0vncserver/x0vncserver.cxx index 4eb6b226..e260f326 100644 --- a/unix/x0vncserver/x0vncserver.cxx +++ b/unix/x0vncserver/x0vncserver.cxx @@ -20,6 +20,10 @@ // FIXME: Check cases when screen width/height is not a multiply of 32. // e.g. 800x600. +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <strings.h> #include <sys/types.h> #include <sys/stat.h> |