cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

rfbconfig.h (6101B)


      1#ifndef _RFB_RFBCONFIG_H
      2/* #undef _RFB_RFBCONFIG_H */
      3 
      4/* rfb/rfbconfig.h. Generated automatically by cmake. */
      5
      6/* Enable 24 bit per pixel in native framebuffer */
      7#define LIBVNCSERVER_ALLOW24BPP  1 
      8
      9/* work around when write() returns ENOENT but does not mean it */
     10/* #undef LIBVNCSERVER_ENOENT_WORKAROUND */
     11
     12/* Define to 1 if you have the <dirent.h> header file. */
     13#define LIBVNCSERVER_HAVE_DIRENT_H 1
     14
     15/* Define to 1 if you have the <endian.h> header file. */
     16#define LIBVNCSERVER_HAVE_ENDIAN_H 1
     17
     18/* Define to 1 if you have the <fcntl.h> header file. */
     19#define LIBVNCSERVER_HAVE_FCNTL_H  1 
     20
     21/* Define to 1 if you have the `gettimeofday' function. */
     22#define LIBVNCSERVER_HAVE_GETTIMEOFDAY  1 
     23
     24/* Define to 1 if you have the `ftime' function. */
     25#define LIBVNCSERVER_HAVE_FTIME  1 
     26
     27/* Define to 1 if you have the `gethostbyname' function. */
     28#define LIBVNCSERVER_HAVE_GETHOSTBYNAME  1 
     29
     30/* Define to 1 if you have the `gethostname' function. */
     31#define LIBVNCSERVER_HAVE_GETHOSTNAME  1 
     32
     33/* Define to 1 if you have the `inet_ntoa' function. */
     34#define LIBVNCSERVER_HAVE_INET_NTOA  1 
     35
     36/* Define to 1 if you have the `memmove' function. */
     37#define LIBVNCSERVER_HAVE_MEMMOVE  1 
     38
     39/* Define to 1 if you have the `memset' function. */
     40#define LIBVNCSERVER_HAVE_MEMSET  1 
     41
     42/* Define to 1 if you have the `mkfifo' function. */
     43#define LIBVNCSERVER_HAVE_MKFIFO  1 
     44
     45/* Define to 1 if you have the `select' function. */
     46#define LIBVNCSERVER_HAVE_SELECT  1 
     47
     48/* Define to 1 if you have the `socket' function. */
     49#define LIBVNCSERVER_HAVE_SOCKET  1 
     50
     51/* Define to 1 if you have the `strchr' function. */
     52#define LIBVNCSERVER_HAVE_STRCHR  1 
     53
     54/* Define to 1 if you have the `strcspn' function. */
     55#define LIBVNCSERVER_HAVE_STRCSPN  1 
     56
     57/* Define to 1 if you have the `strdup' function. */
     58#define LIBVNCSERVER_HAVE_STRDUP  1 
     59
     60/* Define to 1 if you have the `strerror' function. */
     61#define LIBVNCSERVER_HAVE_STRERROR  1 
     62
     63/* Define to 1 if you have the `strstr' function. */
     64#define LIBVNCSERVER_HAVE_STRSTR  1 
     65
     66/* Define to 1 if you have the `jpeg' library (-ljpeg). */
     67#define LIBVNCSERVER_HAVE_LIBJPEG  1 
     68
     69/* Define if you have the `png' library (-lpng). */
     70#define LIBVNCSERVER_HAVE_LIBPNG  1
     71
     72/* Define to 1 if you have the `pthread' library (-lpthread). */
     73#define LIBVNCSERVER_HAVE_LIBPTHREAD  1 
     74
     75/* Define to 1 if you have win32 threads. */
     76/* #undef LIBVNCSERVER_HAVE_WIN32THREADS */
     77
     78/* Define to 1 if you have the `z' library (-lz). */
     79#define LIBVNCSERVER_HAVE_LIBZ  1 
     80
     81/* Define to 1 if you have the `lzo2' library (-llzo2). */
     82/* #undef LIBVNCSERVER_HAVE_LZO */
     83
     84/* Define to 1 if you have the <netinet/in.h> header file. */
     85#define LIBVNCSERVER_HAVE_NETINET_IN_H  1 
     86
     87/* Define to 1 if you have the <sys/endian.h> header file. */
     88/* #undef LIBVNCSERVER_HAVE_SYS_ENDIAN_H */
     89
     90/* Define to 1 if you have the <sys/socket.h> header file. */
     91#define LIBVNCSERVER_HAVE_SYS_SOCKET_H  1 
     92
     93/* Define to 1 if you have the <sys/stat.h> header file. */
     94#define LIBVNCSERVER_HAVE_SYS_STAT_H  1 
     95
     96/* Define to 1 if you have the <sys/time.h> header file. */
     97#define LIBVNCSERVER_HAVE_SYS_TIME_H  1 
     98
     99/* Define to 1 if you have the <sys/types.h> header file. */
    100#define LIBVNCSERVER_HAVE_SYS_TYPES_H  1 
    101
    102/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
    103#define LIBVNCSERVER_HAVE_SYS_WAIT_H  1 
    104
    105/* Define to 1 if you have <sys/uio.h> */
    106/* #undef LIBVNCSERVER_HAVE_SYS_UIO_H */
    107
    108/* Define to 1 if you have <sys/resource.h> */
    109#define LIBVNCSERVER_HAVE_SYS_RESOURCE_H  1
    110
    111/* Define to 1 if you have the <unistd.h> header file. */
    112#define LIBVNCSERVER_HAVE_UNISTD_H  1 
    113
    114/* Define to 1 if you have the `vfork' function. */
    115#define LIBVNCSERVER_HAVE_VFORK  1 
    116
    117/* Define to 1 if you have the <vfork.h> header file. */
    118/* #undef LIBVNCSERVER_HAVE_VFORK_H */
    119
    120/* Define to 1 if you have the `vprintf' function. */
    121#define LIBVNCSERVER_HAVE_VPRINTF  1 
    122
    123/* Define to 1 if `fork' works. */
    124/* #undef LIBVNCSERVER_HAVE_WORKING_FORK */
    125
    126/* Define to 1 if `vfork' works. */
    127/* #undef LIBVNCSERVER_HAVE_WORKING_VFORK */
    128
    129/* Define to 1 if `mmap' exists. */
    130#define LIBVNCSERVER_HAVE_MMAP  1 
    131
    132/* Define to 1 if `fork' exists. */
    133#define LIBVNCSERVER_HAVE_FORK  1 
    134
    135/* Define to 1 if you have the <ws2tcpip.h> header file. */
    136/* #undef LIBVNCSERVER_HAVE_WS2TCPIP_H */
    137
    138/* Enable IPv6 support */
    139#define LIBVNCSERVER_IPv6  1 
    140
    141/* Need a typedef for in_addr_t */
    142/* #undef LIBVNCSERVER_NEED_INADDR_T */
    143
    144/* Define to the full name and version of this package. */
    145#define LIBVNCSERVER_PACKAGE_STRING  "LibVNCServer 0.9.14"
    146
    147/* Define to the version of this package. */
    148#define LIBVNCSERVER_PACKAGE_VERSION  "0.9.14"
    149#define LIBVNCSERVER_VERSION "0.9.14"
    150#define LIBVNCSERVER_VERSION_MAJOR "0"
    151#define LIBVNCSERVER_VERSION_MINOR "9"
    152#define LIBVNCSERVER_VERSION_PATCHLEVEL "14"
    153
    154/* Define to 1 if libgcrypt is present */
    155/* #undef LIBVNCSERVER_HAVE_LIBGCRYPT */
    156
    157/* Define to 1 if GnuTLS is present */
    158/* #undef LIBVNCSERVER_HAVE_GNUTLS */
    159
    160/* Define to 1 if OpenSSL is present */
    161#define LIBVNCSERVER_HAVE_LIBSSL 1
    162
    163/* Define to 1 if Cyrus SASL is present */
    164/* #undef LIBVNCSERVER_HAVE_SASL */
    165
    166/* Define to 1 to build with websockets */
    167#define LIBVNCSERVER_WITH_WEBSOCKETS 1
    168
    169/* Define to 1 if your processor stores words with the most significant byte
    170   first (like Motorola and SPARC, unlike Intel and VAX). */
    171/* #undef LIBVNCSERVER_WORDS_BIGENDIAN */
    172
    173/* Define to empty if `const' does not conform to ANSI C. */
    174/* #undef const */
    175
    176/* Define to `__inline__' or `__inline' if that's what the C compiler
    177   calls it, or to nothing if 'inline' is not supported under any name.  */
    178/* #ifndef __cplusplus */
    179/* #undef inline */
    180/* #endif */
    181
    182/* Define to `int' if <sys/types.h> does not define. */
    183#define HAVE_LIBVNCSERVER_PID_T 1
    184#ifndef HAVE_LIBVNCSERVER_PID_T
    185typedef int pid_t;
    186#endif
    187
    188/* The type for size_t */
    189#define HAVE_LIBVNCSERVER_SIZE_T 1
    190#ifndef HAVE_LIBVNCSERVER_SIZE_T
    191typedef int size_t;
    192#endif
    193
    194/* The type for socklen */
    195#define HAVE_LIBVNCSERVER_SOCKLEN_T 1
    196#ifndef HAVE_LIBVNCSERVER_SOCKLEN_T
    197typedef int socklen_t;
    198#endif
    199
    200/* once: _RFB_RFBCONFIG_H */
    201#endif