/*
 * $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";
char *MONDO_OPTIONS = "0123456789A:B:C:DE:GHI:J:K:LNOP:QRS:T:UVWb:c:d:ef:gik:l:mn:op:rs:tuw:x:z";

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