diff options
author | Niklas Goby | 2011-11-23 11:56:19 +0100 |
---|---|---|
committer | Niklas Goby | 2011-11-23 11:56:19 +0100 |
commit | c0b6b199a9878bc1e95907200501211c09c1e66c (patch) | |
tree | 0079c34c6536e5f1d0414aebde1793db60a78f35 /src/common | |
parent | deleted the NetworkDiscovery and UnixDomainSocketServer folder (diff) | |
download | fbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.tar.gz fbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.tar.xz fbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.zip |
created modules
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/fbgui.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/common/fbgui.h b/src/common/fbgui.h new file mode 100644 index 0000000..9e2c0be --- /dev/null +++ b/src/common/fbgui.h @@ -0,0 +1,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 |