File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / inc / defs.h
Revision 1.1.1.1.2.3: download - view: text, annotated - select for diffs - revision graph
Fri Nov 13 23:19:23 2009 UTC (14 years, 6 months ago) by misho
Branches: tools1_0
Diff to: branchpoint 1.1.1.1: preferred, colored
change

/*************************************************************************
 * (C) 2009 AITNET - Sofia/Bulgaria - <office@aitbg.com>
 *  by Michael Pounov <misho@aitbg.com>
 *
 * $Author: misho $
 * $Id: defs.h,v 1.1.1.1.2.3 2009/11/13 23:19:23 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 FIRMWARE_IMG	"aitbsd-firmware"
#define FIRMWARE_BAK	"aitbsd-firmware.old"

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


extern int Verbose;


#endif

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