summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2010-11-08 15:01:09 +0200
committerTimo Teräs <timo.teras@iki.fi>2010-11-08 15:01:09 +0200
commitc6a8db7d5385b773a8cfedb41444f348d984b383 (patch)
tree2abcc4cea752f42c31e6938d6391117675d0971e /src/config.h
parent1c23dbef0405d8ca9776737a209fb5b549219bc8 (diff)
downloadsquark-c6a8db7d5385b773a8cfedb41444f348d984b383.tar.bz2
squark-c6a8db7d5385b773a8cfedb41444f348d984b383.tar.xz
blob, config.[ch]: add missing files and includes
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
new file mode 100644
index 0000000..933a663
--- /dev/null
+++ b/src/config.h
@@ -0,0 +1,10 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define DEFAULT_LOGOUT_TIMEOUT (15*60) /* seconds */
+
+extern const char *squark_version;
+extern const char *squark_config;
+extern const char *squark_dbname;
+
+#endif