version 1.1.1.1, 2009/11/12 10:35:55
|
version 1.1.1.1.2.6, 2009/11/17 14:56:03
|
Line 11
|
Line 11
|
|
|
|
|
#define MAX_STR 256 |
#define MAX_STR 256 |
|
#define TFTP_BUF 516 |
|
#define TFTP_RETRY 7 |
|
#define TFTP_TIMEOUT 3 |
|
|
#define DEFAULT_TIMEOUT "300" |
#define DEFAULT_TIMEOUT "300" |
#define DEFAULT_CONFIG "/etc/cfexec.conf" |
#define DEFAULT_CONFIG "/etc/cfexec.conf" |
Line 19
|
Line 22
|
#define DEFAULT_DEVICE "/dev/ufs/AITBSDonCF" |
#define DEFAULT_DEVICE "/dev/ufs/AITBSDonCF" |
#define DEFAULT_CHROOT "/" |
#define DEFAULT_CHROOT "/" |
#define DEFAULT_TMP "/tmp" |
#define DEFAULT_TMP "/tmp" |
|
#define DEFAULT_TFTP 69 |
|
#define DEFAULT_TFTPDIR "/cf/tftpboot" |
|
|
|
#define FIRMWARE_IMG "aitbsd-firmware" |
|
#define FIRMWARE_BAK "aitbsd-firmware.old" |
|
|
#define VERB(x) if ((x) <= Verbose) |
#define VERB(x) if ((x) <= Verbose) |
|
|
|
|
extern sl_config cfg; | extern int Verbose; |
|
|
|
|
#endif |
#endif |