annotate src/s/ux4800.h @ 44384:3626a12fe452
* pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
spot indicated by text property `cvs-goal-column', if present.
* pcvs-info.el (cvs-fileinfo-pp): Use text property
`cvs-goal-column' to indicate position of file name (if present).
author |
Kai Großjohann <kgrossjo@eu.uu.net> |
date |
Wed, 03 Apr 2002 16:56:36 +0000 |
parents |
2159bccbf636 |
children |
695cf19ef79e |
rev |
line source |
23634
|
1 /* Definitions file for GNU Emacs running on NEC's UX/4800 (SVR4.2MP) */
|
|
2 #include "usg5-4-2.h"
|
|
3 #undef LIB_MOTIF
|
|
4 #ifndef nec_ews
|
|
5 #define nec_ews
|
|
6 #endif
|
|
7 #ifndef nec_ews_svr4
|
|
8 #define nec_ews_svr4
|
|
9 #endif
|
|
10 #define XOS_NEEDS_TIME_H
|
|
11 #define HAVE_CLOCK
|
|
12 #ifdef __STDC__
|
|
13 #define MKDIR_PROTOTYPE int mkdir(char *dpath, mode_t dmode)
|
|
14 #endif
|
|
15 #ifndef __GNUC__
|
|
16 #define C_DEBUG_SWITCH -O -KOlimit=3000 -ZXNd=5000
|
|
17 #endif
|