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

1.1       misho       1: /*************************************************************************
                      2:  * (C) 2009 AITNET - Sofia/Bulgaria - <office@aitbg.com>
                      3:  *  by Michael Pounov <misho@aitbg.com>
                      4:  *
                      5:  * $Author: misho $
                      6:  * $Id: global.h,v 1.1.1.1 2009/04/22 22:38:22 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>