comparison src/s/xenix.h @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 0132846995bd
children 41ff10fd062f
comparison
equal deleted inserted replaced
172:a38aed19690b 173:8eaf7971accc
68 The alternative is that a lock file named 68 The alternative is that a lock file named
69 /usr/spool/mail/$USER.lock. */ 69 /usr/spool/mail/$USER.lock. */
70 70
71 #define MAIL_USE_FLOCK 71 #define MAIL_USE_FLOCK
72 72
73 /* Define SHORTNAMES if the C compiler can distinguish only
74 short names. It means that the stuff in ../shortnames
75 must be run to convert the long names to short ones. */
76
77 /* #define SHORTNAMES */
78
79 /* Compensate for one incompatibility between Xenix and V.0. */ 73 /* Compensate for one incompatibility between Xenix and V.0. */
80 #define n_zeroes n_name[0] 74 #define n_zeroes n_name[0]
81 75
82 /* The file containing the kernel's symbol table is called /xenix. */ 76 /* The file containing the kernel's symbol table is called /xenix. */
83 77