comparison src/s/cxux.h @ 771:943eaba38521

[xemacs-hg @ 2002-03-13 08:51:24 by ben] The big ben-mule-21-5 check-in! Various files were added and deleted. See CHANGES-ben-mule. There are still some test suite failures. No crashes, though. Many of the failures have to do with problems in the test suite itself rather than in the actual code. I'll be addressing these in the next day or so -- none of the test suite failures are at all critical. Meanwhile I'll be trying to address the biggest issues -- i.e. build or run failures, which will almost certainly happen on various platforms. All comments should be sent to ben@xemacs.org -- use a Cc: if necessary when sending to mailing lists. There will be pre- and post- tags, something like pre-ben-mule-21-5-merge-in, and post-ben-mule-21-5-merge-in.
author ben
date Wed, 13 Mar 2002 08:54:06 +0000
parents 023b83f4e54b
children ecf1ebac70d8
comparison
equal deleted inserted replaced
770:336a418893b5 771:943eaba38521
23 /* 23 /*
24 * Define symbols to identify the version of Unix this is. 24 * Define symbols to identify the version of Unix this is.
25 * Define all the symbols that apply correctly. 25 * Define all the symbols that apply correctly.
26 */ 26 */
27 27
28 /* #define UNIPLUS */
29 #define USG5 28 #define USG5
30 #define USG 29 #define USG
31 /* #define HPUX */
32 /* #define UMAX */
33 /* #define BSD4_1 */
34 /* #define BSD4_2 */
35 /* #define BSD4_3 */
36 /* #define BSD */
37 30
38 #ifndef _CX_UX 31 #ifndef _CX_UX
39 #define _CX_UX 1 32 #define _CX_UX 1
40 #endif 33 #endif
41 34
80 The alternative is that a lock file named 73 The alternative is that a lock file named
81 /usr/spool/mail/$USER.lock. */ 74 /usr/spool/mail/$USER.lock. */
82 75
83 #define MAIL_USE_FLOCK 76 #define MAIL_USE_FLOCK
84 77
85 /* If the character used to separate elements of the executable path
86 is not ':', #define this to be the appropriate character constant. */
87 /* #define SEPCHAR ':' */
88
89 /* Here, on a separate page, add any special hacks needed
90 to make Emacs work on this system. For example,
91 you might define certain system call names that don't
92 exist on your system, or that do different things on
93 your system and must be used only through an encapsulation
94 (Which you should place, by convention, in sysdep.c). */
95 78
96 /* The symbol in the kernel where the load average is found 79 /* The symbol in the kernel where the load average is found
97 is named _avenrun. */ 80 is named _avenrun. */
98 81
99 #define LDAV_SYMBOL "_avenrun" 82 #define LDAV_SYMBOL "_avenrun"