From 98110fd9b0a680c5c97fbe40d6d3afc03f682654 Mon Sep 17 00:00:00 2001 From: Christian Pulvermacher Date: Fri, 20 Jan 2012 23:56:00 +0100 Subject: [PATCH] Remove some more autogenerated files --- libvnc/libvncserver-config | 78 ------- libvnc/rfb/rfbconfig.h | 511 -------------------------------------------- libvnc/rfb/rfbint.h | 17 -- libvnc/rfbconfig.h | 386 --------------------------------- 4 files changed, 992 deletions(-) delete mode 100755 libvnc/libvncserver-config delete mode 100644 libvnc/rfb/rfbconfig.h delete mode 100644 libvnc/rfb/rfbint.h delete mode 100644 libvnc/rfbconfig.h diff --git a/libvnc/libvncserver-config b/libvnc/libvncserver-config deleted file mode 100755 index 64dd9a0..0000000 --- a/libvnc/libvncserver-config +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/sh - -prefix=/usr/local -exec_prefix=${prefix} -exec_prefix_set=no -includedir=${prefix}/include -libdir=${exec_prefix}/lib - -# if this script is in the same directory as libvncserver-config.in, assume not installed -if [ -f "`dirname "$0"`/libvncserver-config.in" ]; then - dir="`dirname "$0"`" - prefix="`cd "$dir"; pwd`" - includedir="$prefix" - libdir="$prefix/libvncserver/.libs $prefix/libvncclient/.libs" -fi - -usage="\ -Usage: LibVNCServer-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--link] [--libs] [--cflags]" - -if test $# -eq 0; then - echo "${usage}" 1>&2 - exit 1 -fi - -while test $# -gt 0; do - case "$1" in - -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; - *) optarg= ;; - esac - - case $1 in - --prefix=*) - prefix=$optarg - if test $exec_prefix_set = no ; then - exec_prefix=$optarg - fi - ;; - --prefix) - echo $prefix - ;; - --exec-prefix=*) - exec_prefix=$optarg - exec_prefix_set=yes - ;; - --exec-prefix) - echo $exec_prefix - ;; - --version) - echo 0.9.7 - ;; - --cflags) - if [ "$includedir" != /usr/include ]; then - includes=-I"$includedir" - fi - echo "$includes" - ;; - --libs) - libs="" - for dir in $libdir; do - libs="$libs -L$dir" - if [ "`uname`" = "SunOS" ]; then - # why only Solaris?? - libs="$libs -R$dir" - fi - done - echo "$libs" -lvncserver -lvncclient -lnsl -lpthread -lz -ljpeg - ;; - --link) - echo gcc - ;; - *) - echo "${usage}" 1>&2 - exit 1 - ;; - esac - shift -done - diff --git a/libvnc/rfb/rfbconfig.h b/libvnc/rfb/rfbconfig.h deleted file mode 100644 index 3b82cac..0000000 --- a/libvnc/rfb/rfbconfig.h +++ /dev/null @@ -1,511 +0,0 @@ -#ifndef _RFB_RFBCONFIG_H -#define _RFB_RFBCONFIG_H 1 - -/* rfb/rfbconfig.h. Generated automatically at end of configure. */ -/* rfbconfig.h. Generated by configure. */ -/* rfbconfig.h.in. Generated from configure.ac by autoheader. */ - -/* Enable 24 bit per pixel in native framebuffer */ -#ifndef LIBVNCSERVER_ALLOW24BPP -#define LIBVNCSERVER_ALLOW24BPP 1 -#endif - -/* work around when write() returns ENOENT but does not mean it */ -/* #undef LIBVNCSERVER_ENOENT_WORKAROUND */ - -/* Use ffmpeg (for vnc2mpg) */ -/* #undef LIBVNCSERVER_FFMPEG */ - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_ARPA_INET_H -#define LIBVNCSERVER_HAVE_ARPA_INET_H 1 -#endif - -/* Avahi/mDNS client build environment present */ -/* #undef LIBVNCSERVER_HAVE_AVAHI */ - -/* Define to 1 if you have the `crypt' function. */ -/* #undef LIBVNCSERVER_HAVE_CRYPT */ - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_DLFCN_H -#define LIBVNCSERVER_HAVE_DLFCN_H 1 -#endif - -/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ -/* #undef LIBVNCSERVER_HAVE_DOPRNT */ - -/* DPMS extension build environment present */ -/* #undef LIBVNCSERVER_HAVE_DPMS */ - -/* FBPM extension build environment present */ -/* #undef LIBVNCSERVER_HAVE_FBPM */ - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_FCNTL_H -#define LIBVNCSERVER_HAVE_FCNTL_H 1 -#endif - -/* Define to 1 if you have the `fork' function. */ -#ifndef LIBVNCSERVER_HAVE_FORK -#define LIBVNCSERVER_HAVE_FORK 1 -#endif - -/* Define to 1 if you have the `ftime' function. */ -#ifndef LIBVNCSERVER_HAVE_FTIME -#define LIBVNCSERVER_HAVE_FTIME 1 -#endif - -/* Define to 1 if you have the `geteuid' function. */ -/* #undef LIBVNCSERVER_HAVE_GETEUID */ - -/* Define to 1 if you have the `gethostbyname' function. */ -#ifndef LIBVNCSERVER_HAVE_GETHOSTBYNAME -#define LIBVNCSERVER_HAVE_GETHOSTBYNAME 1 -#endif - -/* Define to 1 if you have the `gethostname' function. */ -#ifndef LIBVNCSERVER_HAVE_GETHOSTNAME -#define LIBVNCSERVER_HAVE_GETHOSTNAME 1 -#endif - -/* Define to 1 if you have the `getpwnam' function. */ -/* #undef LIBVNCSERVER_HAVE_GETPWNAM */ - -/* Define to 1 if you have the `getpwuid' function. */ -/* #undef LIBVNCSERVER_HAVE_GETPWUID */ - -/* Define to 1 if you have the `getspnam' function. */ -/* #undef LIBVNCSERVER_HAVE_GETSPNAM */ - -/* Define to 1 if you have the `gettimeofday' function. */ -#ifndef LIBVNCSERVER_HAVE_GETTIMEOFDAY -#define LIBVNCSERVER_HAVE_GETTIMEOFDAY 1 -#endif - -/* Define to 1 if you have the `getuid' function. */ -/* #undef LIBVNCSERVER_HAVE_GETUID */ - -/* Define to 1 if you have the `grantpt' function. */ -/* #undef LIBVNCSERVER_HAVE_GRANTPT */ - -/* Define to 1 if you have the `inet_ntoa' function. */ -#ifndef LIBVNCSERVER_HAVE_INET_NTOA -#define LIBVNCSERVER_HAVE_INET_NTOA 1 -#endif - -/* Define to 1 if you have the `initgroups' function. */ -/* #undef LIBVNCSERVER_HAVE_INITGROUPS */ - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_INTTYPES_H -#define LIBVNCSERVER_HAVE_INTTYPES_H 1 -#endif - -/* IRIX XReadDisplay available */ -/* #undef LIBVNCSERVER_HAVE_IRIX_XREADDISPLAY */ - -/* libcrypt library present */ -/* #undef LIBVNCSERVER_HAVE_LIBCRYPT */ - -/* openssl libcrypto library present */ -/* #undef LIBVNCSERVER_HAVE_LIBCRYPTO */ - -/* Define to 1 if you have the `cygipc' library (-lcygipc). */ -/* #undef LIBVNCSERVER_HAVE_LIBCYGIPC */ - -/* Define to 1 if you have the `jpeg' library (-ljpeg). */ -#ifndef LIBVNCSERVER_HAVE_LIBJPEG -#define LIBVNCSERVER_HAVE_LIBJPEG 1 -#endif - -/* Define to 1 if you have the `nsl' library (-lnsl). */ -#ifndef LIBVNCSERVER_HAVE_LIBNSL -#define LIBVNCSERVER_HAVE_LIBNSL 1 -#endif - -/* Define to 1 if you have the `pthread' library (-lpthread). */ -#ifndef LIBVNCSERVER_HAVE_LIBPTHREAD -#define LIBVNCSERVER_HAVE_LIBPTHREAD 1 -#endif - -/* Define to 1 if you have the `socket' library (-lsocket). */ -/* #undef LIBVNCSERVER_HAVE_LIBSOCKET */ - -/* openssl libssl library present */ -/* #undef LIBVNCSERVER_HAVE_LIBSSL */ - -/* XDAMAGE extension build environment present */ -/* #undef LIBVNCSERVER_HAVE_LIBXDAMAGE */ - -/* XFIXES extension build environment present */ -/* #undef LIBVNCSERVER_HAVE_LIBXFIXES */ - -/* XINERAMA extension build environment present */ -/* #undef LIBVNCSERVER_HAVE_LIBXINERAMA */ - -/* XRANDR extension build environment present */ -/* #undef LIBVNCSERVER_HAVE_LIBXRANDR */ - -/* DEC-XTRAP extension build environment present */ -/* #undef LIBVNCSERVER_HAVE_LIBXTRAP */ - -/* Define to 1 if you have the `z' library (-lz). */ -#ifndef LIBVNCSERVER_HAVE_LIBZ -#define LIBVNCSERVER_HAVE_LIBZ 1 -#endif - -/* linux fb device build environment present */ -/* #undef LIBVNCSERVER_HAVE_LINUX_FB_H */ - -/* linux/input.h present */ -/* #undef LIBVNCSERVER_HAVE_LINUX_INPUT_H */ - -/* linux uinput device build environment present */ -/* #undef LIBVNCSERVER_HAVE_LINUX_UINPUT_H */ - -/* video4linux build environment present */ -/* #undef LIBVNCSERVER_HAVE_LINUX_VIDEODEV_H */ - -/* build MacOS X native display support */ -/* #undef LIBVNCSERVER_HAVE_MACOSX_NATIVE_DISPLAY */ - -/* Define to 1 if you have the `memmove' function. */ -#ifndef LIBVNCSERVER_HAVE_MEMMOVE -#define LIBVNCSERVER_HAVE_MEMMOVE 1 -#endif - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_MEMORY_H -#define LIBVNCSERVER_HAVE_MEMORY_H 1 -#endif - -/* Define to 1 if you have the `memset' function. */ -#ifndef LIBVNCSERVER_HAVE_MEMSET -#define LIBVNCSERVER_HAVE_MEMSET 1 -#endif - -/* Define to 1 if you have the `mkfifo' function. */ -#ifndef LIBVNCSERVER_HAVE_MKFIFO -#define LIBVNCSERVER_HAVE_MKFIFO 1 -#endif - -/* Define to 1 if you have the `mmap' function. */ -#ifndef LIBVNCSERVER_HAVE_MMAP -#define LIBVNCSERVER_HAVE_MMAP 1 -#endif - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_NETDB_H -#define LIBVNCSERVER_HAVE_NETDB_H 1 -#endif - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_NETINET_IN_H -#define LIBVNCSERVER_HAVE_NETINET_IN_H 1 -#endif - -/* Define to 1 if you have the header file. */ -/* #undef LIBVNCSERVER_HAVE_PWD_H */ - -/* RECORD extension build environment present */ -/* #undef LIBVNCSERVER_HAVE_RECORD */ - -/* Define to 1 if you have the `select' function. */ -#ifndef LIBVNCSERVER_HAVE_SELECT -#define LIBVNCSERVER_HAVE_SELECT 1 -#endif - -/* Define to 1 if you have the `setegid' function. */ -/* #undef LIBVNCSERVER_HAVE_SETEGID */ - -/* Define to 1 if you have the `seteuid' function. */ -/* #undef LIBVNCSERVER_HAVE_SETEUID */ - -/* Define to 1 if you have the `setgid' function. */ -/* #undef LIBVNCSERVER_HAVE_SETGID */ - -/* Define to 1 if you have the `setpgrp' function. */ -/* #undef LIBVNCSERVER_HAVE_SETPGRP */ - -/* Define to 1 if you have the `setsid' function. */ -/* #undef LIBVNCSERVER_HAVE_SETSID */ - -/* Define to 1 if you have the `setuid' function. */ -/* #undef LIBVNCSERVER_HAVE_SETUID */ - -/* Define to 1 if you have the `setutxent' function. */ -/* #undef LIBVNCSERVER_HAVE_SETUTXENT */ - -/* Define to 1 if you have the `shmat' function. */ -/* #undef LIBVNCSERVER_HAVE_SHMAT */ - -/* Define to 1 if you have the `socket' function. */ -#ifndef LIBVNCSERVER_HAVE_SOCKET -#define LIBVNCSERVER_HAVE_SOCKET 1 -#endif - -/* Solaris XReadScreen available */ -/* #undef LIBVNCSERVER_HAVE_SOLARIS_XREADSCREEN */ - -/* Define to 1 if `stat' has the bug that it succeeds when given the - zero-length file name argument. */ -/* #undef LIBVNCSERVER_HAVE_STAT_EMPTY_STRING_BUG */ - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_STDINT_H -#define LIBVNCSERVER_HAVE_STDINT_H 1 -#endif - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_STDLIB_H -#define LIBVNCSERVER_HAVE_STDLIB_H 1 -#endif - -/* Define to 1 if you have the `strchr' function. */ -#ifndef LIBVNCSERVER_HAVE_STRCHR -#define LIBVNCSERVER_HAVE_STRCHR 1 -#endif - -/* Define to 1 if you have the `strcspn' function. */ -#ifndef LIBVNCSERVER_HAVE_STRCSPN -#define LIBVNCSERVER_HAVE_STRCSPN 1 -#endif - -/* Define to 1 if you have the `strdup' function. */ -#ifndef LIBVNCSERVER_HAVE_STRDUP -#define LIBVNCSERVER_HAVE_STRDUP 1 -#endif - -/* Define to 1 if you have the `strerror' function. */ -#ifndef LIBVNCSERVER_HAVE_STRERROR -#define LIBVNCSERVER_HAVE_STRERROR 1 -#endif - -/* Define to 1 if you have the `strftime' function. */ -#ifndef LIBVNCSERVER_HAVE_STRFTIME -#define LIBVNCSERVER_HAVE_STRFTIME 1 -#endif - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_STRINGS_H -#define LIBVNCSERVER_HAVE_STRINGS_H 1 -#endif - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_STRING_H -#define LIBVNCSERVER_HAVE_STRING_H 1 -#endif - -/* Define to 1 if you have the `strstr' function. */ -#ifndef LIBVNCSERVER_HAVE_STRSTR -#define LIBVNCSERVER_HAVE_STRSTR 1 -#endif - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_SYSLOG_H -#define LIBVNCSERVER_HAVE_SYSLOG_H 1 -#endif - -/* Use the system libvncserver build environment for x11vnc. */ -/* #undef LIBVNCSERVER_HAVE_SYSTEM_LIBVNCSERVER */ - -/* Define to 1 if you have the header file. */ -/* #undef LIBVNCSERVER_HAVE_SYS_IOCTL_H */ - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_SYS_SOCKET_H -#define LIBVNCSERVER_HAVE_SYS_SOCKET_H 1 -#endif - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_SYS_STAT_H -#define LIBVNCSERVER_HAVE_SYS_STAT_H 1 -#endif - -/* Define to 1 if you have the header file. */ -/* #undef LIBVNCSERVER_HAVE_SYS_STROPTS_H */ - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_SYS_TIMEB_H -#define LIBVNCSERVER_HAVE_SYS_TIMEB_H 1 -#endif - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_SYS_TIME_H -#define LIBVNCSERVER_HAVE_SYS_TIME_H 1 -#endif - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_SYS_TYPES_H -#define LIBVNCSERVER_HAVE_SYS_TYPES_H 1 -#endif - -/* Define to 1 if you have that is POSIX.1 compatible. */ -#ifndef LIBVNCSERVER_HAVE_SYS_WAIT_H -#define LIBVNCSERVER_HAVE_SYS_WAIT_H 1 -#endif - -/* Define to 1 if you have the header file. */ -/* #undef LIBVNCSERVER_HAVE_TERMIOS_H */ - -/* Define to 1 if you have the header file. */ -#ifndef LIBVNCSERVER_HAVE_UNISTD_H -#define LIBVNCSERVER_HAVE_UNISTD_H 1 -#endif - -/* Define to 1 if you have the header file. */ -/* #undef LIBVNCSERVER_HAVE_UTMPX_H */ - -/* Define to 1 if you have the `vfork' function. */ -#ifndef LIBVNCSERVER_HAVE_VFORK -#define LIBVNCSERVER_HAVE_VFORK 1 -#endif - -/* Define to 1 if you have the header file. */ -/* #undef LIBVNCSERVER_HAVE_VFORK_H */ - -/* Define to 1 if you have the `vprintf' function. */ -#ifndef LIBVNCSERVER_HAVE_VPRINTF -#define LIBVNCSERVER_HAVE_VPRINTF 1 -#endif - -/* Define to 1 if you have the `waitpid' function. */ -/* #undef LIBVNCSERVER_HAVE_WAITPID */ - -/* Define to 1 if `fork' works. */ -#ifndef LIBVNCSERVER_HAVE_WORKING_FORK -#define LIBVNCSERVER_HAVE_WORKING_FORK 1 -#endif - -/* Define to 1 if `vfork' works. */ -#ifndef LIBVNCSERVER_HAVE_WORKING_VFORK -#define LIBVNCSERVER_HAVE_WORKING_VFORK 1 -#endif - -/* X11 build environment present */ -#ifndef LIBVNCSERVER_HAVE_X11 -#define LIBVNCSERVER_HAVE_X11 1 -#endif - -/* open ssl X509_print_ex_fp available */ -/* #undef LIBVNCSERVER_HAVE_X509_PRINT_EX_FP */ - -/* XKEYBOARD extension build environment present */ -/* #undef LIBVNCSERVER_HAVE_XKEYBOARD */ - -/* MIT-SHM extension build environment present */ -/* #undef LIBVNCSERVER_HAVE_XSHM */ - -/* XTEST extension build environment present */ -/* #undef LIBVNCSERVER_HAVE_XTEST */ - -/* XTEST extension has XTestGrabControl */ -/* #undef LIBVNCSERVER_HAVE_XTESTGRABCONTROL */ - -/* Define to 1 if `lstat' dereferences a symlink specified with a trailing - slash. */ -#ifndef LIBVNCSERVER_LSTAT_FOLLOWS_SLASHED_SYMLINK -#define LIBVNCSERVER_LSTAT_FOLLOWS_SLASHED_SYMLINK 1 -#endif - -/* Need a typedef for in_addr_t */ -/* #undef LIBVNCSERVER_NEED_INADDR_T */ - -/* Name of package */ -#ifndef LIBVNCSERVER_PACKAGE -#define LIBVNCSERVER_PACKAGE "LibVNCServer" -#endif - -/* Define to the address where bug reports for this package should be sent. */ -#ifndef LIBVNCSERVER_PACKAGE_BUGREPORT -#define LIBVNCSERVER_PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver" -#endif - -/* Define to the full name of this package. */ -#ifndef LIBVNCSERVER_PACKAGE_NAME -#define LIBVNCSERVER_PACKAGE_NAME "LibVNCServer" -#endif - -/* Define to the full name and version of this package. */ -#ifndef LIBVNCSERVER_PACKAGE_STRING -#define LIBVNCSERVER_PACKAGE_STRING "LibVNCServer 0.9.7" -#endif - -/* Define to the one symbol short name of this package. */ -#ifndef LIBVNCSERVER_PACKAGE_TARNAME -#define LIBVNCSERVER_PACKAGE_TARNAME "libvncserver" -#endif - -/* Define to the version of this package. */ -#ifndef LIBVNCSERVER_PACKAGE_VERSION -#define LIBVNCSERVER_PACKAGE_VERSION "0.9.7" -#endif - -/* The number of bytes in type char */ -/* #undef LIBVNCSERVER_SIZEOF_CHAR */ - -/* The number of bytes in type int */ -/* #undef LIBVNCSERVER_SIZEOF_INT */ - -/* The number of bytes in type long */ -/* #undef LIBVNCSERVER_SIZEOF_LONG */ - -/* The number of bytes in type short */ -/* #undef LIBVNCSERVER_SIZEOF_SHORT */ - -/* The number of bytes in type void* */ -/* #undef LIBVNCSERVER_SIZEOF_VOIDP */ - -/* Define to 1 if you have the ANSI C header files. */ -#ifndef LIBVNCSERVER_STDC_HEADERS -#define LIBVNCSERVER_STDC_HEADERS 1 -#endif - -/* Define to 1 if you can safely include both and . */ -#ifndef LIBVNCSERVER_TIME_WITH_SYS_TIME -#define LIBVNCSERVER_TIME_WITH_SYS_TIME 1 -#endif - -/* Version number of package */ -#ifndef LIBVNCSERVER_VERSION -#define LIBVNCSERVER_VERSION "0.9.7" -#endif - -/* Disable TightVNCFileTransfer protocol */ -#ifndef LIBVNCSERVER_WITH_TIGHTVNC_FILETRANSFER -#define LIBVNCSERVER_WITH_TIGHTVNC_FILETRANSFER 1 -#endif - -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -/* #undef LIBVNCSERVER_WORDS_BIGENDIAN */ - -/* Define to 1 if the X Window System is missing or not being used. */ -#ifndef LIBVNCSERVER_X_DISPLAY_MISSING -#define LIBVNCSERVER_X_DISPLAY_MISSING 1 -#endif - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus -/* #undef inline */ -#endif - -/* Define to `int' if does not define. */ -/* #undef pid_t */ - -/* Define to `unsigned' if does not define. */ -/* #undef size_t */ - -/* The type for socklen */ -/* #undef socklen_t */ - -/* Define as `fork' if `vfork' does not work. */ -/* #undef vfork */ - -/* once: _RFB_RFBCONFIG_H */ -#endif diff --git a/libvnc/rfb/rfbint.h b/libvnc/rfb/rfbint.h deleted file mode 100644 index 1b71f4a..0000000 --- a/libvnc/rfb/rfbint.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _RFB_RFBINT_H -#define _RFB_RFBINT_H 1 -#ifndef _GENERATED_STDINT_H -#define _GENERATED_STDINT_H "LibVNCServer 0.9.7" -/* generated using a gnu compiler version gcc (Debian 4.3.2-1.1) 4.3.2 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ - -#include - - -/* system headers have good uint64_t */ -#ifndef _HAVE_UINT64_T -#define _HAVE_UINT64_T -#endif - - /* once */ -#endif -#endif diff --git a/libvnc/rfbconfig.h b/libvnc/rfbconfig.h deleted file mode 100644 index f5252da..0000000 --- a/libvnc/rfbconfig.h +++ /dev/null @@ -1,386 +0,0 @@ -/* rfbconfig.h. Generated by configure. */ -/* rfbconfig.h.in. Generated from configure.ac by autoheader. */ - -/* Enable 24 bit per pixel in native framebuffer */ -#define ALLOW24BPP 1 - -/* work around when write() returns ENOENT but does not mean it */ -/* #undef ENOENT_WORKAROUND */ - -/* Use ffmpeg (for vnc2mpg) */ -/* #undef FFMPEG */ - -/* Define to 1 if you have the header file. */ -#define HAVE_ARPA_INET_H 1 - -/* Avahi/mDNS client build environment present */ -/* #undef HAVE_AVAHI */ - -/* Define to 1 if you have the `crypt' function. */ -/* #undef HAVE_CRYPT */ - -/* Define to 1 if you have the header file. */ -#define HAVE_DLFCN_H 1 - -/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ -/* #undef HAVE_DOPRNT */ - -/* DPMS extension build environment present */ -/* #undef HAVE_DPMS */ - -/* FBPM extension build environment present */ -/* #undef HAVE_FBPM */ - -/* Define to 1 if you have the header file. */ -#define HAVE_FCNTL_H 1 - -/* Define to 1 if you have the `fork' function. */ -#define HAVE_FORK 1 - -/* Define to 1 if you have the `ftime' function. */ -#define HAVE_FTIME 1 - -/* Define to 1 if you have the `geteuid' function. */ -/* #undef HAVE_GETEUID */ - -/* Define to 1 if you have the `gethostbyname' function. */ -#define HAVE_GETHOSTBYNAME 1 - -/* Define to 1 if you have the `gethostname' function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define to 1 if you have the `getpwnam' function. */ -/* #undef HAVE_GETPWNAM */ - -/* Define to 1 if you have the `getpwuid' function. */ -/* #undef HAVE_GETPWUID */ - -/* Define to 1 if you have the `getspnam' function. */ -/* #undef HAVE_GETSPNAM */ - -/* Define to 1 if you have the `gettimeofday' function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define to 1 if you have the `getuid' function. */ -/* #undef HAVE_GETUID */ - -/* Define to 1 if you have the `grantpt' function. */ -/* #undef HAVE_GRANTPT */ - -/* Define to 1 if you have the `inet_ntoa' function. */ -#define HAVE_INET_NTOA 1 - -/* Define to 1 if you have the `initgroups' function. */ -/* #undef HAVE_INITGROUPS */ - -/* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* IRIX XReadDisplay available */ -/* #undef HAVE_IRIX_XREADDISPLAY */ - -/* libcrypt library present */ -/* #undef HAVE_LIBCRYPT */ - -/* openssl libcrypto library present */ -/* #undef HAVE_LIBCRYPTO */ - -/* Define to 1 if you have the `cygipc' library (-lcygipc). */ -/* #undef HAVE_LIBCYGIPC */ - -/* Define to 1 if you have the `jpeg' library (-ljpeg). */ -#define HAVE_LIBJPEG 1 - -/* Define to 1 if you have the `nsl' library (-lnsl). */ -#define HAVE_LIBNSL 1 - -/* Define to 1 if you have the `pthread' library (-lpthread). */ -#define HAVE_LIBPTHREAD 1 - -/* Define to 1 if you have the `socket' library (-lsocket). */ -/* #undef HAVE_LIBSOCKET */ - -/* openssl libssl library present */ -/* #undef HAVE_LIBSSL */ - -/* XDAMAGE extension build environment present */ -/* #undef HAVE_LIBXDAMAGE */ - -/* XFIXES extension build environment present */ -/* #undef HAVE_LIBXFIXES */ - -/* XINERAMA extension build environment present */ -/* #undef HAVE_LIBXINERAMA */ - -/* XRANDR extension build environment present */ -/* #undef HAVE_LIBXRANDR */ - -/* DEC-XTRAP extension build environment present */ -/* #undef HAVE_LIBXTRAP */ - -/* Define to 1 if you have the `z' library (-lz). */ -#define HAVE_LIBZ 1 - -/* linux fb device build environment present */ -/* #undef HAVE_LINUX_FB_H */ - -/* linux/input.h present */ -/* #undef HAVE_LINUX_INPUT_H */ - -/* linux uinput device build environment present */ -/* #undef HAVE_LINUX_UINPUT_H */ - -/* video4linux build environment present */ -/* #undef HAVE_LINUX_VIDEODEV_H */ - -/* build MacOS X native display support */ -/* #undef HAVE_MACOSX_NATIVE_DISPLAY */ - -/* Define to 1 if you have the `memmove' function. */ -#define HAVE_MEMMOVE 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - -/* Define to 1 if you have the `memset' function. */ -#define HAVE_MEMSET 1 - -/* Define to 1 if you have the `mkfifo' function. */ -#define HAVE_MKFIFO 1 - -/* Define to 1 if you have the `mmap' function. */ -#define HAVE_MMAP 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_NETDB_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_NETINET_IN_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_PWD_H */ - -/* RECORD extension build environment present */ -/* #undef HAVE_RECORD */ - -/* Define to 1 if you have the `select' function. */ -#define HAVE_SELECT 1 - -/* Define to 1 if you have the `setegid' function. */ -/* #undef HAVE_SETEGID */ - -/* Define to 1 if you have the `seteuid' function. */ -/* #undef HAVE_SETEUID */ - -/* Define to 1 if you have the `setgid' function. */ -/* #undef HAVE_SETGID */ - -/* Define to 1 if you have the `setpgrp' function. */ -/* #undef HAVE_SETPGRP */ - -/* Define to 1 if you have the `setsid' function. */ -/* #undef HAVE_SETSID */ - -/* Define to 1 if you have the `setuid' function. */ -/* #undef HAVE_SETUID */ - -/* Define to 1 if you have the `setutxent' function. */ -/* #undef HAVE_SETUTXENT */ - -/* Define to 1 if you have the `shmat' function. */ -/* #undef HAVE_SHMAT */ - -/* Define to 1 if you have the `socket' function. */ -#define HAVE_SOCKET 1 - -/* Solaris XReadScreen available */ -/* #undef HAVE_SOLARIS_XREADSCREEN */ - -/* Define to 1 if `stat' has the bug that it succeeds when given the - zero-length file name argument. */ -/* #undef HAVE_STAT_EMPTY_STRING_BUG */ - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define to 1 if you have the `strchr' function. */ -#define HAVE_STRCHR 1 - -/* Define to 1 if you have the `strcspn' function. */ -#define HAVE_STRCSPN 1 - -/* Define to 1 if you have the `strdup' function. */ -#define HAVE_STRDUP 1 - -/* Define to 1 if you have the `strerror' function. */ -#define HAVE_STRERROR 1 - -/* Define to 1 if you have the `strftime' function. */ -#define HAVE_STRFTIME 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the `strstr' function. */ -#define HAVE_STRSTR 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYSLOG_H 1 - -/* Use the system libvncserver build environment for x11vnc. */ -/* #undef HAVE_SYSTEM_LIBVNCSERVER */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_SYS_IOCTL_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_SOCKET_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_SYS_STROPTS_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TIMEB_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define to 1 if you have that is POSIX.1 compatible. */ -#define HAVE_SYS_WAIT_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_TERMIOS_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_UTMPX_H */ - -/* Define to 1 if you have the `vfork' function. */ -#define HAVE_VFORK 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_VFORK_H */ - -/* Define to 1 if you have the `vprintf' function. */ -#define HAVE_VPRINTF 1 - -/* Define to 1 if you have the `waitpid' function. */ -/* #undef HAVE_WAITPID */ - -/* Define to 1 if `fork' works. */ -#define HAVE_WORKING_FORK 1 - -/* Define to 1 if `vfork' works. */ -#define HAVE_WORKING_VFORK 1 - -/* X11 build environment present */ -#define HAVE_X11 1 - -/* open ssl X509_print_ex_fp available */ -/* #undef HAVE_X509_PRINT_EX_FP */ - -/* XKEYBOARD extension build environment present */ -/* #undef HAVE_XKEYBOARD */ - -/* MIT-SHM extension build environment present */ -/* #undef HAVE_XSHM */ - -/* XTEST extension build environment present */ -/* #undef HAVE_XTEST */ - -/* XTEST extension has XTestGrabControl */ -/* #undef HAVE_XTESTGRABCONTROL */ - -/* Define to 1 if `lstat' dereferences a symlink specified with a trailing - slash. */ -#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 - -/* Need a typedef for in_addr_t */ -/* #undef NEED_INADDR_T */ - -/* Name of package */ -#define PACKAGE "LibVNCServer" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "LibVNCServer" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "LibVNCServer 0.9.7" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "libvncserver" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "0.9.7" - -/* The number of bytes in type char */ -/* #undef SIZEOF_CHAR */ - -/* The number of bytes in type int */ -/* #undef SIZEOF_INT */ - -/* The number of bytes in type long */ -/* #undef SIZEOF_LONG */ - -/* The number of bytes in type short */ -/* #undef SIZEOF_SHORT */ - -/* The number of bytes in type void* */ -/* #undef SIZEOF_VOIDP */ - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define to 1 if you can safely include both and . */ -#define TIME_WITH_SYS_TIME 1 - -/* Version number of package */ -#define VERSION "0.9.7" - -/* Disable TightVNCFileTransfer protocol */ -#define WITH_TIGHTVNC_FILETRANSFER 1 - -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -/* #undef WORDS_BIGENDIAN */ - -/* Define to 1 if the X Window System is missing or not being used. */ -#define X_DISPLAY_MISSING 1 - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus -/* #undef inline */ -#endif - -/* Define to `int' if does not define. */ -/* #undef pid_t */ - -/* Define to `unsigned' if does not define. */ -/* #undef size_t */ - -/* The type for socklen */ -/* #undef socklen_t */ - -/* Define as `fork' if `vfork' does not work. */ -/* #undef vfork */ -- 1.7.9.5