/** * 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