summaryrefslogtreecommitdiffstats
path: root/common/fbgui.h
blob: 9e2c0bef2f9c9e8d33321b804014e7dd47242283 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/**
 * Copyright (c) 2010,2011 - RZ Uni Freiburg
 * Copyright (c) 2010,2011 - OpenSLX Project
 *
 * This program/file is free software distributed under the GPL version 2.
 * See http://openslx.org/COPYING
 *
 * If you have any feedback please consult http://openslx.org/feedback and
 * send your feedback to feedback@openslx.org
 *
 * General information about OpenSLX can be found under http://openslx.org
 */



#ifndef COMMON_FBGUI_H
#define COMMON_FBGUI_H

#define DEFAULT_INTERFACE_CONF_LOCATION "/var/tmp/conf_"
#define DEFAULT_QTSOCKETADDRESS "/var/tmp/qt_c_socket_default"
#define DHCP_MESSAGE_SIZE 2048
#define ACK_SIZE 4

#define DHCPCD_EXIT 				9
#define DHCPCD_ARP_TEST 			10
#define DHCPCD_CONFIGURE			11
#define DHCPCD_WRITE 				12
#define DHCPCD_LOG				13

#endif // COMMON_FBGUI_H