Remmina - The GTK+ Remote Desktop Client  v1.4.2
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
config.h
Go to the documentation of this file.
1 #ifndef __CONFIG_H
2 #define __CONFIG_H
3 
4 #define HAVE_SYS_SOCKET_H
5 #define HAVE_ARPA_INET_H
6 #define HAVE_NETINET_IN_H
7 #define HAVE_NETINET_TCP_H
8 #define HAVE_TERMIOS_H
9 #define HAVE_NETDB_H
10 #define HAVE_FCNTL_H
11 #define HAVE_UNISTD_H
12 #define HAVE_SYS_UN_H
13 #define HAVE_ERRNO_H
14 
15 #define remmina "remmina"
16 #define REMMINA_APP_ID "org.remmina.Remmina"
17 #define VERSION "1.4.3"
18 #define REMMINA_GIT_REVISION "5a7500f5"
19 
20 #define GETTEXT_PACKAGE remmina
21 
22 #define REMMINA_RUNTIME_DATADIR "/usr/share"
23 #define REMMINA_RUNTIME_LOCALEDIR "/usr/share/locale"
24 #define REMMINA_RUNTIME_PLUGINDIR "/usr/lib64/remmina/plugins"
25 #define REMMINA_RUNTIME_UIDIR "/usr/share/remmina/ui"
26 #define REMMINA_RUNTIME_THEMEDIR "/usr/share/remmina/theme"
27 #define REMMINA_RUNTIME_EXTERNAL_TOOLS_DIR "/usr/share/remmina/external_tools"
28 #define REMMINA_RUNTIME_TERM_CS_DIR "/usr/share/remmina/theme"
29 
30 #endif