summaryrefslogtreecommitdiffstats
path: root/src/config.c
blob: af7ff4259c23c9f6d969cbe0e220e084988df6b2 (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";
char       *squark_dbname  = LIBDIR "/squark.db";