~ubuntu-branches/ubuntu/saucy/ng/saucy

« back to all changes in this revision

Viewing changes to sys/human68k/sysdef.h

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2008-07-17 08:10:34 UTC
  • mfrom: (4.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080717081034-s7iitiihm9hl4jjg
Tags: 1.5~beta1-3
Bumped to Standards-Version: 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: sysdef.h,v 1.1.1.1 2000/06/27 01:47:57 amura Exp $ */
 
1
/* $Id: sysdef.h,v 1.3 2001/02/18 19:29:04 amura Exp $ */
2
2
/*
3
3
 *              Human68k system definitions
4
4
 */
5
5
 
6
6
/*
7
7
 * $Log: sysdef.h,v $
 
8
 * Revision 1.3  2001/02/18 19:29:04  amura
 
9
 * split dir.c to port depend/independ
 
10
 *
 
11
 * Revision 1.2  2000/12/14 18:10:46  amura
 
12
 * filename length become flexible
 
13
 *
8
14
 * Revision 1.1.1.1  2000/06/27 01:47:57  amura
9
15
 * import to CVS
10
16
 *
17
23
 
18
24
#define KBLOCK  1024                    /* Kill grow.                   */
19
25
#define GOOD    0                       /* Good exit status.            */
20
 
#define MAXPATH 256                     /* Maximum length of path for chdir */
21
26
#ifndef NO_SHELL        /* 91.01.10  by K.Maeda */
22
 
#define CMDLINELENGTH   128             /* Maximum length of shell command. */
 
27
#define CMDLINELENGTH   NFILEN          /* Maximum length of shell command. */
23
28
#endif  /* NO_SHELL */
24
29
#define NO_RESIZE                       /* Screen size is constant.     */
25
30
#define BSMAP   TRUE                    /* Bs map feature can use.      */
38
43
 * stops at end of string (or at the next BDC3 character,
39
44
 * if defined). BDC2 and BDC3 are mainly for VMS.
40
45
 */
41
 
#define BDC1    '\\'                    /* Buffer names.                */
42
 
#define BDC2    '/'                     /* Buffer names.                */
 
46
#define BDC1    '/'                     /* Buffer names.                */
 
47
#define BDC2    '\\'                    /* Buffer names.                */
43
48
 
44
49
/* Grab memory as much as possible */
45
50
#define SYSINIT         sysinit()