config.h (7171B)
1/* config.h. Generated from config.h.in by configure. */ 2/* config.h.in. Generated from configure.ac by autoheader. */ 3 4/* Whether support for the common SSH core is enabled */ 5#define ENABLE_COMMON_SSH /**/ 6 7/* Whether support for Ogg Vorbis is enabled */ 8#define ENABLE_OGG /**/ 9 10/* Whether PulseAudio support is enabled */ 11#define ENABLE_PULSE /**/ 12 13/* Whether agent forwarding support for SSH is enabled */ 14/* #undef ENABLE_SSH_AGENT */ 15 16/* Whether SSL-related support is enabled */ 17#define ENABLE_SSL /**/ 18 19/* Whether support for generic VNC credentials is available. */ 20/* #undef ENABLE_VNC_GENERIC_CREDENTIALS */ 21 22/* Whether support for listen-mode VNC connections is enabled. */ 23/* #undef ENABLE_VNC_LISTEN */ 24 25/* Whether support for VNC repeaters is enabled. */ 26/* #undef ENABLE_VNC_REPEATER */ 27 28/* Whether support for TLS locking within VNC is enabled. */ 29/* #undef ENABLE_VNC_TLS_LOCKING */ 30 31/* Whether WebP support is enabled */ 32#define ENABLE_WEBP /**/ 33 34/* Whether Windows Socket API support is enabled */ 35/* #undef ENABLE_WINSOCK */ 36 37/* Whether Bitmap_Free() frees the rdpBitmap and its image data */ 38/* #undef FREERDP_BITMAP_FREE_FREES_BITMAP */ 39 40/* Whether CLIPRDR callbacks require const for the final parameter */ 41/* #undef FREERDP_CLIPRDR_CALLBACKS_REQUIRE_CONST */ 42 43/* Whether rdpGlyph callbacks accept INT32 integer parameters */ 44/* #undef FREERDP_GLYPH_CALLBACKS_ACCEPT_INT32 */ 45 46/* Whether RAIL callbacks require const for the final parameter */ 47/* #undef FREERDP_RAIL_CALLBACKS_REQUIRE_CONST */ 48 49/* Whether pVirtualChannelWriteEx() frees the wStream upon completion */ 50/* #undef FREERDP_SVC_CORE_FREES_WSTREAM */ 51 52/* The full path to the guacd config file */ 53#define GUACD_CONF_FILE "/etc/guacamole/guacd.conf" 54 55/* Define to 1 if you have the <cairo/cairo.h> header file. */ 56#define HAVE_CAIRO_CAIRO_H 1 57 58/* Whether cairo_format_stride_for_width() is defined */ 59#define HAVE_CAIRO_FORMAT_STRIDE_FOR_WIDTH /**/ 60 61/* Define to 1 if you have the `clock_gettime' function. */ 62#define HAVE_CLOCK_GETTIME 1 63 64/* Define to 1 if you have the <dlfcn.h> header file. */ 65#define HAVE_DLFCN_H 1 66 67/* Define to 1 if you have the <fcntl.h> header file. */ 68#define HAVE_FCNTL_H 1 69 70/* Whether FreeRDPConvertColor() is defined */ 71/* #undef HAVE_FREERDPCONVERTCOLOR */ 72 73/* Define to 1 if `VerifyCertificateEx' is a member of `freerdp'. */ 74/* #undef HAVE_FREERDP_VERIFYCERTIFICATEEX */ 75 76/* Define to 1 if you have the `gettimeofday' function. */ 77#define HAVE_GETTIMEOFDAY 1 78 79/* Define to 1 if you have the <inttypes.h> header file. */ 80#define HAVE_INTTYPES_H 1 81 82/* Whether LCCSCF_USE_SSL is defined */ 83#define HAVE_LCCSCF_USE_SSL /**/ 84 85/* Whether libpthread was found */ 86#define HAVE_LIBPTHREAD /**/ 87 88/* Whether libuuid is available */ 89#define HAVE_LIBUUID /**/ 90 91/* Whether LWS_CALLBACK_CLIENT_CLOSED is defined */ 92#define HAVE_LWS_CALLBACK_CLIENT_CLOSED /**/ 93 94/* Whether lws_callback_http_dummy() is defined */ 95#define HAVE_LWS_CALLBACK_HTTP_DUMMY /**/ 96 97/* Whether LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT is defined */ 98#define HAVE_LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT /**/ 99 100/* Define to 1 if you have the `memmove' function. */ 101#define HAVE_MEMMOVE 1 102 103/* Define to 1 if you have the `memset' function. */ 104#define HAVE_MEMSET 1 105 106/* Define to 1 if you have the `nanosleep' function. */ 107#define HAVE_NANOSLEEP 1 108 109/* Define to 1 if you have the <ossp/uuid.h> header file. */ 110/* #undef HAVE_OSSP_UUID_H */ 111 112/* Define to 1 if you have the <pngstruct.h> header file. */ 113/* #undef HAVE_PNGSTRUCT_H */ 114 115/* Whether png_get_io_ptr() is defined */ 116#define HAVE_PNG_GET_IO_PTR /**/ 117 118/* Whether poll() is defined */ 119#define HAVE_POLL /**/ 120 121/* Define to 1 if `AllowUnanouncedOrdersFromServer' is a member of 122 `rdpSettings'. */ 123/* #undef HAVE_RDPSETTINGS_ALLOWUNANOUNCEDORDERSFROMSERVER */ 124 125/* Define to 1 if `destHost' is a member of `rfbClient'. */ 126/* #undef HAVE_RFBCLIENT_DESTHOST */ 127 128/* Define to 1 if `destPort' is a member of `rfbClient'. */ 129/* #undef HAVE_RFBCLIENT_DESTPORT */ 130 131/* Define to 1 if `GetCredential' is a member of `rfbClient'. */ 132/* #undef HAVE_RFBCLIENT_GETCREDENTIAL */ 133 134/* Define to 1 if `LockWriteToTLS' is a member of `rfbClient'. */ 135/* #undef HAVE_RFBCLIENT_LOCKWRITETOTLS */ 136 137/* Define to 1 if `UnlockWriteToTLS' is a member of `rfbClient'. */ 138/* #undef HAVE_RFBCLIENT_UNLOCKWRITETOTLS */ 139 140/* Define to 1 if you have the `select' function. */ 141#define HAVE_SELECT 1 142 143/* Define to 1 if you have the <stdint.h> header file. */ 144#define HAVE_STDINT_H 1 145 146/* Define to 1 if you have the <stdio.h> header file. */ 147#define HAVE_STDIO_H 1 148 149/* Define to 1 if you have the <stdlib.h> header file. */ 150#define HAVE_STDLIB_H 1 151 152/* Define to 1 if you have the `strdup' function. */ 153#define HAVE_STRDUP 1 154 155/* Define to 1 if you have the <strings.h> header file. */ 156#define HAVE_STRINGS_H 1 157 158/* Define to 1 if you have the <string.h> header file. */ 159#define HAVE_STRING_H 1 160 161/* Whether strlcat() is defined */ 162/* #undef HAVE_STRLCAT */ 163 164/* Whether strlcpy() is defined */ 165/* #undef HAVE_STRLCPY */ 166 167/* Whether strnstr() is defined */ 168/* #undef HAVE_STRNSTR */ 169 170/* Define to 1 if you have the <syslog.h> header file. */ 171#define HAVE_SYSLOG_H 1 172 173/* Define to 1 if you have the <sys/socket.h> header file. */ 174#define HAVE_SYS_SOCKET_H 1 175 176/* Define to 1 if you have the <sys/stat.h> header file. */ 177#define HAVE_SYS_STAT_H 1 178 179/* Define to 1 if you have the <sys/time.h> header file. */ 180#define HAVE_SYS_TIME_H 1 181 182/* Define to 1 if you have the <sys/types.h> header file. */ 183#define HAVE_SYS_TYPES_H 1 184 185/* Define to 1 if you have the <time.h> header file. */ 186#define HAVE_TIME_H 1 187 188/* Define to 1 if you have the <unistd.h> header file. */ 189#define HAVE_UNISTD_H 1 190 191/* Whether libssh2 was built against libgcrypt */ 192/* #undef LIBSSH2_USES_GCRYPT */ 193 194/* Define to the sub-directory where libtool stores uninstalled libraries. */ 195#define LT_OBJDIR ".libs/" 196 197/* Whether OpenSSL requires explicit threading callbacks for threadsafety */ 198/* #undef OPENSSL_REQUIRES_THREADING_CALLBACKS */ 199 200/* Name of package */ 201#define PACKAGE "guacamole-server" 202 203/* Define to the address where bug reports for this package should be sent. */ 204#define PACKAGE_BUGREPORT "" 205 206/* Define to the full name of this package. */ 207#define PACKAGE_NAME "guacamole-server" 208 209/* Define to the full name and version of this package. */ 210#define PACKAGE_STRING "guacamole-server 1.5.4" 211 212/* Define to the one symbol short name of this package. */ 213#define PACKAGE_TARNAME "guacamole-server" 214 215/* Define to the home page for this package. */ 216#define PACKAGE_URL "" 217 218/* Define to the version of this package. */ 219#define PACKAGE_VERSION "1.5.4" 220 221/* Define to 1 if all of the C90 standard headers exist (not just the ones 222 required in a freestanding environment). This macro is provided for 223 backward compatibility; new code need not use it. */ 224#define STDC_HEADERS 1 225 226/* Version number of package */ 227#define VERSION "1.5.4" 228 229/* Uses X/Open and POSIX APIs */ 230#define _XOPEN_SOURCE 700 231 232/* Uses BSD-specific APIs (if available) */ 233#define __BSD_VISIBLE 1 234 235/* Define to `unsigned int' if <sys/types.h> does not define. */ 236/* #undef size_t */ 237 238/* Define to `int' if <sys/types.h> does not define. */ 239/* #undef ssize_t */