summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
new file mode 100644
index 0000000..4ed3f4a
--- /dev/null
+++ b/src/config.c
@@ -0,0 +1,13 @@
+/* config.c - Squid User Authentication and Rating Kit
+ *
+ * Copyright (C) 2010 Timo Teräs <timo.teras@iki.fi>
+ * All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 as published
+ * by the Free Software Foundation. See http://www.gnu.org/ for details.
+ */
+
+const char *squark_version = SQUARK_VERSION;
+const char *squark_config = CONFDIR "/squark.conf";
+const char *squark_dbname = LIBDIR "/squark.db";