/************************************************************************* * (C) 2009 AITNET - Sofia/Bulgaria - * by Michael Pounov * * $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