~ubuntu-branches/ubuntu/precise/remmina/precise-updates

« back to all changes in this revision

Viewing changes to remmina-plugins/vnc/libvncserver/rfb/rfbconfig.h

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2012-02-11 17:28:48 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20120211172848-rh3ffi7075qyobuq
Tags: 1.0.0-1
* New upstream release.
  - Compatible with FreeRDP 1.0 (Closes: #658363).
  - Ported to GTK3, this also fixes an incompatibility with
    GTK2 and recent Avahi with GTK3 support, which lead to
    crashes when scanning network services (Closes: #626499).
* debian/patches/libvncserver.patch:
  - Do not use convenience copy of libvncserver.
* debian/patches/g_thread_init.patch:
  - Do not use deprecated g_thread_init function.
* debian/patches/REMMINA_COMMAND_NONE.patch:
  - Removed, obsoleted by GApplication port.
* debian/clean:
  - Remove spurious files created at build-time.
* debian/compat:
  - Bump compatibility level to 9.
* debian/control:
  - Refresh build-dependencies to match new structure.
  - Drop remmina-dev package, no longer used.
  - Build packages once provided by remmina-plugins.
  - Provide remmina-common package.
  - Provide remmina-plugin-gnome package.
* debian/copyright:
  - Refresh copyright information.
* debian/docs:
  - Documentation is no longer accurate, do not ship it anymore.
* debian/remmina-dev.install:
  - Drop remmina-dev package, no longer used.
* debian/remmina-plugin-telepathy.install:
  - Adjust location for Remmina.client.
  - Disable D-BUS support for now.
* debian/rules:
  - Compile with -DWITH_APPINDICATOR=OFF.
  - Do not treat plugins as shared libraries.
* debian/watch:
  - Adjust watch file to match new download location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 <fcntl.h> header file. */
 
13
#define LIBVNCSERVER_HAVE_FCNTL_H  1 
 
14
 
 
15
/* Define to 1 if you have the `gettimeofday' function. */
 
16
#define LIBVNCSERVER_HAVE_GETTIMEOFDAY  1 
 
17
 
 
18
/* Define to 1 if you have the `jpeg' library (-ljpeg). */
 
19
#define LIBVNCSERVER_HAVE_LIBJPEG  1 
 
20
 
 
21
/* Define to 1 if you have the `pthread' library (-lpthread). */
 
22
#define LIBVNCSERVER_HAVE_LIBPTHREAD  1 
 
23
 
 
24
/* Define to 1 if you have the `z' library (-lz). */
 
25
#define LIBVNCSERVER_HAVE_LIBZ  1 
 
26
 
 
27
/* Define to 1 if you have the <netinet/in.h> header file. */
 
28
#define LIBVNCSERVER_HAVE_NETINET_IN_H  1 
 
29
 
 
30
/* Define to 1 if you have the <sys/socket.h> header file. */
 
31
#define LIBVNCSERVER_HAVE_SYS_SOCKET_H  1 
 
32
 
 
33
/* Define to 1 if you have the <sys/stat.h> header file. */
 
34
#define LIBVNCSERVER_HAVE_SYS_STAT_H  1 
 
35
 
 
36
/* Define to 1 if you have the <sys/time.h> header file. */
 
37
#define LIBVNCSERVER_HAVE_SYS_TIME_H  1 
 
38
 
 
39
/* Define to 1 if you have the <sys/types.h> header file. */
 
40
#define LIBVNCSERVER_HAVE_SYS_TYPES_H  1 
 
41
 
 
42
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
 
43
#define LIBVNCSERVER_HAVE_SYS_WAIT_H  1 
 
44
 
 
45
/* Define to 1 if you have the <unistd.h> header file. */
 
46
#define LIBVNCSERVER_HAVE_UNISTD_H  1 
 
47
 
 
48
/* Need a typedef for in_addr_t */
 
49
/* #undef LIBVNCSERVER_NEED_INADDR_T */
 
50
 
 
51
/* Define to the full name and version of this package. */
 
52
#define LIBVNCSERVER_PACKAGE_STRING  " "
 
53
 
 
54
/* Define to the version of this package. */
 
55
#define LIBVNCSERVER_PACKAGE_VERSION  ""
 
56
 
 
57
/* Define to 1 if libgcrypt is present */
 
58
#define LIBVNCSERVER_WITH_CLIENT_GCRYPT 1
 
59
 
 
60
/* Define to 1 if GnuTLS is present */
 
61
#define LIBVNCSERVER_WITH_CLIENT_TLS 1
 
62
 
 
63
/* Define to 1 if your processor stores words with the most significant byte
 
64
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
65
/* #undef LIBVNCSERVER_WORDS_BIGENDIAN */
 
66
 
 
67
/* Define to empty if `const' does not conform to ANSI C. */
 
68
/* #undef const */
 
69
 
 
70
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
71
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
72
//#ifndef __cplusplus
 
73
/* #undef inline */
 
74
//#endif
 
75
 
 
76
/* Define to `int' if <sys/types.h> does not define. */
 
77
#define HAVE_LIBVNCSERVER_PID_T 1
 
78
#ifndef HAVE_LIBVNCSERVER_PID_T
 
79
typedef int pid_t;
 
80
#endif
 
81
 
 
82
/* The type for size_t */
 
83
#define HAVE_LIBVNCSERVER_SIZE_T 1
 
84
#ifndef HAVE_LIBVNCSERVER_SIZE_T
 
85
typedef int size_t;
 
86
#endif
 
87
 
 
88
/* The type for socklen */
 
89
#define HAVE_LIBVNCSERVER_SOCKLEN_T 1
 
90
#ifndef HAVE_LIBVNCSERVER_SOCKLEN_T
 
91
typedef int socklen_t;
 
92
#endif
 
93
 
 
94
/* once: _RFB_RFBCONFIG_H */
 
95
#endif