annotate src/s/osf1.h @ 2068:6357ea40643c
(Fframe_char_height, Fframe_char_width):
(Fframe_pixel_height, Fframe_pixel_width):
New functions, two versions of each.
[MULTI_FRAME] (syms_of_frame): Make them Lisp functions.
[!MULTI_FRAME] (syms_of_frame): Likewise. Also Fselected_frame.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Mon, 08 Mar 1993 08:08:23 +0000 |
parents |
0ffcf74fb8ad |
children |
6e19d9e130c0 |
rev |
line source |
1113
|
1 #include "s-bsd4-3.h"
|
|
2
|
|
3 /* Identify OSF1 for the m- files. */
|
|
4
|
|
5 #define OSF1
|
|
6
|
|
7 /* Define _BSD to tell the inlcude files we're running under
|
|
8 the BSD universe and not the SYSV universe. */
|
|
9
|
|
10 #define C_SWITCH_SYSTEM -D_BSD
|
|
11 #define LIBS_SYSTEM -lbsd
|
|
12 #define LD_SWITCH_SYSTEM -non_shared
|
|
13
|
|
14 #define SYSV_SYSTEM_DIR
|