/* config.c - Squid User Authentication and Rating Kit * * Copyright (C) 2010 Timo Teräs * 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";