Mercurial > hg > xemacs-beta
comparison src/s/unipl5-0.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 |
comparison
equal
deleted
inserted
replaced
172:a38aed19690b | 173:8eaf7971accc |
---|---|
60 The alternative is that a lock file named | 60 The alternative is that a lock file named |
61 /usr/spool/mail/$USER.lock. */ | 61 /usr/spool/mail/$USER.lock. */ |
62 | 62 |
63 /* #define MAIL_USE_FLOCK */ | 63 /* #define MAIL_USE_FLOCK */ |
64 | 64 |
65 /* Define SHORTNAMES if the C compiler can distinguish only | |
66 short names. It means that the stuff in ../shortnames | |
67 must be run to convert the long names to short ones. | |
68 | |
69 Some USG systems support long names. | |
70 If yours is one, DO NOT change this file! | |
71 Do #undef SHORTNAMES in the m- file or in config.h. */ | |
72 | |
73 #define SHORTNAMES | |
74 | |
75 /* The file containing the kernel's symbol table is called /unix. */ | 65 /* The file containing the kernel's symbol table is called /unix. */ |
76 | 66 |
77 #define KERNEL_FILE "/unix" | 67 #define KERNEL_FILE "/unix" |
78 | 68 |
79 /* The symbol in the kernel where the load average is found | 69 /* The symbol in the kernel where the load average is found |