00001 /* config.h. Generated by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Enable 24 bit per pixel in native framebuffer */ 00005 #define ALLOW24BPP 1 00006 00007 /* Enable BackChannel communication */ 00008 #define BACKCHANNEL 1 00009 00010 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00011 #define HAVE_ARPA_INET_H 1 00012 00013 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00014 /* #undef HAVE_DOPRNT */ 00015 00016 /* Define to 1 if you have the <fcntl.h> header file. */ 00017 #define HAVE_FCNTL_H 1 00018 00019 /* Define to 1 if you have the `fork' function. */ 00020 #define HAVE_FORK 1 00021 00022 /* Define to 1 if you have the `ftime' function. */ 00023 #define HAVE_FTIME 1 00024 00025 /* Define to 1 if you have the `gethostbyname' function. */ 00026 #define HAVE_GETHOSTBYNAME 1 00027 00028 /* Define to 1 if you have the `gethostname' function. */ 00029 #define HAVE_GETHOSTNAME 1 00030 00031 /* Define to 1 if you have the `gettimeofday' function. */ 00032 #define HAVE_GETTIMEOFDAY 1 00033 00034 /* Define to 1 if you have the `inet_ntoa' function. */ 00035 #define HAVE_INET_NTOA 1 00036 00037 /* Define to 1 if you have the <inttypes.h> header file. */ 00038 #define HAVE_INTTYPES_H 1 00039 00040 /* Define to 1 if you have the `cygipc' library (-lcygipc). */ 00041 /* #undef HAVE_LIBCYGIPC */ 00042 00043 /* Define to 1 if you have the `jpeg' library (-ljpeg). */ 00044 #define HAVE_LIBJPEG 1 00045 00046 /* Define to 1 if you have the `nsl' library (-lnsl). */ 00047 #define HAVE_LIBNSL 1 00048 00049 /* Define to 1 if you have the `pthread' library (-lpthread). */ 00050 #define HAVE_LIBPTHREAD 1 00051 00052 /* Define to 1 if you have the `socket' library (-lsocket). */ 00053 /* #undef HAVE_LIBSOCKET */ 00054 00055 /* Define to 1 if you have the `z' library (-lz). */ 00056 #define HAVE_LIBZ 1 00057 00058 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00059 to 0 otherwise. */ 00060 #define HAVE_MALLOC 1 00061 00062 /* Define to 1 if you have the `memmove' function. */ 00063 #define HAVE_MEMMOVE 1 00064 00065 /* Define to 1 if you have the <memory.h> header file. */ 00066 #define HAVE_MEMORY_H 1 00067 00068 /* Define to 1 if you have the `memset' function. */ 00069 #define HAVE_MEMSET 1 00070 00071 /* Define to 1 if you have the `mkfifo' function. */ 00072 #define HAVE_MKFIFO 1 00073 00074 /* Define to 1 if you have the <netdb.h> header file. */ 00075 #define HAVE_NETDB_H 1 00076 00077 /* Define to 1 if you have the <netinet/in.h> header file. */ 00078 #define HAVE_NETINET_IN_H 1 00079 00080 /* Define to 1 if you have the `select' function. */ 00081 #define HAVE_SELECT 1 00082 00083 /* Define to 1 if you have the `setsid' function. */ 00084 #define HAVE_SETSID 1 00085 00086 /* Define to 1 if you have the `socket' function. */ 00087 #define HAVE_SOCKET 1 00088 00089 /* Define to 1 if `stat' has the bug that it succeeds when given the 00090 zero-length file name argument. */ 00091 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 00092 00093 /* Define to 1 if you have the <stdint.h> header file. */ 00094 #define HAVE_STDINT_H 1 00095 00096 /* Define to 1 if you have the <stdlib.h> header file. */ 00097 #define HAVE_STDLIB_H 1 00098 00099 /* Define to 1 if you have the `strchr' function. */ 00100 #define HAVE_STRCHR 1 00101 00102 /* Define to 1 if you have the `strcspn' function. */ 00103 #define HAVE_STRCSPN 1 00104 00105 /* Define to 1 if you have the `strdup' function. */ 00106 #define HAVE_STRDUP 1 00107 00108 /* Define to 1 if you have the `strerror' function. */ 00109 #define HAVE_STRERROR 1 00110 00111 /* Define to 1 if you have the `strftime' function. */ 00112 #define HAVE_STRFTIME 1 00113 00114 /* Define to 1 if you have the <strings.h> header file. */ 00115 #define HAVE_STRINGS_H 1 00116 00117 /* Define to 1 if you have the <string.h> header file. */ 00118 #define HAVE_STRING_H 1 00119 00120 /* Define to 1 if you have the `strstr' function. */ 00121 #define HAVE_STRSTR 1 00122 00123 /* Define to 1 if you have the <syslog.h> header file. */ 00124 #define HAVE_SYSLOG_H 1 00125 00126 /* Define to 1 if you have the <sys/socket.h> header file. */ 00127 #define HAVE_SYS_SOCKET_H 1 00128 00129 /* Define to 1 if you have the <sys/stat.h> header file. */ 00130 #define HAVE_SYS_STAT_H 1 00131 00132 /* Define to 1 if you have the <sys/timeb.h> header file. */ 00133 #define HAVE_SYS_TIMEB_H 1 00134 00135 /* Define to 1 if you have the <sys/time.h> header file. */ 00136 #define HAVE_SYS_TIME_H 1 00137 00138 /* Define to 1 if you have the <sys/types.h> header file. */ 00139 #define HAVE_SYS_TYPES_H 1 00140 00141 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00142 #define HAVE_SYS_WAIT_H 1 00143 00144 /* Define to 1 if you have the <unistd.h> header file. */ 00145 #define HAVE_UNISTD_H 1 00146 00147 /* Define to 1 if you have the `vfork' function. */ 00148 #define HAVE_VFORK 1 00149 00150 /* Define to 1 if you have the <vfork.h> header file. */ 00151 /* #undef HAVE_VFORK_H */ 00152 00153 /* Define to 1 if you have the `vprintf' function. */ 00154 #define HAVE_VPRINTF 1 00155 00156 /* Define to 1 if `fork' works. */ 00157 #define HAVE_WORKING_FORK 1 00158 00159 /* Define to 1 if `vfork' works. */ 00160 #define HAVE_WORKING_VFORK 1 00161 00162 /* XKEYBOARD extension build environment present */ 00163 #define HAVE_XKEYBOARD 1 00164 00165 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00166 slash. */ 00167 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 00168 00169 /* Name of package */ 00170 #define PACKAGE "LibVNCServer" 00171 00172 /* Define to the address where bug reports for this package should be sent. */ 00173 #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver" 00174 00175 /* Define to the full name of this package. */ 00176 #define PACKAGE_NAME "LibVNCServer" 00177 00178 /* Define to the full name and version of this package. */ 00179 #define PACKAGE_STRING "LibVNCServer 0.7pre" 00180 00181 /* Define to the one symbol short name of this package. */ 00182 #define PACKAGE_TARNAME "libvncserver" 00183 00184 /* Define to the version of this package. */ 00185 #define PACKAGE_VERSION "0.7pre" 00186 00187 /* The number of bytes in type char */ 00188 /* #undef SIZEOF_CHAR */ 00189 00190 /* The number of bytes in type int */ 00191 /* #undef SIZEOF_INT */ 00192 00193 /* The number of bytes in type long */ 00194 /* #undef SIZEOF_LONG */ 00195 00196 /* The number of bytes in type short */ 00197 /* #undef SIZEOF_SHORT */ 00198 00199 /* The number of bytes in type void* */ 00200 /* #undef SIZEOF_VOIDP */ 00201 00202 /* Define to 1 if you have the ANSI C header files. */ 00203 #define STDC_HEADERS 1 00204 00205 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00206 #define TIME_WITH_SYS_TIME 1 00207 00208 /* Version number of package */ 00209 #define VERSION "0.7pre" 00210 00211 /* Define to 1 if your processor stores words with the most significant byte 00212 first (like Motorola and SPARC, unlike Intel and VAX). */ 00213 /* #undef WORDS_BIGENDIAN */ 00214 00215 /* Define to 1 if the X Window System is missing or not being used. */ 00216 /* #undef X_DISPLAY_MISSING */ 00217 00218 /* Define to empty if `const' does not conform to ANSI C. */ 00219 /* #undef const */ 00220 00221 /* Define to `__inline__' or `__inline' if that's what the C compiler 00222 calls it, or to nothing if 'inline' is not supported under any name. */ 00223 #ifndef __cplusplus 00224 /* #undef inline */ 00225 #endif 00226 00227 /* Define to rpl_malloc if the replacement function should be used. */ 00228 /* #undef malloc */ 00229 00230 /* Define to `int' if <sys/types.h> does not define. */ 00231 /* #undef pid_t */ 00232 00233 /* Define to `unsigned' if <sys/types.h> does not define. */ 00234 /* #undef size_t */ 00235 00236 /* The type for socklen */ 00237 /* #undef socklen_t */ 00238 00239 /* Define as `fork' if `vfork' does not work. */ 00240 /* #undef vfork */
1.7.1