summaryrefslogtreecommitdiff
path: root/src/html.c
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-07-18 13:50:45 +0200
committerportix <portix@gmx.net>2011-07-18 13:50:45 +0200
commit2271fcdcbbf34a7eadc93a190a48ffbc162f38c3 (patch)
tree1bee2400655e2600016d681a00eb8e5b18710d36 /src/html.c
parent7e637a4cd157444356cbca0b4a90c4d18443eded (diff)
downloaddwb-2271fcdcbbf34a7eadc93a190a48ffbc162f38c3.zip
Define html-files in config.mk
Diffstat (limited to 'src/html.c')
-rw-r--r--src/html.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/html.c b/src/html.c
index 08a94a6b..2b3a211f 100644
--- a/src/html.c
+++ b/src/html.c
@@ -2,10 +2,12 @@
#include "html.h"
#include "util.h"
+#if 0
#define INFO_FILE "info.html"
#define SETTINGS_FILE "settings.html"
#define HEAD_FILE "head.html"
#define KEY_FILE "keys.html"
+#endif
typedef struct _HtmlTable HtmlTable;