/*
 * $Id$
 *
 * Code (c)2007 Bruno Cornec <bruno@mondorescue.org>
 * Provided under the GPLv2
 *
 * Main include for mondoarchive
 *
 */

#ifndef MONDO_CONF_DIR
#define MONDO_CONF_DIR "/usr/local/etc/mondo"
#endif

/**
 * Compatibility #define to ease the transition to logfile-in-a-variable.
 */
char *MONDO_LOGFILE = "/var/log/mondoarchive.log";

/* No restriction on ps options */
char *ps_options = "auxww";
char *ps_proc_id = "$2";
