annotate src/s/ewsux5r4.h @ 2492:6780963faf78
[xemacs-hg @ 2005-01-21 09:43:09 by aidan]
Rename "functions" node to "functions and commands," move the definition of
a command further up the list of types of functions, give information on a
trivial (interactive) declaration, and cross-reference to the key binding
detail. Cf. 87vf9wgd08.fsf@tleepslib.sk.tsukuba.ac.jp (comp.emacs.xemacs,
2005-01-18).
author |
aidan |
date |
Fri, 21 Jan 2005 09:43:12 +0000 |
parents |
023b83f4e54b |
children |
|
rev |
line source |
428
|
1 /* Synched up with: Mule 2.0. Not in FSF. */
|
|
2
|
613
|
3 /* Definitions file for XEmacs running on NEC's EWS-UX/V(Rel4.2)
|
428
|
4 (System V Release 4.2) */
|
|
5
|
|
6 #include "usg5-4-2.h"
|
|
7
|
|
8 #ifndef nec_ews
|
|
9 #define nec_ews
|
|
10 #endif
|
|
11 #ifndef nec_ews_svr4
|
|
12 #define nec_ews_svr4
|
|
13 #endif
|
|
14
|
|
15 #define XOS_NEEDS_TIME_H
|
|
16 #define HAVE_CLOCK
|
|
17
|
|
18 #ifdef __STDC__
|
|
19 #define MKDIR_PROTOTYPE int mkdir(char *dpath, mode_t dmode)
|
|
20 #endif
|
|
21
|
|
22 #ifndef __GNUC__
|
|
23 #define C_DEBUG_SWITCH "-O -KOlimit=2000 -ZXNd=5000"
|
|
24 #endif
|