diff options
| author | Niklas | 2011-10-21 14:30:36 +0200 |
|---|---|---|
| committer | Niklas | 2011-10-21 14:30:36 +0200 |
| commit | d3981804f31fb842d37607c7db58f9b977ba366e (patch) | |
| tree | 41d0c3d7a69d93b00a08e6cc2ff67163118535ea /common | |
| parent | now the two versions of the NetworkDiscovery code should be the same (except ... (diff) | |
| download | fbgui-d3981804f31fb842d37607c7db58f9b977ba366e.tar.gz fbgui-d3981804f31fb842d37607c7db58f9b977ba366e.tar.xz fbgui-d3981804f31fb842d37607c7db58f9b977ba366e.zip | |
added some config possibilities
Diffstat (limited to 'common')
| -rw-r--r-- | common/fbgui.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/fbgui.h b/common/fbgui.h index 75f9b7b..acbda66 100644 --- a/common/fbgui.h +++ b/common/fbgui.h @@ -1,5 +1,5 @@ -#ifndef FBGUI_H -#define FBGUI_H +#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" @@ -12,4 +12,4 @@ #define DHCPCD_WRITE 12 #define DHCPCD_LOG 13 -#endif // FBGUI_H +#endif // COMMON_FBGUI_H |
