Mercurial > hg > xemacs-beta
comparison src/s/hpux.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 | 30d2cfa1092a |
comparison
equal
deleted
inserted
replaced
172:a38aed19690b | 173:8eaf7971accc |
---|---|
70 to interlock access to /usr/spool/mail/$USER. | 70 to interlock access to /usr/spool/mail/$USER. |
71 The alternative is that a lock file named | 71 The alternative is that a lock file named |
72 /usr/spool/mail/$USER.lock. */ | 72 /usr/spool/mail/$USER.lock. */ |
73 | 73 |
74 /* #define MAIL_USE_FLOCK */ | 74 /* #define MAIL_USE_FLOCK */ |
75 | |
76 /* Define SHORTNAMES if the C compiler can distinguish only | |
77 short names. It means that the stuff in ../shortnames | |
78 must be run to convert the long names to short ones. | |
79 | |
80 Some USG systems support long names. | |
81 If yours is one, DO NOT change this file! | |
82 Do #undef SHORTNAMES in the m- file or in config.h. */ | |
83 | |
84 /* #define SHORTNAMES */ | |
85 | 75 |
86 /* The file containing the kernel's symbol table is called /hp-ux. */ | 76 /* The file containing the kernel's symbol table is called /hp-ux. */ |
87 | 77 |
88 #define KERNEL_FILE "/hp-ux" | 78 #define KERNEL_FILE "/hp-ux" |
89 | 79 |