annotate src/s/ux4800.h @ 24984:1553432b90d5
Ditto.
(custom-face-attributes): Add overline, strike-through, box.
(custom-face-attributes): Use `choice' everywhere so that "*"
can be entered.
(custom-face-attributes): Don't use `#''.
(custom-face-attributes): Accept color name.
(custom-facep): Always define as alias for facep.
(custom-face-attributes): Use choice widgets. Remove
:bold and :italic.
(custom-face-attributes): Add :bold and :italic
for compatibility with old code.
(custom-face-attributes): Use new face attributes.
(custom-declare-face): Don't make frame-local faces.
(global): Face relief added.
author |
Gerd Moellmann <gerd@gnu.org> |
date |
Wed, 21 Jul 1999 21:43:03 +0000 |
parents |
f6ab39ac9c55 |
children |
566fd2a966aa |
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_VFORK
|
|
12 #define HAVE_CLOCK
|
|
13 #define GETTIMEOFDAY_ONE_ARGUMENT
|
|
14 #ifdef __STDC__
|
|
15 #define MKDIR_PROTOTYPE int mkdir(char *dpath, mode_t dmode)
|
|
16 #endif
|
|
17 #ifndef __GNUC__
|
|
18 #define C_DEBUG_SWITCH -O -KOlimit=3000 -ZXNd=5000
|
|
19 #endif
|