File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / inc / defs.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Nov 12 10:35:55 2009 UTC (14 years, 6 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

/*************************************************************************
 * (C) 2009 AITNET - Sofia/Bulgaria - <office@aitbg.com>
 *  by Michael Pounov <misho@aitbg.com>
 *
 * $Author: misho $
 * $Id: defs.h,v 1.1 2009/11/12 10:35:55 misho Exp $
 *
 *************************************************************************/
#ifndef __DEFS_H
#define __DEFS_H


#define MAX_STR		256

#define DEFAULT_TIMEOUT	"300"
#define DEFAULT_CONFIG	"/etc/cfexec.conf"
#define DEFAULT_USER	"root"
#define DEFAULT_MOUNT	"/cf"
#define DEFAULT_DEVICE	"/dev/ufs/AITBSDonCF"
#define DEFAULT_CHROOT	"/"
#define DEFAULT_TMP	"/tmp"

#define VERB(x)		if ((x) <= Verbose)


extern sl_config cfg;


#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>