diff options
author | portix <portix@gmx.net> | 2011-07-18 13:50:45 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-07-18 13:50:45 +0200 |
commit | 2271fcdcbbf34a7eadc93a190a48ffbc162f38c3 (patch) | |
tree | 1bee2400655e2600016d681a00eb8e5b18710d36 /src/html.c | |
parent | 7e637a4cd157444356cbca0b4a90c4d18443eded (diff) | |
download | dwb-2271fcdcbbf34a7eadc93a190a48ffbc162f38c3.zip |
Define html-files in config.mk
Diffstat (limited to 'src/html.c')
-rw-r--r-- | src/html.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |