source: MondoRescue/branches/stable/mondo/src/mondoarchive/mondoarchive.h@ 1256

Last change on this file since 1256 was 1256, checked in by Bruno Cornec, 17 years ago

Begining of work on conf file introduction in mondo

  • create a new struct mr_ar_conf to store conf info
  • adds a static mr_ar_store_conf function to store conf file info in that struc
  • mondo.conf is now the .dist version
  • md5 not done yet

Not tested may not work at all nor compile

  • Property svn:eol-style set to native
File size: 215 bytes
Line 
1/*
2 * $Id$
3 *
4 * Code (c)2007 Bruno Cornec <bruno@mondorescue.org>
5 * Provided under the GPLv2
6 *
7 * Main include for mondoarchive
8 *
9 */
10
11#ifndef MONDO_CONF_DIR
12#define MONDO_CONF_DIR "/usr/local/etc/mondo"
13#endif
Note: See TracBrowser for help on using the repository browser.