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, 7 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: /*************************************************************************
    2:  * (C) 2009 AITNET - Sofia/Bulgaria - <office@aitbg.com>
    3:  *  by Michael Pounov <misho@aitbg.com>
    4:  *
    5:  * $Author: misho $
    6:  * $Id: defs.h,v 1.1 2009/11/12 10:35:55 misho Exp $
    7:  *
    8:  *************************************************************************/
    9: #ifndef __DEFS_H
   10: #define __DEFS_H
   11: 
   12: 
   13: #define MAX_STR		256
   14: 
   15: #define DEFAULT_TIMEOUT	"300"
   16: #define DEFAULT_CONFIG	"/etc/cfexec.conf"
   17: #define DEFAULT_USER	"root"
   18: #define DEFAULT_MOUNT	"/cf"
   19: #define DEFAULT_DEVICE	"/dev/ufs/AITBSDonCF"
   20: #define DEFAULT_CHROOT	"/"
   21: #define DEFAULT_TMP	"/tmp"
   22: 
   23: #define VERB(x)		if ((x) <= Verbose)
   24: 
   25: 
   26: extern sl_config cfg;
   27: 
   28: 
   29: #endif

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