Annotation of embedtools/inc/defs.h, revision 1.1.1.1.2.2

1.1       misho       1: /*************************************************************************
                      2:  * (C) 2009 AITNET - Sofia/Bulgaria - <office@aitbg.com>
                      3:  *  by Michael Pounov <misho@aitbg.com>
                      4:  *
                      5:  * $Author: misho $
1.1.1.1.2.2! misho       6:  * $Id: defs.h,v 1.1.1.1.2.1 2009/11/13 13:51:10 misho Exp $
1.1       misho       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: 
1.1.1.1.2.2! misho      23: #define FIRMWARE_IMG   "aitbsd-firmware"
        !            24: 
1.1       misho      25: #define VERB(x)                if ((x) <= Verbose)
                     26: 
                     27: 
1.1.1.1.2.1  misho      28: extern int Verbose;
1.1       misho      29: 
                     30: 
                     31: #endif

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