summaryrefslogtreecommitdiffstats
path: root/src/config.c
blob: aea8fee62c433b9a69cf6ac8f8daa5fa966d40eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
char       *squark_config  = CONFDIR "/squark.conf";
const char *squark_dbname = LIBDIR "/squark.db";