/************************************************************************ * * NetSaint Locations Header File * Written By: Ethan Galstad (netsaint@netsaint.org) * Last Modified: 01-14-2001 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ************************************************************************/ #define DEFAULT_TEMP_FILE "/usr/local/var/netsaint/netsaint.tmp" #define DEFAULT_STATUS_FILE "/usr/local/var/netsaint/status.log" #define DEFAULT_LOG_FILE "/usr/local/var/netsaint/netsaint.log" #define DEFAULT_LOG_ARCHIVE_PATH "/usr/local/var/netsaint/archives/" #define DEFAULT_COMMENT_FILE "/usr/local/var/netsaint/comment.log" #define DEFAULT_COMMAND_FILE "/usr/local/var/netsaint/rw/netsaint.cmd" #define DEFAULT_PHYSICAL_HTML_PATH "/usr/local/share/netsaint" #define DEFAULT_URL_HTML_PATH "/netsaint" #define DEFAULT_PHYSICAL_CGIBIN_PATH "/usr/local/share/netsaint/sbin" #define DEFAULT_URL_CGIBIN_PATH "/cgi-bin/netsaint" #define DEFAULT_CGI_CONFIG_FILE "/usr/local/etc/netsaint/nscgi.cfg" #define DEFAULT_LOCK_FILE "/usr/local/var/netsaint/netsaint.lock" /* used by embedded perl interpreter (Stephen Davies) */ #define P1LOC "/usr/local/bin/p1.pl"