00001 /* config.h. Generated by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* enable additional debugging code and output */ 00005 /* #undef DEBUG */ 00006 00007 /* Define to 1 if you have the <dlfcn.h> header file. */ 00008 #define HAVE_DLFCN_H 1 00009 00010 /* Define to 1 if you have the <fcntl.h> header file. */ 00011 #define HAVE_FCNTL_H 1 00012 00013 /* Define to 1 if you have the `fork' function. */ 00014 #define HAVE_FORK 1 00015 00016 /* Define to 1 if you have the `getpagesize' function. */ 00017 #define HAVE_GETPAGESIZE 1 00018 00019 /* Define to 1 if you have the <inttypes.h> header file. */ 00020 #define HAVE_INTTYPES_H 1 00021 00022 /* Define to 1 if you have the <linux/input.h> header file. */ 00023 #define HAVE_LINUX_INPUT_H 1 00024 00025 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00026 to 0 otherwise. */ 00027 #define HAVE_MALLOC 1 00028 00029 /* Define to 1 if you have the <memory.h> header file. */ 00030 #define HAVE_MEMORY_H 1 00031 00032 /* Define to 1 if you have the `memset' function. */ 00033 #define HAVE_MEMSET 1 00034 00035 /* Define to 1 if you have a working `mmap' system call. */ 00036 /* #undef HAVE_MMAP */ 00037 00038 /* Define to 1 if you have the `pow' function. */ 00039 #define HAVE_POW 1 00040 00041 /* Define to 1 if you have the `rfbRegisterTightVNCFileTransferExtension' 00042 function. */ 00043 #define HAVE_RFBREGISTERTIGHTVNCFILETRANSFEREXTENSION 1 00044 00045 /* Define to 1 if you have the `rfbSetProtocolVersion' function. */ 00046 #define HAVE_RFBSETPROTOCOLVERSION 1 00047 00048 /* Define to 1 if you have the <rfb/keysym.h> header file. */ 00049 #define HAVE_RFB_KEYSYM_H 1 00050 00051 /* Define to 1 if you have the <rfb/rfb.h> header file. */ 00052 #define HAVE_RFB_RFB_H 1 00053 00054 /* Define to 1 if you have the `select' function. */ 00055 #define HAVE_SELECT 1 00056 00057 /* Define to 1 if you have the <stdint.h> header file. */ 00058 #define HAVE_STDINT_H 1 00059 00060 /* Define to 1 if you have the <stdlib.h> header file. */ 00061 #define HAVE_STDLIB_H 1 00062 00063 /* Define to 1 if you have the `strerror' function. */ 00064 #define HAVE_STRERROR 1 00065 00066 /* Define to 1 if you have the <strings.h> header file. */ 00067 #define HAVE_STRINGS_H 1 00068 00069 /* Define to 1 if you have the <string.h> header file. */ 00070 #define HAVE_STRING_H 1 00071 00072 /* Define to 1 if `getFileTransferPermission' is member of `struct rfbScreen'. 00073 */ 00074 /* #undef HAVE_STRUCT_RFBSCREEN_GETFILETRANSFERPERMISSION */ 00075 00076 /* Define to 1 if `permitFileTransfer' is member of `struct rfbScreen'. */ 00077 /* #undef HAVE_STRUCT_RFBSCREEN_PERMITFILETRANSFER */ 00078 00079 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00080 #define HAVE_SYS_IOCTL_H 1 00081 00082 /* Define to 1 if you have the <sys/select.h> header file. */ 00083 #define HAVE_SYS_SELECT_H 1 00084 00085 /* Define to 1 if you have the <sys/socket.h> header file. */ 00086 #define HAVE_SYS_SOCKET_H 1 00087 00088 /* Define to 1 if you have the <sys/stat.h> header file. */ 00089 #define HAVE_SYS_STAT_H 1 00090 00091 /* Define to 1 if you have the <sys/time.h> header file. */ 00092 #define HAVE_SYS_TIME_H 1 00093 00094 /* Define to 1 if you have the <sys/types.h> header file. */ 00095 #define HAVE_SYS_TYPES_H 1 00096 00097 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00098 #define HAVE_SYS_WAIT_H 1 00099 00100 /* Define to 1 if you have the <unistd.h> header file. */ 00101 #define HAVE_UNISTD_H 1 00102 00103 /* Define to 1 if you have the `vfork' function. */ 00104 #define HAVE_VFORK 1 00105 00106 /* Define to 1 if you have the <vfork.h> header file. */ 00107 /* #undef HAVE_VFORK_H */ 00108 00109 /* Define to 1 if `fork' works. */ 00110 #define HAVE_WORKING_FORK 1 00111 00112 /* Define to 1 if `vfork' works. */ 00113 #define HAVE_WORKING_VFORK 1 00114 00115 /* build for iPAQ HW ... */ 00116 /* #undef IPAQ */ 00117 00118 /* Name of package */ 00119 #define PACKAGE "fbvncserver-II" 00120 00121 /* Define to the address where bug reports for this package should be sent. */ 00122 #define PACKAGE_BUGREPORT "gfellerpatrik@gmx.net" 00123 00124 /* Define to the full name of this package. */ 00125 #define PACKAGE_NAME "fbvncserver-II" 00126 00127 /* Define to the full name and version of this package. */ 00128 #define PACKAGE_STRING "fbvncserver-II 0.9-pre" 00129 00130 /* Define to the one symbol short name of this package. */ 00131 #define PACKAGE_TARNAME "fbvncserver-ii" 00132 00133 /* Define to the version of this package. */ 00134 #define PACKAGE_VERSION "0.9-pre" 00135 00136 /* Define as the return type of signal handlers (`int' or `void'). */ 00137 #define RETSIGTYPE void 00138 00139 /* Define to the type of arg 1 for `select'. */ 00140 #define SELECT_TYPE_ARG1 int 00141 00142 /* Define to the type of args 2, 3 and 4 for `select'. */ 00143 #define SELECT_TYPE_ARG234 (fd_set *) 00144 00145 /* Define to the type of arg 5 for `select'. */ 00146 #define SELECT_TYPE_ARG5 (struct timeval *) 00147 00148 /* Define to 1 if you have the ANSI C header files. */ 00149 #define STDC_HEADERS 1 00150 00151 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00152 #define TIME_WITH_SYS_TIME 1 00153 00154 /* Version number of package */ 00155 #define VERSION "0.9-pre" 00156 00157 /* Define to empty if `const' does not conform to ANSI C. */ 00158 /* #undef const */ 00159 00160 /* Define to rpl_malloc if the replacement function should be used. */ 00161 /* #undef malloc */ 00162 00163 /* Define to `int' if <sys/types.h> does not define. */ 00164 /* #undef pid_t */ 00165 00166 /* Define to `unsigned' if <sys/types.h> does not define. */ 00167 /* #undef size_t */ 00168 00169 /* Define as `fork' if `vfork' does not work. */ 00170 /* #undef vfork */